dev-python/requests-oauth: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 22:16:46 +01:00 committed by Andreas Billmeier
parent bdd5e7e24f
commit 082ac5660d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST requests-oauth-0.4.1.tar.gz 9955 BLAKE2B a12e5b771a3bee1bd5c69ba82d20d145bf541d55386dbb89393ebc86bc17003c45aa4e9760e530231936af3dfd61b08ee73a31e69e68d5cd311e638d56794135 SHA512 c5cb23d1cc10a16773afd078e92b8eeb2174381c86dfa253ea7671fdf1955d9e59cbe91e05a218549ad8f3bf9924e6eb8df4813144a97679d0104a31987f01cc
EBUILD requests-oauth-0.4.1.ebuild 893 BLAKE2B f7deda2f2a2ecd27314263269a91b369a8b20c6dae833a8cffa889ade9db508db3bc94e152aebdea0be0f45df3bf7f13b78aa551c268fc7dd7655549ff48591d SHA512 14758792fd8e205573ed712f3c15a589843efca72d8a9050d171800771a77ea51c3f91fe2cf6f015576dcadb7f59468f05109f472e8b51712f2c4083d5a03964
EBUILD requests-oauth-0.4.1.ebuild 857 BLAKE2B 1be2245abf132967a2ac14f8e3939aa064c6243785c639a61939eff37576982885c8c938a728bbb632e94d5f7169e6e4b05657810b9d200d2a0375be086c75d1 SHA512 912051a77a6bd37aa7fc5d742b7b4e96ee2cfeeaa81f1ae681a8e2eb2f5cbedfff72c85f1fcb43556d3be5df581dbd2a5362d5a1f66d194f5bee140fe93318c9
MISC metadata.xml 534 BLAKE2B d566b51efb887c4f310df314d949b95516124c981a2b0f62170f8f76f88776e9ae74fba8892877adb3844bb5f643f682ec1a9499cc7cb2c37f35ebaad0f6fe6e SHA512 ba184c4bd1150bb59733a7d913e87ff2f83e1a2d372f5c515024cb0410a11b99ed527957a4163622628bb791718f61af4817a834cb7fe024f6ef451e60a30223

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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Hook for adding Open Authentication support to Python-requests HTTP library."
HOMEPAGE="https://github.com/maraujop/requests-oauth https://pypi.org/project/requests-oauth/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
@ -19,7 +18,6 @@ RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/requests-0.12.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"