diff options
| author | Marshall Brewer <tomboy64@sina.cn> | 2016-07-02 17:58:18 +0200 |
|---|---|---|
| committer | Yixun Lan <dlan@gentoo.org> | 2016-07-04 11:07:46 +0800 |
| commit | a1df494121b3fe1099eb622b3880628bd596d079 (patch) | |
| tree | fa7e1cdc287d2e0b727fda7aba60c4fbbad3e8fe /dev-python/protobuf-python/protobuf-python-3.0.0_beta3.ebuild | |
| parent | 842bba13133c19720953a8d420400b3de075ec5e (diff) | |
| download | gentoo-a1df494121b3fe1099eb622b3880628bd596d079.tar.gz gentoo-a1df494121b3fe1099eb622b3880628bd596d079.tar.bz2 gentoo-a1df494121b3fe1099eb622b3880628bd596d079.zip | |
dev-python/protobuf-python: version bump 3.0.0_beta3_p1
- changed subslot to 0/10b3 to correspond with protobuf
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/1816
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-python/protobuf-python/protobuf-python-3.0.0_beta3.ebuild')
| -rw-r--r-- | dev-python/protobuf-python/protobuf-python-3.0.0_beta3.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/protobuf-python/protobuf-python-3.0.0_beta3.ebuild b/dev-python/protobuf-python/protobuf-python-3.0.0_beta3.ebuild deleted file mode 100644 index 6e1efb28cfe9..000000000000 --- a/dev-python/protobuf-python/protobuf-python-3.0.0_beta3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -# pypy fails tests; pypy3 fails even running tests -PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 ) - -inherit distutils-r1 - -MY_PV=${PV/_beta/-beta-} - -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="Apache-2.0" -SLOT="0/10" -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 depend 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}]" -S="${WORKDIR}/protobuf-${MY_PV}/python" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -PATCHES=( "${FILESDIR}/${P}-link-against-installed-lib.patch" ) - -python_test() { - distutils_install_for_testing - esetup.py test -} |
