commit: 804cd9c598a6d3bc80a376767b3714c79b886bd2 Author: Ekaterina Vaartis <vaartis <AT> kotobank <DOT> ch> AuthorDate: Wed Sep 10 20:46:55 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 3 00:56:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804cd9c5
media-gfx/hydrus: Update 9999 Signed-off-by: Ekaterina Vaartis <vaartis <AT> kotobank.ch> Part-of: https://github.com/gentoo/gentoo/pull/43733 Signed-off-by: Sam James <sam <AT> gentoo.org> media-gfx/hydrus/hydrus-9999.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media-gfx/hydrus/hydrus-9999.ebuild b/media-gfx/hydrus/hydrus-9999.ebuild index 753c52bfc33c..64863484ca23 100644 --- a/media-gfx/hydrus/hydrus-9999.ebuild +++ b/media-gfx/hydrus/hydrus-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{12..13} ) PYTHON_REQ_USE="sqlite" DOCS_BUILDER=mkdocs @@ -21,7 +21,7 @@ if [[ "${PV}" == "9999" ]]; then else SRC_URI=" https://github.com/hydrusnetwork/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz - https://github.com/vaartis/hydrus/commit/d836d555cb5a3621c38b1c607d29be0fe407e062.patch -> hydrus-test-fixes-3.12.patch + https://github.com/vaartis/hydrus/commit/cea10a10832dac21b247c3042d47c99fa2d52fa3.patch -> hydrus-637-test-fix.patch " KEYWORDS="~amd64" @@ -79,7 +79,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}/userpath-in-local-share.patch" - "${DISTDIR}/hydrus-test-fixes-3.12.patch" + "${DISTDIR}/hydrus-637-test-fix.patch" ) src_prepare() { @@ -150,4 +150,5 @@ pkg_postinst() { optfeature "memory compression in the client" "dev-python/lz4" optfeature "SOCKS proxy support" "dev-python/requests[socks5]" "dev-python/pysocks" optfeature "bandwidth charts support" "dev-python/pyside[charts]" + optfeature "PDF support" "dev-python/qtpy[pdfium]" }
