diff options
author | 2011-09-04 06:20:03 +0000 | |
---|---|---|
committer | 2011-09-04 06:20:03 +0000 | |
commit | 8e921c931f3dbdf1e6b8c9bcf7eca971fe33d517 (patch) | |
tree | 46b9c94ad428643123dbbfa00a0696d4c9e98988 /dev-python/pyflakes/pyflakes-0.5.0.ebuild | |
parent | Leave a documentation comment for the Python team in the ebuilds, per request... (diff) | |
download | gentoo-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/pyflakes-0.5.0.ebuild')
-rw-r--r-- | dev-python/pyflakes/pyflakes-0.5.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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" |