dev-python/gcloud: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 12:46:49 +02:00 committed by Andreas Billmeier
parent b5bf5ab0ac
commit e0f72fce7b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 7 additions and 13 deletions

View File

@ -1,3 +1,3 @@
DIST gcloud-0.18.3.tar.gz 454375 BLAKE2B e36924e6d61035ce98530039f1fc7ac8390595058281eb51e879b0df6db9270553a419278d6ebe2ff44470d29e4acc040b142abebc68bab44b62b78538d491e1 SHA512 e76c71c2459983898996092ec308e38ef49631f8288d1a7ad0ab8e0ffae0da2d61ed291e1c0ba442f4446e7f90d70fc206761e14aefa04fb7f9b6f759af8006f
EBUILD gcloud-0.18.3.ebuild 711 BLAKE2B 77c9f71cee169e018c83d94b2dd0b52a38da5fc999e076af874c9b9c8c1d832823ef8824bd9d9d2b3bb393b8d3f4dfb98381b98b89579b288001220fe1d3db4f SHA512 58a085f3d3f7e5915679674a15feb85d644d2a1a948cf53920c004ec4976310c9f98ba9389ac7f5b85bc091607d0332c0cea8e7d9774eced07fcb45ecaf31119
MISC metadata.xml 546 BLAKE2B 06d6e941716cbb83a2c38099528e855dd6b1e44dcc63fbd44fdaf3333e25d81e089fb06261c5d5e01abffe9efdedd475e687aca470bd2d2672c8f97378d8c455 SHA512 05caaaa348d23853f55efd89ec062264ac040c3c12cbfc48a2bb85e4b340f4c43d852194b28f2fffff24c30cb08d4035816c87cb0be763caa1157f5823b11aa6
EBUILD gcloud-0.18.3.ebuild 615 BLAKE2B 32fa398ea9a0e4df1a099d59c97195fe8764edd6d6bbfd9d7c0c83b470cd72df35e537decd43349012c94d9e2238dd052052353fc3c652949421bcd020479109 SHA512 59334735ff04512882c607d8ba28c31768e778a23dabf6fe591e769a7c5fed61359b4002fb28b20b4e288a0922a4ed14e738c2be3722e928f9ad4e1069d45f7e
MISC metadata.xml 543 BLAKE2B 803f7311549e3ddc65ce9ea2a75153635949d7d439d9d25b2b782f90b0c9e66835ce2e4ecda474e717af89ee57d9c133bc5ba7f170068d61ae80502eec88553a SHA512 7fff8234c465a47e2229b5707dd9acfb3fc136799aa60637184c2bd217d8bbbe3208067a2e8d51ed4dff2ba963df87634ff6ea7d516326cbd0d3ae26d8a537d3

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="API Client library for Google Cloud"
HOMEPAGE="https://github.com/GoogleCloudPlatform/gcloud-python https://pypi.org/project/gcloud/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -21,13 +20,8 @@ DOCS="README.rst"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -9,7 +9,7 @@
<remote-id type="pypi">gcloud</remote-id>
<remote-id type="github">GoogleCloudPlatform/gcloud-python</remote-id>
<maintainer status="unknown">
<email>jjg+gcloud-python at google com</email>
<email>jjg+gcloud-python@google.com</email>
<name>Google Cloud Platform</name>
</maintainer>
</upstream>