dev-python/python-digitalocean: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 21:38:46 +01:00 committed by Andreas Billmeier
parent 71a941deb3
commit 3ff1d49eeb
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST python-digitalocean-1.13.2.tar.gz 23326 BLAKE2B 2a983e8919439dd01a8f4f6631b37a73fe0e1d4fed06fbb12d6cd209d94a78f4c1ff366a69e28712e3eafd114e67b2c85ef4301296ddaeb0efdf345d6af8a514 SHA512 6f27713b90c4d7b98868313b584490cce67394f328a02e0365aaedd6ac1fdd08f767aaa9597e8635f027576f42a01b0fdc6bf5c809c649f57f897e58f0d40c6e
EBUILD python-digitalocean-1.13.2.ebuild 781 BLAKE2B 20e5a681b32a3041e2a336923f298c6c52427597f094663e5337b3a62fab2558ea02f86b8b1a6feaa9fbb469bb282542cceecead8538dd5b0798bb1f4b31920e SHA512 af13fad149f467517f4e096db440f02c3f527787e8f47a58d460f806b1d2508282a65fa87c7073857fc39b2a6e2d8f5795753bf2f77a18c641b0071d10bb2ac4
EBUILD python-digitalocean-1.13.2.ebuild 746 BLAKE2B a6ae43de000552c530e545f2feedc8f83187cdb8fdb0ec41a2f2cac9a06ded07b2e7fee25e0dd5b2a036325f80168e5c9537574a28e1ee73e8e5fd2d72acd8a8 SHA512 5bb6a3b12b65c58e45b8392ceb9caa1d515f52b4d32a51387a2f97b5942490f4afe7d0da173afa614f3534da79cd59063b92479261fae6bc3fd1c8a6158e3f94
MISC metadata.xml 575 BLAKE2B e75e48c2dbb9eb6ef15d216589e1ca122c7f9222cf802d62a1729f40d55397a7ef9a4d1da0333bdd8b782ffe86a48a039710e22241299af98cbf7135f141391c SHA512 bb29e550937ced4a040afbb68a1f9606b27cf6b7c4c40ad1be6b936b379e9a573ac922de8abb4e1981a730ae2831aecaef02f1b9c74b8777a1ed6aad0817aa61

View File

@ -1,15 +1,15 @@
# 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="digitalocean.com API to manage Droplets and Images"
HOMEPAGE="https://github.com/koalalorenzo/python-digitalocean https://pypi.org/project/python-digitalocean/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
@ -22,7 +22,6 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/jsonpickle[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"