From 867ef65cd897014478ed65034b1ac3f139289a77 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 8 Nov 2022 15:24:16 +0000 Subject: gentoo auto-resync : 08:11:2022 - 15:24:16 --- dev-python/googleapis-common-protos/Manifest | 2 +- .../googleapis-common-protos-1.56.4-r1.ebuild | 33 ++++++++++++++++++++++ .../googleapis-common-protos-1.56.4.ebuild | 33 ---------------------- 3 files changed, 34 insertions(+), 34 deletions(-) create mode 100644 dev-python/googleapis-common-protos/googleapis-common-protos-1.56.4-r1.ebuild delete mode 100644 dev-python/googleapis-common-protos/googleapis-common-protos-1.56.4.ebuild (limited to 'dev-python/googleapis-common-protos') diff --git a/dev-python/googleapis-common-protos/Manifest b/dev-python/googleapis-common-protos/Manifest index 1202a73a85ce..89f01d17ecf1 100644 --- a/dev-python/googleapis-common-protos/Manifest +++ b/dev-python/googleapis-common-protos/Manifest @@ -1,3 +1,3 @@ DIST googleapis-common-protos-1.56.4.tar.gz 109551 BLAKE2B 14886a639258c62442f1bd33959f303f280728584d1d2cb2c0f9666b1fd645b9166eea3c149d3081a36ca61b7c48ef0677760d0078f6c46f6c9ce3338d0664b6 SHA512 c4dc3d5390caf5b671b5cf091410d660a96e5e5df5b9584cc757cc5c6929dabd8456965a7721a7573fa28ba8143af8f4c30183193f2e735eb1e25b66b1e15d7c -EBUILD googleapis-common-protos-1.56.4.ebuild 821 BLAKE2B 3692f07bb33fe1831f444290716690ce77bd7e9a0bacb745e5c2c9ed64c19bb190cce3e803d11d78e4b8959b1f6bc17eff83723c6ccae9af4b05dc1e2f07c7f8 SHA512 651a2b8fe712bcb4e48576dcabdfffde7343391f05cab80717f6b61c9b166aff107943cba085f7863c0ff5a249db676dfb230d8e857879c49e570dac444a1323 +EBUILD googleapis-common-protos-1.56.4-r1.ebuild 821 BLAKE2B 1820b5496396cd0222446e5908b69d6fb193e8f1def92cfd17ad702ce77d7e30a1d5e6d64acd9585d31c6766640cd861818b4003da96b93218ee5214e7a002b9 SHA512 3bde73fb7cd6910648382b920649d80782734e120639f7ae0030e05fc4d6653039becf54f0ff9ea150eb108e32b61882828d77cbfd079ef36590c7cbc5c10b24 MISC metadata.xml 537 BLAKE2B 7b81f41f34a3c0fa53340ad298440f67727eb1830009899ffa10835485f66e727844735a88bed94b8a0bba14fa01a78d8a04f5ca3edf48a72781c7e1a797459e SHA512 6013da3540915e13a0cc60336bbefada12fbf71c04d4f40634f24015ada732d0d8b86600401bdadb2c7df2ea84f7097669f4efe6cf176ccca5efe46e9a3869d9 diff --git a/dev-python/googleapis-common-protos/googleapis-common-protos-1.56.4-r1.ebuild b/dev-python/googleapis-common-protos/googleapis-common-protos-1.56.4-r1.ebuild new file mode 100644 index 000000000000..fd1830cf2933 --- /dev/null +++ b/dev-python/googleapis-common-protos/googleapis-common-protos-1.56.4-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 2020-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Python classes generated from the common protos in the googleapis repository" +HOMEPAGE=" + https://github.com/googleapis/python-api-common-protos/ + https://pypi.org/project/googleapis-common-protos/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 ~arm ~arm64 x86" + +RDEPEND=" + =dev-python/protobuf-python-3.15.0[${PYTHON_USEDEP}] + !dev-python/namespace-google +" + +python_compile() { + distutils-r1_python_compile + find "${BUILD_DIR}" -name '*.pth' -delete || die +} + +# no tests as this is all generated code diff --git a/dev-python/googleapis-common-protos/googleapis-common-protos-1.56.4.ebuild b/dev-python/googleapis-common-protos/googleapis-common-protos-1.56.4.ebuild deleted file mode 100644 index c2d6a64bc69a..000000000000 --- a/dev-python/googleapis-common-protos/googleapis-common-protos-1.56.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2020-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Python classes generated from the common protos in the googleapis repository" -HOMEPAGE=" - https://github.com/googleapis/python-api-common-protos/ - https://pypi.org/project/googleapis-common-protos/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" - -RDEPEND=" - =dev-python/protobuf-python-3.15.0[${PYTHON_USEDEP}] - !dev-python/namespace-google -" - -python_compile() { - distutils-r1_python_compile - find "${BUILD_DIR}" -name '*.pth' -delete || die -} - -# no tests as this is all generated code -- cgit v1.2.3