dev-python/praw: update SRC_URI

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

View File

@ -1,3 +1,3 @@
DIST praw-7.5.0.tar.gz 22787277 BLAKE2B 43b09f90e166a6c07c45d0d9d0cb41a10145fba9723507906b3671e786690bb0fb092de258698f40463bb2d2b4556095339f78e6ad644755fb23fd78f2497814 SHA512 03b5f666df796954b68c5dc978a38d4b3e335a16cf16449211f817080a54ecda656aa78f420a12ea2c10e3dfd30a082aa5e7a1f88dc35ed6ac9d8b80abb9facf
EBUILD praw-7.5.0.ebuild 825 BLAKE2B f2100f251730674f5b7ee4ea0a35d62055415fc48b46050df7ed9ba947c00964a205cc51688d7707163000da5618e8e2e1eb057477082dc21696a23c834b5491 SHA512 dbc203dd91cea88bc503cf4738fb247a27a2b6808ec226becf17ffd30f679287c3954f5275ef554adbcfec358b4ce710176f8e136df0a2750841a0052c12225b
EBUILD praw-7.5.0.ebuild 770 BLAKE2B c3d5d547d8904240dcb0ee029a4056ea31fb3e65efcd31107f5739ba8d2b9417baa9936ef96f0304fb6fcaf17a4a6c18e6c8dbbc1490655aaf3213eb33981581 SHA512 297c3b623d220841f590e494baf8da5ffbd3e832d79fb81e1771b9220e55af26a56d8386d1c970052be38c57944240f1a328b7c7bad7cecc608d26bb67402820
MISC metadata.xml 499 BLAKE2B 1beede168b00109734fe30afb38b0023b25ddc880b9de363be9f54dd687ced14aef12d37e5c54026931ab1f55c5135b3f3dc6db6a621d3822f87943ecf5df9bf SHA512 f38a5ba77f8e466b8fbaa8c91f3b1c8a4e4f32e9fdb86dc21026cec0f40518ced8d55eecba65c3a026d98f5323799f7836628be6309381a5387b3904282b1073

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="PRAW, an acronym for Python Reddit API Wrapper, is a python package that allows for simple access to reddit's API."
HOMEPAGE="https://github.com/praw-dev/praw https://pypi.org/project/praw/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
@ -22,7 +21,6 @@ DOCS="README.rst"
RDEPEND=">=dev-python/prawcore-2.1[${PYTHON_USEDEP}]
>=dev-python/websocket-client-0.54.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"