add gcloud-0.18.3

This commit is contained in:
2022-03-19 19:02:15 +01:00
committed by Andreas Billmeier
parent 7912380228
commit f972261145
4 changed files with 53 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
DIST gcloud-0.18.3.tar.gz 454375 BLAKE2B e36924e6d61035ce98530039f1fc7ac8390595058281eb51e879b0df6db9270553a419278d6ebe2ff44470d29e4acc040b142abebc68bab44b62b78538d491e1 SHA512 e76c71c2459983898996092ec308e38ef49631f8288d1a7ad0ab8e0ffae0da2d61ed291e1c0ba442f4446e7f90d70fc206761e14aefa04fb7f9b6f759af8006f
EBUILD gcloud-0.18.3.ebuild 768 BLAKE2B aa450bc68bbe774fc940030c2eeb5632c6971a058fac392284278881d2704481d4377aa40c7039f4d98a9b787445f736feeb240941786ca427566fd9c9193592 SHA512 131e07feb266ed9b0f2cc1e693727793586f56dd2e553948456a291f8ee7e29eb437d01bd27f05e245189214ea285dc9f2a5dee747a2343ed89da1d6a0adc71d
MISC metadata.xml 471 BLAKE2B beaed7f05001323ce47876aef7ca93474d42bb2178d94bb878993c28c8947d768c489d7230836b6cac30e533adea38c5ead4e78100b3da359e478937e9b6d9c1 SHA512 0a4bbc07aa88bb5503f7ff85abcf81af814adcd9ea25ef774c3f4895629d5b75157cb998cbd6ce310c1b071a92af089c648c9a6bd81f28120d4155a49143fdf3

View File

@@ -0,0 +1,33 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
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"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">gcloud</remote-id>
<maintainer status="unknown">
<email>jjg+gcloud-python at google com</email>
<name>Google Cloud Platform</name>
</maintainer>
</upstream>
</pkgmetadata>