diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-25 19:11:15 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-25 20:35:19 +0200 |
commit | 3c22ac69701bc3d56178a9919a80704607dddfd9 (patch) | |
tree | 14cda731259d276716b79de2625703cf1c9e2204 /dev-python/pycups | |
parent | media-libs/libjxl: Stabilize 0.7.0_pre20220825 arm, #877289 (diff) | |
download | gentoo-3c22ac69701bc3d56178a9919a80704607dddfd9.tar.gz gentoo-3c22ac69701bc3d56178a9919a80704607dddfd9.tar.bz2 gentoo-3c22ac69701bc3d56178a9919a80704607dddfd9.zip |
dev-python/pycups: enable py3.11
Fedora do it, so we can too.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/pycups')
-rw-r--r-- | dev-python/pycups/pycups-2.0.1-r1.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-python/pycups/pycups-2.0.1-r1.ebuild b/dev-python/pycups/pycups-2.0.1-r1.ebuild index 1fddc3ef337b..8e797cc3d9d0 100644 --- a/dev-python/pycups/pycups-2.0.1-r1.ebuild +++ b/dev-python/pycups/pycups-2.0.1-r1.ebuild @@ -4,8 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) - +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="Python bindings for the CUPS API" @@ -20,10 +19,8 @@ IUSE="examples" RDEPEND="net-print/cups" DEPEND="${RDEPEND}" -PATCHES=( - # https://github.com/OpenPrinting/pycups/commit/8cbf6d40a0132764ad51e7416aa7034966875091 - "${FILESDIR}/${P}-py3.10.patch" -) +# https://github.com/OpenPrinting/pycups/commit/8cbf6d40a0132764ad51e7416aa7034966875091 +PATCHES=( "${FILESDIR}/${P}-py3.10.patch" ) python_install_all() { if use examples; then |