summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-09 21:00:01 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-09 21:29:09 +0200
commit06325f4af30e64f2524ae5ae8c3df2faff44856c (patch)
treef87ffab4562a1eb720825ae97e9b0ac4a158d513 /dev-python
parentdev-python/logilab-constraint: Fix namespace support (diff)
downloadgentoo-06325f4af30e64f2524ae5ae8c3df2faff44856c.tar.gz
gentoo-06325f4af30e64f2524ae5ae8c3df2faff44856c.tar.bz2
gentoo-06325f4af30e64f2524ae5ae8c3df2faff44856c.zip
dev-python/python-gflags: Remove broken 3.0.2, #594734
The 3.0.2 version is completely broken and does not install Python packages, which completely defeats its purpose. It does not have any special qualities, nor any reason to keep it around.
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-gflags/Manifest1
-rw-r--r--dev-python/python-gflags/python-gflags-3.0.2.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/python-gflags/Manifest b/dev-python/python-gflags/Manifest
index 9a1ab292e90d..701cf8ef797e 100644
--- a/dev-python/python-gflags/Manifest
+++ b/dev-python/python-gflags/Manifest
@@ -1,2 +1 @@
DIST python-gflags-2.0.tar.gz 65094 SHA256 0dff6360423f3ec08cbe3bfaf37b339461a54a21d13be0dd5d9c9999ce531078 SHA512 43bddf631501f08537167c3915a6ace9a5e70b1bac0351614b07d3de1e149475c2cbb04a9770096dc033fefd35d12eea0b4c849f5660f9950db1129023dd36ac WHIRLPOOL 23769400b455352ea9f0d0a09f78df1ddc640a59c3bb65bafc1a0020d678453ed35aec3ee4224a8ded1b83f0b1c62c348c77b1065dc034bbe29a5a177f93f0ad
-DIST python-gflags-3.0.2.tar.gz 91481 SHA256 f2ca688f385bba47382a067d2d77322ab974fd4d596baad95bcd7d319241061d SHA512 f24b404a1821d55f2d7423548c241f54962e79b31ade6b718e0c50591756ec269545445326e459a1b02806ca5eab7ccf9c545211e4148b3da050069b9a97088f WHIRLPOOL 4a72cde4f2715d2fd32760b0b69f4ff1b0b14d94ad3d00d002cd16a9d3715f7f61bf14878fca4073c8c573ae853229c15d781eb766ad324ce053645a76cedba5
diff --git a/dev-python/python-gflags/python-gflags-3.0.2.ebuild b/dev-python/python-gflags/python-gflags-3.0.2.ebuild
deleted file mode 100644
index 71254820f1f8..000000000000
--- a/dev-python/python-gflags/python-gflags-3.0.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# Python 3 is in testing, but is waiting for the next release:
-# https://github.com/gflags/python-gflags/issues/17
-PYTHON_COMPAT=( python2_7 pypy )
-
-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 ~sh ~sparc ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-PATCHES=(
- "${FILESDIR}"/${P}-scripts-install.patch
-)