From 2329e5d2e3e7d66e0ad691a2e512ea248dd73e38 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 4 Dec 2020 13:34:59 +0100 Subject: Revert "dev-python/googleapis-common-protos: Remove namespace dep" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit e9b78c1efa451e5a164e4f935bb9e3faa96b9e6a. Signed-off-by: Michał Górny --- .../googleapis-common-protos-1.51.0-r1.ebuild | 26 --------------------- .../googleapis-common-protos-1.51.0.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 26 deletions(-) delete mode 100644 dev-python/googleapis-common-protos/googleapis-common-protos-1.51.0-r1.ebuild create mode 100644 dev-python/googleapis-common-protos/googleapis-common-protos-1.51.0.ebuild (limited to 'dev-python/googleapis-common-protos') diff --git a/dev-python/googleapis-common-protos/googleapis-common-protos-1.51.0-r1.ebuild b/dev-python/googleapis-common-protos/googleapis-common-protos-1.51.0-r1.ebuild deleted file mode 100644 index f975ad90e4eb..000000000000 --- a/dev-python/googleapis-common-protos/googleapis-common-protos-1.51.0-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6..9} ) -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/protobuf-python[${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.51.0.ebuild b/dev-python/googleapis-common-protos/googleapis-common-protos-1.51.0.ebuild new file mode 100644 index 000000000000..cb0e7ec78b9e --- /dev/null +++ b/dev-python/googleapis-common-protos/googleapis-common-protos-1.51.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} ) +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[${PYTHON_USEDEP}] +" + +python_install_all() { + distutils-r1_python_install_all + find "${D}" -name '*.pth' -delete || die +} + +# no tests as this is all generated code -- cgit v1.2.3-65-gdbad