From bf282aa99825520892692212939a9c6dfc918235 Mon Sep 17 00:00:00 2001 From: Yushi Date: Tue, 30 Dec 2025 01:32:58 +0800 Subject: [PATCH] epy: add python3-magic as dependency --- srcpkgs/epy/patches/no-imghdr.patch | 2 +- srcpkgs/epy/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/epy/patches/no-imghdr.patch b/srcpkgs/epy/patches/no-imghdr.patch index 65f557ba62b141..120f4069dabb93 100644 --- a/srcpkgs/epy/patches/no-imghdr.patch +++ b/srcpkgs/epy/patches/no-imghdr.patch @@ -4,7 +4,7 @@ [tool.poetry.dependencies] python = "^3.8" windows-curses = { version = "*", markers = "platform_system == 'Windows'" } -+magic = { version = "*" } ++python-magic = { version = "*" } [tool.poetry.dev-dependencies] pynvim = "^0.4.3" diff --git a/srcpkgs/epy/template b/srcpkgs/epy/template index 195075451cb50a..547979ebb6589f 100644 --- a/srcpkgs/epy/template +++ b/srcpkgs/epy/template @@ -1,10 +1,10 @@ # Template file for 'epy' pkgname=epy version=2023.6.11 -revision=5 +revision=6 build_style=python3-pep517 hostmakedepends="python3-poetry-core" -depends="python3" +depends="python3-magic" checkdepends="python3-pytest" short_desc="CLI ebook reader" maintainer="Orphaned "