diff options
author | Marien Zwart <marienz@gentoo.org> | 2006-02-20 15:09:15 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2006-02-20 15:09:15 +0000 |
commit | f1ed1a174fc27b620a5345023b03b6effbc85d53 (patch) | |
tree | 744d4410a92fd69fed1475d782a727a765a9d004 /dev-python | |
parent | Stable on sparc (diff) | |
download | gentoo-2-f1ed1a174fc27b620a5345023b03b6effbc85d53.tar.gz gentoo-2-f1ed1a174fc27b620a5345023b03b6effbc85d53.tar.bz2 gentoo-2-f1ed1a174fc27b620a5345023b03b6effbc85d53.zip |
New ebuild contributed by Qiangning Hong <hongqn@gmail.com>, closes bug #123479.
(Portage version: 2660-svn)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyflakes/ChangeLog | 11 | ||||
-rw-r--r-- | dev-python/pyflakes/Manifest | 9 | ||||
-rw-r--r-- | dev-python/pyflakes/files/digest-pyflakes-0.2.1 | 3 | ||||
-rw-r--r-- | dev-python/pyflakes/metadata.xml | 14 | ||||
-rw-r--r-- | dev-python/pyflakes/pyflakes-0.2.1.ebuild | 16 |
5 files changed, 53 insertions, 0 deletions
diff --git a/dev-python/pyflakes/ChangeLog b/dev-python/pyflakes/ChangeLog new file mode 100644 index 000000000000..ec7ff94e4c28 --- /dev/null +++ b/dev-python/pyflakes/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-python/pyflakes +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.1 2006/02/20 15:09:15 marienz Exp $ + +*pyflakes-0.2.1 (20 Feb 2006) + + 20 Feb 2006; Marien Zwart <marienz@gentoo.org> +metadata.xml, + +pyflakes-0.2.1.ebuild: + New ebuild contributed by Qiangning Hong <hongqn@gmail.com>, closes bug + #123479. + diff --git a/dev-python/pyflakes/Manifest b/dev-python/pyflakes/Manifest new file mode 100644 index 000000000000..040ca94485dc --- /dev/null +++ b/dev-python/pyflakes/Manifest @@ -0,0 +1,9 @@ +MD5 85e09321f6709288ce894aeec57b48f9 files/digest-pyflakes-0.2.1 238 +RMD160 032f1410f554724959f431246d2da33675913710 files/digest-pyflakes-0.2.1 238 +SHA256 1a0e1829992cc4493bba05e83801eee14d302ea8c08054a5e2737cd84a3c2742 files/digest-pyflakes-0.2.1 238 +MD5 ee88543f4fbe7a6e3e59db9a91e594c5 metadata.xml 532 +RMD160 f929ab7a866a3bcc184bfb7ecf4f0896a8063224 metadata.xml 532 +SHA256 dd64d0e8fb05d0ac1e41d7cb5ac675ed6a3e55c5463a69f945c6244b4697475b metadata.xml 532 +MD5 2ef52e7cf3ebe1703fe6246001419b47 pyflakes-0.2.1.ebuild 381 +RMD160 f9fe5ba550ebffdc4cc3ba117a8d7dacce6094ad pyflakes-0.2.1.ebuild 381 +SHA256 18316ea580f5ed11834c878938b9c872aa9ac5df29d563b768c553fd33a12bc5 pyflakes-0.2.1.ebuild 381 diff --git a/dev-python/pyflakes/files/digest-pyflakes-0.2.1 b/dev-python/pyflakes/files/digest-pyflakes-0.2.1 new file mode 100644 index 000000000000..2f8e73252f56 --- /dev/null +++ b/dev-python/pyflakes/files/digest-pyflakes-0.2.1 @@ -0,0 +1,3 @@ +MD5 e65d9245d706350b3db811280d897f30 pyflakes-0.2.1.tar.gz 6140 +RMD160 67eeb0ee0395ffee66916364b0342532a4a9ce12 pyflakes-0.2.1.tar.gz 6140 +SHA256 3eecd66deecc2de5c31bb91a4b4479232087e80da94e3086e2a686879374cde9 pyflakes-0.2.1.tar.gz 6140 diff --git a/dev-python/pyflakes/metadata.xml b/dev-python/pyflakes/metadata.xml new file mode 100644 index 000000000000..a6132a5fb5cb --- /dev/null +++ b/dev-python/pyflakes/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>python</herd> +<longdescription> + PyFlakes is a Lint-like tool for Python, like PyChecker. It is + focused on identifying common errors quickly without executing + Python code. + + Its primary advantage over PyChecker is that it is fast. You don't + have to sit around for minutes waiting for the checker to run; it + runs on most large projects in only a few seconds. +</longdescription> +</pkgmetadata> diff --git a/dev-python/pyflakes/pyflakes-0.2.1.ebuild b/dev-python/pyflakes/pyflakes-0.2.1.ebuild new file mode 100644 index 000000000000..5f26cde4c5ef --- /dev/null +++ b/dev-python/pyflakes/pyflakes-0.2.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.2.1.ebuild,v 1.1 2006/02/20 15:09:15 marienz Exp $ + +inherit distutils + +DESCRIPTION="passive checker for python programs" +HOMEPAGE="http://divmod.org/projects/pyflakes" +SRC_URI="http://divmod.org/static/projects/pyflakes/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=virtual/python-2.3" |