Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/progressbar/
Date: Sun, 27 Mar 2016 20:26:36
Message-Id: 1459110373.2a1de42669ebd13b7fe157e3d73853a7b72699ad.soap@gentoo
1 commit: 2a1de42669ebd13b7fe157e3d73853a7b72699ad
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 20:19:16 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 20:26:13 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a1de426
7
8 Revert "dev-python/progressbar: Add python3_5 support"
9
10 This reverts commit a26e3ccaa497d258bcfa9171db1f2f21c49563f8.
11
12 dev-python/progressbar/progressbar-2.3-r2.ebuild | 22 ----------------------
13 1 file changed, 22 deletions(-)
14
15 diff --git a/dev-python/progressbar/progressbar-2.3-r2.ebuild b/dev-python/progressbar/progressbar-2.3-r2.ebuild
16 deleted file mode 100644
17 index a884d81..0000000
18 --- a/dev-python/progressbar/progressbar-2.3-r2.ebuild
19 +++ /dev/null
20 @@ -1,22 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Text progressbar library for python"
31 -HOMEPAGE="https://code.google.com/p/python-progressbar/ https://pypi.python.org/pypi/progressbar"
32 -SRC_URI="https://python-${PN}.googlecode.com/files/${P}.tar.gz"
33 -
34 -LICENSE="|| ( LGPL-2.1 BSD )"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
37 -IUSE=""
38 -
39 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
40 -RDEPEND=""
41 -
42 -PATCHES=( "${FILESDIR}/progressbar-2.3-python3.3.patch" )