add python-pyflakes, a source code checker similar to pychecker
authorMichael Lauer <mickey@vanille-media.de>
Sat, 24 Sep 2005 22:30:03 +0000 (22:30 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 24 Sep 2005 22:30:03 +0000 (22:30 +0000)
packages/meta/task-python-everything_1.0.0.bb
packages/meta/task-python-sharprom_1.0.0.bb
packages/python/python-pyflakes_0.2.0.bb [new file with mode: 0644]

index 46c3767..38e9f30 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION= "Everything Python"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 HOMEPAGE = "http://www.vanille.de/projects/python.spy"
 LICENSE = "MIT"
-PR = "ml0"
+PR = "ml1"
 
 DEPENDS = "\
                python-ao               \
@@ -28,6 +28,7 @@ DEPENDS = "\
                python-pexpect          \
                python-pychecker        \
                python-pycodes          \
+               python-pyflakes         \
                python-pygame           \
                python-pygoogle         \
                python-pygtk            \
index 349a404..c9cdb38 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION= "Everything Python for SharpROM"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 HOMEPAGE = "http://www.vanille.de/projects/python.spy"
 LICENSE = "MIT"
-PR = "ml0"
+PR = "ml1"
 
 NONWORKING = "\
                python-codes            \
@@ -35,6 +35,7 @@ DEPENDS = "\
                python-ogg              \
                python-pexpect          \
                python-pychecker        \
+               python-pyflakes         \
                python-pygoogle         \
                python-pylinda          \
                python-pylint           \
diff --git a/packages/python/python-pyflakes_0.2.0.bb b/packages/python/python-pyflakes_0.2.0.bb
new file mode 100644 (file)
index 0000000..77fed35
--- /dev/null
@@ -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