dev-python/clearpasspy: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 19:19:25 +02:00 committed by Andreas Billmeier
parent fbc8bc3c6e
commit 420575ce6e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 17 deletions

View File

@ -1,3 +1,3 @@
DIST clearpasspy-1.0.2.tar.gz 2879 BLAKE2B 47c408fa5ae0259f4d21ce0a64a6a134ad9f83b5b79e93d9ca19365623060eac7adaf1b4c71848bab2c765333aed2f88de5289a2755dc91d6d87910d8061628c SHA512 716422c1d5546087004c3681f4f366cebd06b6f04c6b1b1e0897ece354c74e2e55c4a1633d8b31296421350bbef52b4afbad92540111ea08647e7c9683e9cb8d
EBUILD clearpasspy-1.0.2.ebuild 623 BLAKE2B d136f0e77e162cbf5dfc7544680f227966298816e81acebdde89fcec289c3d17de40af97bc3c750f58e5278d879a3da2398a56f7f8d17bd30ee130dcfdff750f SHA512 b27b49beb8efa3a9a8328bace06f377db920c0415a9f796a672b479aedbe19471eee4ce94ff9a4f611f05b6497061a660f59d4e549614a46b3d484c10fbc8e48
EBUILD clearpasspy-1.0.2.ebuild 464 BLAKE2B 1f7d784d0850f1831696e1d144284e5605c7c557bf89771a414ba26bfbeb964563695cbdfb010c09d320d042b8300af076be86a7bb348adbb08852d066253dae SHA512 db44239705a3d694775a547c1c8aa5f6ff3493512c61336d180d858dee04588637eefccb4b5906ba128668952b48d20ffa1ec03923f77e0f5efe993d2a0a054c
MISC metadata.xml 518 BLAKE2B e16470ec0aa63944da0566d987ebdf537db8dbec19d5336494aa98f7ea514ce8b21e7d965b03b05ca3436dd257a807dc835f7d4dde886c047d70d4b54a30c840 SHA512 1d800dba1a79b666a23468a16040398d9d0e39052e4ccce3142b95eed3454a4dab655d92fdc78c966089bad1c3669fffef142f9750f7c5b97d25cd1007e08a89

View File

@ -1,15 +1,13 @@
# 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="ClearPass API Python Library"
HOMEPAGE="https://github.com/zemerick1/clearpasspy https://pypi.org/project/clearpasspy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -17,14 +15,4 @@ KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest