summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2016-03-27 22:19:16 +0200
committerDavid Seifert <soap@gentoo.org>2016-03-27 22:26:13 +0200
commit2a1de42669ebd13b7fe157e3d73853a7b72699ad (patch)
treee9be15ae56650ea8a5d4f7041e1298deda2bb137
parentkde-apps/gpgmepp: Restore 15.08.3 (diff)
downloadgentoo-2a1de42669ebd13b7fe157e3d73853a7b72699ad.tar.gz
gentoo-2a1de42669ebd13b7fe157e3d73853a7b72699ad.tar.bz2
gentoo-2a1de42669ebd13b7fe157e3d73853a7b72699ad.zip
Revert "dev-python/progressbar: Add python3_5 support"
This reverts commit a26e3ccaa497d258bcfa9171db1f2f21c49563f8.
-rw-r--r--dev-python/progressbar/progressbar-2.3-r2.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/progressbar/progressbar-2.3-r2.ebuild b/dev-python/progressbar/progressbar-2.3-r2.ebuild
deleted file mode 100644
index a884d81bcf9a..000000000000
--- a/dev-python/progressbar/progressbar-2.3-r2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Text progressbar library for python"
-HOMEPAGE="https://code.google.com/p/python-progressbar/ https://pypi.python.org/pypi/progressbar"
-SRC_URI="https://python-${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="|| ( LGPL-2.1 BSD )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-PATCHES=( "${FILESDIR}/progressbar-2.3-python3.3.patch" )