From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/protobuf-python/Manifest | 1 + dev-python/protobuf-python/metadata.xml | 19 +++++++ .../protobuf-python/protobuf-python-3.11.4.ebuild | 63 ++++++++++++++++++++++ .../protobuf-python/protobuf-python-9999.ebuild | 63 ++++++++++++++++++++++ 4 files changed, 146 insertions(+) create mode 100644 dev-python/protobuf-python/Manifest create mode 100644 dev-python/protobuf-python/metadata.xml create mode 100644 dev-python/protobuf-python/protobuf-python-3.11.4.ebuild create mode 100644 dev-python/protobuf-python/protobuf-python-9999.ebuild (limited to 'dev-python/protobuf-python') diff --git a/dev-python/protobuf-python/Manifest b/dev-python/protobuf-python/Manifest new file mode 100644 index 000000000000..81632cac52b0 --- /dev/null +++ b/dev-python/protobuf-python/Manifest @@ -0,0 +1 @@ +DIST protobuf-3.11.4.tar.gz 5140799 BLAKE2B 97b450c0623593efe6a42b66582ff183344b8831689e6a5b4d36096dbd57c33da9569bbf26578536aaf73ecd866ac0588b6cb7d55a6a9b9a6e840d4c57099001 SHA512 777bbb0e9e2375eaebe6b8c87abd660bac70ee469c9ad00dd25917b82d7fb5bbe33cf87f0d69c90e19d55c07a7285ec20974ba4768623ce9ccfadf147fd5e261 diff --git a/dev-python/protobuf-python/metadata.xml b/dev-python/protobuf-python/metadata.xml new file mode 100644 index 000000000000..32701cc729c7 --- /dev/null +++ b/dev-python/protobuf-python/metadata.xml @@ -0,0 +1,19 @@ + + + + + arfrever.fta@gmail.com + Arfrever Frehtes Taifersar Arahesis + + + python@gentoo.org + Python + + + Soname version number of Protobuf + + + protocolbuffers/protobuf + + gentoo-staging + diff --git a/dev-python/protobuf-python/protobuf-python-3.11.4.ebuild b/dev-python/protobuf-python/protobuf-python-3.11.4.ebuild new file mode 100644 index 000000000000..d95a668e36a0 --- /dev/null +++ b/dev-python/protobuf-python/protobuf-python-3.11.4.ebuild @@ -0,0 +1,63 @@ +# Copyright 2008-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8}) +DISTUTILS_USE_SETUPTOOLS="manual" + +inherit distutils-r1 + +if [[ "${PV}" == "9999" ]]; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/protocolbuffers/protobuf" + EGIT_SUBMODULES=() +fi + +DESCRIPTION="Google's Protocol Buffers - Python bindings" +HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/protocolbuffers/protobuf" +if [[ "${PV}" == "9999" ]]; then + SRC_URI="" +else + SRC_URI="https://github.com/protocolbuffers/protobuf/archive/v${PV}.tar.gz -> protobuf-${PV}.tar.gz" +fi + +LICENSE="BSD" +SLOT="0/22" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +IUSE="" + +BDEPEND="${PYTHON_DEPS} + ~dev-libs/protobuf-${PV} + dev-python/namespace-google[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}]" +DEPEND="${PYTHON_DEPS} + ~dev-libs/protobuf-${PV}" +RDEPEND="${BDEPEND} + !