dev-python/pycups: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 20:24:06 +02:00 committed by Andreas Billmeier
parent 58753776cc
commit c33c630817
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST pycups-1.9.73.tar.bz2 52732 BLAKE2B a6c9750970548ba85cdef4041f716491e9b0cf4273cb5381bca8e57deab457affaa62eccf74d36eb3f8b047e5142c952e56e7e624f85ed7959a769f568824f26 SHA512 ee893d64f1645b71805ac358c4a3cc594f6285f04272ff0558aa60cbc90fafdbac30b623ffcc3a6b739218d9fd7a6a6e1d8cb186a5582f2cc30a518ed4dde810
EBUILD pycups-1.9.73-r3.ebuild 1179 BLAKE2B 40370b58e632346fbdeaf5f7b9c063af34d4f6b354fcf3c8f0c0302cc076fd3ea3744d8c10b065393ca6b60b720d8c056dac5c0a75f3ef0bde395ea84f8d8fa6 SHA512 2dde05d222cf44192fe1a451db792bca5967f08ea51b3d8563186d5b0f2ddb862a8ad0492483aafdf47ee0dc00ec43fa81e5ca77954d2c42bc88014ff1e207bc
EBUILD pycups-1.9.73-r3.ebuild 1178 BLAKE2B 11163099c8841cb12408f57241986013e872fa0f389cadba87ce0644e63e80a2ab9be9e80357413ab21fd43bb12fea1b7196186a0f7381eee0730f2fc505064d SHA512 cddd1ce887cb180b1260002c247c64cf636df2abaa5bd7373776e00a15a682affae1639df9d96a7f3b926f43cb09e35586afb8e6dd6b46f8a11ed63858079023
MISC metadata.xml 567 BLAKE2B e0f8590318ffd3bf0963973f947ade6be086cf99f5f09b49cbc6ecef7ce397aecffd3cb534339a3a86ae98b88da8c60619a610bb8eac9ec1ccebfdcbc329408b SHA512 63e388902a77c052d0944b84805ec0905598e7f0126eb67813e4c75f3a11a51c2ba8ae46e0f8c3bd64f5c96806e0784c23b2b3e35d3261aba65b267fd28f6c71

View File

@ -1,14 +1,15 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python bindings for the CUPS API"
HOMEPAGE="http://cyberelk.net/tim/data/pycups/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
SRC_URI="$(pypi_sdist_url "${PN}" "${PV}" ".tar.bz2")"
LICENSE="GPL-2"
KEYWORDS="amd64 arm arm64 x86"
@ -16,8 +17,7 @@ SLOT="0"
IUSE="doc examples"
RDEPEND="net-print/cups"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
${RDEPEND}"
DEPEND="${RDEPEND}"
# epydoc kinda sucks and supports python2 only (it's dead too),
# and since we're dealing with a binary module we need exact version