dev-python/apcaccess: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 13:18:11 +02:00 committed by Andreas Billmeier
parent eab4c7bc53
commit 06b56d8402
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST apcaccess-0.0.13.tar.gz 3009 BLAKE2B a312af5183227c074b9a45dba351869900a7ee78870b5cb39c52772d80471e6ab4cfc6884aca885d0041fc6f0a90ab8dae6909466ead953968a605b05ff69342 SHA512 b85035b980a8df508489d26fc6c00260da4bf7416cb5313c5353c6b0ecc3a5120d28bdd4d748001b8599f8c5173f6259aec662b92192d903b6a6f9eb1134dccf
EBUILD apcaccess-0.0.13.ebuild 656 BLAKE2B 85b1adf2a6618e90950312eaa3b35b87a3c8399f175afe2ec949dc979b8e501cc3953001bfc450b42dafaf2013b7ac11d0ff5299dc25e500432739d38abf255d SHA512 6d3ecb49b0768209383830c90f7d7382e6bb1432f7e73410d16ed1a13ff867b24ccead62af6891799608fc87f4380d80e415b6e8692c5c206cec4277dfd6d470
EBUILD apcaccess-0.0.13.ebuild 600 BLAKE2B aa7cb24c8a7b8c74c8b1fa89ceb72a2ed3c40cfcb05e6e8ce82a0e5847d8dfc25235561675d3007e5d5cc61447c976dde59208e6f43e8a67599bbb755bfb31f2 SHA512 c5deb0c492385e81e19e21fdbfd36d9e9dddff776dc9351ac67fa38521faaa4c36115c43d66ad253d26236612dfd2bbc4d40642e18724ff2879b067cfbb94239
MISC metadata.xml 215 BLAKE2B 67972f243584f1e8bf65fad8af2ede25e4581be963f84ea3d8c33932543f64c0bd6343a9f5a1111ae1ba73057187bdf1a1dbf4d8d5ff28a132a70be8db0dd970 SHA512 b4c6c1bcd573ecb25c4a83d84b036113281f19e00e7f6ea024b7142f91a646ed6309658a74d0d985ec0413baf6a620068cbd48b4fd3b5bb62471ec165b7d8d84

View File

@ -1,16 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="This project implements the apcaccess tool in pure Python and provides"
HOMEPAGE="https://pypi.org/project/apcaccess/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -19,7 +17,6 @@ IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"