diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-09-24 22:30:03 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-24 22:30:03 +0000 |
commit | cf875476ebf0e2281b851de677d20adc973212e5 (patch) | |
tree | 726f492dc20ebf0dcea3bb50a7816ee567ebb40a /packages/python/python-pyflakes_0.2.0.bb | |
parent | 68d6601e8f93243347b58324ce3d4f02eb3a84a9 (diff) |
add python-pyflakes, a source code checker similar to pychecker
Diffstat (limited to 'packages/python/python-pyflakes_0.2.0.bb')
-rw-r--r-- | packages/python/python-pyflakes_0.2.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/python/python-pyflakes_0.2.0.bb b/packages/python/python-pyflakes_0.2.0.bb new file mode 100644 index 0000000000..77fed35e7a --- /dev/null +++ b/packages/python/python-pyflakes_0.2.0.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "SourceCode Test Utility" +SECTION = "devel/python" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +LICENSE = "BSD" +SRCNAME = "pyflakes" + +SRC_URI = "http://www.divmod.org/static/projects/pyflakes/pyflakes-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils |