diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-28 22:01:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-28 22:11:07 +0100 |
commit | aacd8e676d61a84f609f968486eced3a43196b50 (patch) | |
tree | 6675df0662fb569c1d8c0d65339cefb7d141d365 /dev-python/python-gflags | |
parent | dev-python/python-gflags: Stabilize 3.1.2-r1 ALLARCHES (diff) | |
download | gentoo-aacd8e676d61a84f609f968486eced3a43196b50.tar.gz gentoo-aacd8e676d61a84f609f968486eced3a43196b50.tar.bz2 gentoo-aacd8e676d61a84f609f968486eced3a43196b50.zip |
dev-python/python-gflags: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-gflags')
-rw-r--r-- | dev-python/python-gflags/Manifest | 1 | ||||
-rw-r--r-- | dev-python/python-gflags/python-gflags-3.1.1.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/python-gflags/Manifest b/dev-python/python-gflags/Manifest index 14b179d6f92e..8e1dfc158b6b 100644 --- a/dev-python/python-gflags/Manifest +++ b/dev-python/python-gflags/Manifest @@ -1,2 +1 @@ -DIST python-gflags-3.1.1.tar.gz 52633 BLAKE2B 78966a7ffd924dcb16b4c6459d10cb06b9494150887433fec1e32e1b454f151386d4024f3ba1d307f756781128224c8106539480d9291dcc2ed82e85c8eef36f SHA512 28009cdc09b94b416af5237d3897d6ab516cc3b6a3eed18a31adb8c199f31a8c7d07b1d69794cb37de84b50eefbde1de57f9f0afaeac0a4747b352f4024ef12c DIST python-gflags-3.1.2.tar.gz 52093 BLAKE2B 4275b43ecf2c58f76fee0b1ff4645eb3176a9ae3b68fdd4a059c2f6f659ca1d9b6e4fad152a2fa48f1eb22c467dbc006835c241c21f89c0ca92367e484f34c6f SHA512 7a3c08b6b212cdb9cb7feaa48e3875d1204a4b3a57182508a078331565f70509d00c315400fa0316dbf61ed4d6a6a04ca8c1a2303567d37650d8dfbb329e2f6c diff --git a/dev-python/python-gflags/python-gflags-3.1.1.ebuild b/dev-python/python-gflags/python-gflags-3.1.1.ebuild deleted file mode 100644 index 4d78be44ec9d..000000000000 --- a/dev-python/python-gflags/python-gflags-3.1.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Google's Python argument parsing library" -HOMEPAGE="https://github.com/google/python-gflags" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86" - -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}]" - -DEPEND=" - ${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -PATCHES=( - "${FILESDIR}"/${P}-script-install.patch -) - -python_test() { - # note: each test needs to be run separately, otherwise they fail - "${PYTHON}" -m gflags._helpers_test -v || die - "${PYTHON}" -m gflags.flags_formatting_test -v || die - "${PYTHON}" -m gflags.flags_unicode_literals_test -v || die -} |