diff options
| author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2018-04-25 20:21:38 +0200 |
|---|---|---|
| committer | Mike Gilbert <floppym@gentoo.org> | 2018-04-26 11:12:16 -0400 |
| commit | ade3f8280f4988896dc995008d0b8b61492ed832 (patch) | |
| tree | eab0bc547dd9da86932c95cc060a58312250e913 /dev-python/protobuf-python/protobuf-python-3.1.0.ebuild | |
| parent | 37c432115f96b1c5d42c68f122f517bb41686636 (diff) | |
| download | gentoo-ade3f8280f4988896dc995008d0b8b61492ed832.tar.gz gentoo-ade3f8280f4988896dc995008d0b8b61492ed832.tar.bz2 gentoo-ade3f8280f4988896dc995008d0b8b61492ed832.zip | |
dev-python/protobuf-python: Delete old versions (<3.4.0).
Diffstat (limited to 'dev-python/protobuf-python/protobuf-python-3.1.0.ebuild')
| -rw-r--r-- | dev-python/protobuf-python/protobuf-python-3.1.0.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-python/protobuf-python/protobuf-python-3.1.0.ebuild b/dev-python/protobuf-python/protobuf-python-3.1.0.ebuild deleted file mode 100644 index c0b3867674b9..000000000000 --- a/dev-python/protobuf-python/protobuf-python-3.1.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -# pypy fails tests; pypy3 fails even running tests -PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) - -inherit distutils-r1 - -MY_PV=${PV/_beta/-beta-} -MY_PV=${MY_PV/_p/.} - -DESCRIPTION="Google's Protocol Buffers - official Python bindings" -HOMEPAGE="https://github.com/google/protobuf/ https://developers.google.com/protocol-buffers/" -SRC_URI="https://github.com/google/protobuf/archive/v${MY_PV}.tar.gz -> protobuf-${PV}.tar.gz" - -LICENSE="BSD" -SLOT="0/11" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos" -IUSE="" - -# Protobuf is only a build-time dep, but depends on the exact same version -# (excluding revision), since we are using the same tarball. -# In case of using the (linked) cpp implementation we should be fine with the same subslot. -RDEPEND="${PYTHON_DEPS} - !<dev-libs/protobuf-3[python(-)]" - -DEPEND="${RDEPEND} - >=dev-libs/protobuf-3 - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" - -PATCHES=( "${FILESDIR}/${PN}-3.0.0_beta3-link-against-installed-lib.patch" ) - -S="${WORKDIR}/protobuf-${MY_PV}/python" -python_test() { - distutils_install_for_testing - esetup.py test -} |
