summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2011-09-04 06:20:03 +0000
committerDirkjan Ochtman <djc@gentoo.org>2011-09-04 06:20:03 +0000
commit8e921c931f3dbdf1e6b8c9bcf7eca971fe33d517 (patch)
tree46b9c94ad428643123dbbfa00a0696d4c9e98988 /dev-python/pyflakes
parentLeave a documentation comment for the Python team in the ebuilds, per request... (diff)
downloadgentoo-2-8e921c931f3dbdf1e6b8c9bcf7eca971fe33d517.tar.gz
gentoo-2-8e921c931f3dbdf1e6b8c9bcf7eca971fe33d517.tar.bz2
gentoo-2-8e921c931f3dbdf1e6b8c9bcf7eca971fe33d517.zip
Take some fixes from the python overlay.
(Portage version: 2.1.10.12/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyflakes')
-rw-r--r--dev-python/pyflakes/ChangeLog5
-rw-r--r--dev-python/pyflakes/pyflakes-0.5.0.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pyflakes/ChangeLog b/dev-python/pyflakes/ChangeLog
index 6f0de2a30cff..0644b6d35a40 100644
--- a/dev-python/pyflakes/ChangeLog
+++ b/dev-python/pyflakes/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyflakes
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.17 2011/09/03 17:33:42 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.18 2011/09/04 06:20:03 djc Exp $
+
+ 04 Sep 2011; Dirkjan Ochtman <djc@gentoo.org> pyflakes-0.5.0.ebuild:
+ Take some fixes suggested by Arfrever via the python overlay.
*pyflakes-0.5.0 (03 Sep 2011)
diff --git a/dev-python/pyflakes/pyflakes-0.5.0.ebuild b/dev-python/pyflakes/pyflakes-0.5.0.ebuild
index 4a21e597653f..91024b1e319e 100644
--- a/dev-python/pyflakes/pyflakes-0.5.0.ebuild
+++ b/dev-python/pyflakes/pyflakes-0.5.0.ebuild
@@ -1,17 +1,17 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.5.0.ebuild,v 1.1 2011/09/03 17:33:42 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.5.0.ebuild,v 1.2 2011/09/04 06:20:03 djc Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
-DISTUTILS_SRC_TEST="nosetests"
+DISTUTILS_SRC_TEST="trial"
inherit distutils
-DESCRIPTION="Passive checker for python programs."
-HOMEPAGE="http://divmod.org/trac/wiki/DivmodPyflakes http://pypi.python.org/pypi/pyflakes"
+DESCRIPTION="Passive checker for Python programs"
+HOMEPAGE="https://launchpad.net/pyflakes http://pypi.python.org/pypi/pyflakes"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"