commit: 95584573f3ec37c84f2f1670c7d6b7aac7a892f5
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 23 06:26:40 2026 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Jan 23 07:54:21 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95584573
dev-python/qpageview: add 1.0.2
This is likely the last time I bump this (never planned to maintain
this), just wanted to do a last one to enable py3.14 at same time.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-python/qpageview/Manifest | 1 +
dev-python/qpageview/qpageview-1.0.2.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-python/qpageview/Manifest b/dev-python/qpageview/Manifest
index 11dcf8f179c4..5a77e0880979 100644
--- a/dev-python/qpageview/Manifest
+++ b/dev-python/qpageview/Manifest
@@ -1 +1,2 @@
DIST qpageview-1.0.0.tar.gz 137299 BLAKE2B
4a6b08993592010847db8935dad117234b85e76407873683c9650161bf053515dc5bc07924a4482bbc412ef2df4847b2648d2b239fe31e9002cb8cd6bcb588ed
SHA512
664c79924f184bf3e993b8464cef3e32a266c1c621faac3f82335fb27785b495e6aefe99ff17c1c2a98804bea0920ea7d75005115f702d66ca59e5ba3e77ca03
+DIST qpageview-1.0.2.tar.gz 135162 BLAKE2B
fc385ed911ddf6468e0fcf5a8b7bbe30a176b4446b1a835acb5b20927d5b0d1a868b6b34bdd0e78adaaff8bbb34a58acabc77c435db98af7d5d03f41c90d5b9f
SHA512
6e62608d8e9c35f3effa919ac38c1e1a3d1565a00de9930b0519246317718a74ff9dbfb7933491da1cd16ee43aa68122c5930d005bf348ac3cd7ab5097b7f675
diff --git a/dev-python/qpageview/qpageview-1.0.2.ebuild
b/dev-python/qpageview/qpageview-1.0.2.ebuild
new file mode 100644
index 000000000000..45697954549d
--- /dev/null
+++ b/dev-python/qpageview/qpageview-1.0.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2022-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{11..14} )
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="Page-based viewer widget for Qt5/PyQt5"
+HOMEPAGE="https://qpageview.org/"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/pyqt6[gui,pdfium,printsupport,svg,widgets,${PYTHON_USEDEP}]
+"
+
+pkg_postinst() {
+ optfeature "printing support" dev-python/pycups
+}