dev-python/prawcore: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 19:39:12 +02:00 committed by Andreas Billmeier
parent 07bb138071
commit 161a236ae2
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST prawcore-2.3.0.tar.gz 1163513 BLAKE2B 9e8bf7477bbdaf2b8f9f2c8e044ec8200a5265b90ba8be92137d9032a68d6384e57d8e6987a2a2aeeb777d6c6ab9a238322a13e6f944d8dc0ad606ae6ae61dad SHA512 d0d2d54bae1e1d31e50bad8094fee9b448f952d62d7306752f1de4450dea4ec0dc2030d273561a8775c9034ade527d115ccf4043c47def42a50169fed7b97b0d
EBUILD prawcore-2.3.0.ebuild 705 BLAKE2B a0ef31b521d433a6ed0f58650ad29249212384319163e9ad7cd00a6b812649589a9146546391ed9f1f82c07b0811faec4ca9c4b42be09cf78aaf899c8038bfc5 SHA512 fa2d5e3ba1d69b46fcd40eba190fedcd1aa32f92ceaee84ff02c61ecf0718869a302e884ad2ce207740a3c6ee31d876cb5f36c8702ac9cadfd69f79683770172
EBUILD prawcore-2.3.0.ebuild 650 BLAKE2B 95e6c52caeab5b896e0a452b0743365ba289af4cafb5ac6df11e75325732be8f9069cfbfe7016ab17610334c2e044990d484eef50173768ddb3d5124f57f1a5c SHA512 dbedb917487ab136b3d68c33da98295241918104ce3ab7a5bf6983e4622558e3aabac03954f818cd612c4f1307f54aa89e82cc67cffac1029ff89e99416684ec
MISC metadata.xml 507 BLAKE2B f4031496672901087171653107469bf744bcff1a22ce71ab68d48e901662c4ad53e7e3afb96828a33dc6a9b3879181f6e3b5612831e8feb162df5e1204bc16f0 SHA512 cf3e2b0b4df8b52f1b9c08a869c9c6e37884d028e9d972e31990681482b4e34dd8b337738ab78a399fa5538da4646b660c30ad38957c5f18ebc34f0e3fd27d02

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="Low-level communication layer for PRAW 4+."
HOMEPAGE="https://github.com/praw-dev/prawcore https://pypi.org/project/prawcore/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
@ -21,7 +20,6 @@ DOCS="README.rst"
RDEPEND=">=dev-python/requests-2.6.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"