summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-08 15:26:17 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-08 15:26:17 +0000
commit1b037b8ac89d59b723940f5dfec3c76629c18fbd (patch)
treef3b7feb1a024a94bfca898cf67e06cfdbc92d6d2 /dev-python/pyflakes
parentSet SUPPORT_PYTHON_ABIS. (diff)
downloadhistorical-1b037b8ac89d59b723940f5dfec3c76629c18fbd.tar.gz
historical-1b037b8ac89d59b723940f5dfec3c76629c18fbd.tar.bz2
historical-1b037b8ac89d59b723940f5dfec3c76629c18fbd.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/pyflakes')
-rw-r--r--dev-python/pyflakes/pyflakes-0.3.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/pyflakes/pyflakes-0.3.0.ebuild b/dev-python/pyflakes/pyflakes-0.3.0.ebuild
deleted file mode 100644
index 9da76b453d31..000000000000
--- a/dev-python/pyflakes/pyflakes-0.3.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.3.0.ebuild,v 1.5 2010/01/03 21:08:04 arfrever Exp $
-
-EAPI="2"
-
-inherit distutils
-
-DESCRIPTION="Passive checker for python programs."
-HOMEPAGE="http://divmod.org/trac/wiki/DivmodPyflakes"
-SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 x86 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE="test"
-
-DEPEND="test? ( dev-python/nose )"
-RDEPEND=""
-
-src_test() {
- PYTHONPATH="build/lib" nosetests || die "Tests failed"
-}