From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9075559CA9 for ; Sun, 27 Mar 2016 20:26:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 633FC21C033; Sun, 27 Mar 2016 20:26:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFEB221C009 for ; Sun, 27 Mar 2016 20:26:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8AC66340961 for ; Sun, 27 Mar 2016 20:26:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A665E85E for ; Sun, 27 Mar 2016 20:26:30 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1459110373.2a1de42669ebd13b7fe157e3d73853a7b72699ad.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/progressbar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/progressbar/progressbar-2.3-r2.ebuild X-VCS-Directories: dev-python/progressbar/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 2a1de42669ebd13b7fe157e3d73853a7b72699ad X-VCS-Branch: master Date: Sun, 27 Mar 2016 20:26:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e310f726-b786-497d-961a-26bcfe58721a X-Archives-Hash: 8e63fe06598ffca58e5f2800e08d9f47 commit: 2a1de42669ebd13b7fe157e3d73853a7b72699ad Author: David Seifert gentoo org> AuthorDate: Sun Mar 27 20:19:16 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Mar 27 20:26:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a1de426 Revert "dev-python/progressbar: Add python3_5 support" This reverts commit a26e3ccaa497d258bcfa9171db1f2f21c49563f8. dev-python/progressbar/progressbar-2.3-r2.ebuild | 22 ---------------------- 1 file changed, 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 a884d81..0000000 --- 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" )