dev-python/pyfreedompro: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 21:41:24 +02:00 committed by Andreas Billmeier
parent 4fa0eeba9a
commit b2b7532f33
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 15 deletions

View File

@ -1,3 +1,3 @@
DIST pyfreedompro-1.1.0.tar.gz 2288 BLAKE2B 5e1c13c74fbe14c8055d58f7b44a60ff7f3a8787f7d904ca04a9eda97220a94001a26e98d147287414cc43c5e01fb2a70d882ecbd784bd13171ce00880259429 SHA512 fa9355f13d49e345ddf5a105a2d3ab2a97df86357a5f3fee894da4b93336581f33a9726822552521198ccaa2cda7337b0e2055c2ce82dedddc6e381f34092d4f
EBUILD pyfreedompro-1.1.0.ebuild 680 BLAKE2B 49f5a219a0a6647165e2046a230702110fa3557870b0060c9c066762c058f6036a48629a8c2355e5de56f350b60be83332c8831a4a001581d706451491851914 SHA512 ceee53b32e1e638fea14ac845a6d78cf3143a73e9d57b4e1341de2954f9048e4cd7a9400d5a434a9a73a9754a40de71b4a0194a397171ce748048560c741527c
EBUILD pyfreedompro-1.1.0.ebuild 523 BLAKE2B b2b369970e1e560db4b00a6cfe716eef8420aae17a7cc24728454d002a0b818d6009508394c57b4481986ae53ae69e983cda927de4d117fded9838b3b22dc24a SHA512 bc24db9967bdbd852772963da177f0ee54b2f7b2052ce3c89ea0ab4ca7565869cb4776afd03c5ce082fef64219082421261649da0c1a62841a6b55e4a53e20ec
MISC metadata.xml 533 BLAKE2B 7a0b3074f2e8a5f1a5828d4d788b723ace89b7282e5693f5eb927c5e3ba16fc978528b259cb32f775025a76e45fef7de6a664a5c8e80bf9822f9cb135ee9acd1 SHA512 97c4489003e53ca3666d6485d0e1119cf04bafe9527983cc983644c99dadbb8d6695ec0866d2ba101b6e8f8d73cd6229796fee61527d3bf6669b6077389531bc

View File

@ -1,15 +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
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Freedompro API"
HOMEPAGE="https://github.com/stefano055415/pyfreedompro https://pypi.org/project/pyfreedompro/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -20,14 +19,5 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest