diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-19 16:00:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-19 18:03:08 +0200 |
commit | d2b0e9a8f025d6e61a69464e3eef50677f6154c2 (patch) | |
tree | 7f70d63f3a6ad38f9c4d4a2ffd99ccb140fe23c3 /dev-python/googleapis-common-protos | |
parent | dev-python/trimesh: Remove old (diff) | |
download | gentoo-d2b0e9a8f025d6e61a69464e3eef50677f6154c2.tar.gz gentoo-d2b0e9a8f025d6e61a69464e3eef50677f6154c2.tar.bz2 gentoo-d2b0e9a8f025d6e61a69464e3eef50677f6154c2.zip |
dev-python/googleapis-common-protos: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/googleapis-common-protos')
3 files changed, 0 insertions, 57 deletions
diff --git a/dev-python/googleapis-common-protos/Manifest b/dev-python/googleapis-common-protos/Manifest index 675b2c6812cf..bf90264798da 100644 --- a/dev-python/googleapis-common-protos/Manifest +++ b/dev-python/googleapis-common-protos/Manifest @@ -1,2 +1 @@ -DIST googleapis-common-protos-1.55.0.tar.gz 115218 BLAKE2B e0091aa07e42c56a0e8f9502d786b7d775672dab1b19dc9cff41e9dc4a0eb8b4aa05b2ba22d8353466ee6d1a40e94a423dd7ab94564166d0575f827a08dc5dd9 SHA512 3fe171bb54b9f508e524bf6e25e7533549346f3d70f0a55f2117c0031d823646b6384491ab059eddedfaf23ddcf7bdee4f6a66dcd50930403a1b7da5ee0ac9f8 DIST googleapis-common-protos-1.56.0.tar.gz 132706 BLAKE2B a0adf6527c24aaa30922800a80ef4af8abf3d83c4639c227a859c92e02d248f44b408f98820387a51b310dedf005872cb0fa7824bd27ac6309f31f85810edd40 SHA512 ef6ed067457aad3b46d81bacbb66abe3b36b0640290e0047ef7c6d612dfd8bf865dad47c77275f0d5a1e03cd4e5dca32d08f44c7a7bfe7b264ee59e5c5bb9a27 diff --git a/dev-python/googleapis-common-protos/googleapis-common-protos-1.55.0.ebuild b/dev-python/googleapis-common-protos/googleapis-common-protos-1.55.0.ebuild deleted file mode 100644 index 0a47dd50e56c..000000000000 --- a/dev-python/googleapis-common-protos/googleapis-common-protos-1.55.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2020-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="python classes generated from the common protos in the googleapis repository" -HOMEPAGE="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/namespace-google[${PYTHON_USEDEP}] - >=dev-python/protobuf-python-3.12.0[${PYTHON_USEDEP}] -" - -python_install_all() { - distutils-r1_python_install_all - find "${D}" -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.0.ebuild b/dev-python/googleapis-common-protos/googleapis-common-protos-1.56.0.ebuild deleted file mode 100644 index 1c0a1b2d5294..000000000000 --- a/dev-python/googleapis-common-protos/googleapis-common-protos-1.56.0.ebuild +++ /dev/null @@ -1,29 +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://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/namespace-google[${PYTHON_USEDEP}] - >=dev-python/protobuf-python-3.12.0[${PYTHON_USEDEP}] -" - -python_install_all() { - distutils-r1_python_install_all - find "${D}" -name '*.pth' -delete || die -} - -# no tests as this is all generated code |