summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2011-09-03 17:33:42 +0000
committerDirkjan Ochtman <djc@gentoo.org>2011-09-03 17:33:42 +0000
commit809290b262941ba5ccbbce1e65bfc87781f31c65 (patch)
treef66bb746df5a4ddb754ae71ffdf1bbf3c9d09144
parentalpha/ia64/s390/sh/sparc stable wrt #372745 (diff)
downloadgentoo-2-809290b262941ba5ccbbce1e65bfc87781f31c65.tar.gz
gentoo-2-809290b262941ba5ccbbce1e65bfc87781f31c65.tar.bz2
gentoo-2-809290b262941ba5ccbbce1e65bfc87781f31c65.zip
Version bump pyflakes to 0.5.0.
(Portage version: 2.1.10.12/cvs/Linux x86_64)
-rw-r--r--dev-python/pyflakes/ChangeLog9
-rw-r--r--dev-python/pyflakes/pyflakes-0.5.0.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-python/pyflakes/ChangeLog b/dev-python/pyflakes/ChangeLog
index e510cc1f10a7..6f0de2a30cff 100644
--- a/dev-python/pyflakes/ChangeLog
+++ b/dev-python/pyflakes/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pyflakes
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.16 2010/07/08 15:29:36 arfrever Exp $
+# 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 $
+
+*pyflakes-0.5.0 (03 Sep 2011)
+
+ 03 Sep 2011; Dirkjan Ochtman <djc@gentoo.org> +pyflakes-0.5.0.ebuild:
+ Version bump to 0.5.0.
08 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
pyflakes-0.4.0.ebuild:
diff --git a/dev-python/pyflakes/pyflakes-0.5.0.ebuild b/dev-python/pyflakes/pyflakes-0.5.0.ebuild
new file mode 100644
index 000000000000..4a21e597653f
--- /dev/null
+++ b/dev-python/pyflakes/pyflakes-0.5.0.ebuild
@@ -0,0 +1,23 @@
+# 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 $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+DISTUTILS_SRC_TEST="nosetests"
+
+inherit distutils
+
+DESCRIPTION="Passive checker for python programs."
+HOMEPAGE="http://divmod.org/trac/wiki/DivmodPyflakes http://pypi.python.org/pypi/pyflakes"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+IUSE=""
+
+DEPEND="test? ( dev-python/twisted )"
+RDEPEND=""