dev-python/vultr: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 23:06:53 +01:00 committed by Andreas Billmeier
parent a4ae31dd89
commit f3abc510a8
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST vultr-0.1.2.zip 15794 BLAKE2B 7dd9ffbf37dee82caac695b9babe58895345e002b7986b20f0b7ed691ada77493a21ac5ccb723d117d7cd2d87f0b4c7936cc6a175d52f3a62599bd61a26b6a69 SHA512 29f0d30e7db60bf072c03a8d3ad9d73da08bc1ead24e16837c991a0acebdf0652a5c36d0758accf9ac60b23d0008242dad8132c35252cf7c3b3475bfe34f0c21
EBUILD vultr-0.1.2.ebuild 691 BLAKE2B ddfd0d5dd150b96dbcd05c8dcf4f56395bbd9a86b4471415fedceb5149fc51bdfc19b222e3daf2d583da4a6a67893ddb436f7102168669f97cd1760075325099 SHA512 fbea2e24e2ba3acec5cd09d023454b7a575737d3801ce5c7fe529590d4b3de8aef96a9652f95bcf80ca537d2d507a78da4c22af0e7d9c6e003f936920c1bdc13
EBUILD vultr-0.1.2.ebuild 689 BLAKE2B cf610f293a920e7dfa8f189cd8e721dc7b8e9564965d21ed5d41bd0ddc8098cdf9d96b9f6ff0c8dfef560010a900e885c4943c7a0a352560f3f86368d84c98e1 SHA512 ef7868fde2b42972f2e58e5128b6ade2ec2a5a4431acd24339706baf9090b392c627d5ae839823d1f4d3adf4881087457a3ff368fe396b409fb1c758744ddcb8
MISC metadata.xml 521 BLAKE2B 2e138e94e9f4429679b1142b2657fff07fbd3a266d766989dabda77e3f92d6de00445000937b5f8cb7b05624aadf5450a0c777d5ce53d32d3a64e519ea5d4b51 SHA512 e47f894246ad661069a0e3a972ec4adea0435e2514d341e0ee9bce4d4b24653203a0edb49ba8c651f8f7d3f67cda02f1cf6f53400a5b963d9ac5b941b17f6b2c

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="Vultr.com API Client"
HOMEPAGE="https://github.com/spry-group/python-vultr https://pypi.org/project/vultr/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
SRC_URI="$(pypi_sdist_url "${PN}" "${PV}" ".zip")"
LICENSE="MIT"
SLOT="0"
@ -22,7 +21,6 @@ DOCS="README.rst"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
app-arch/unzip
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"