diff options
Diffstat (limited to 'recipes/python/python-pychecker_0.8.18.bb')
-rw-r--r-- | recipes/python/python-pychecker_0.8.18.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/python/python-pychecker_0.8.18.bb b/recipes/python/python-pychecker_0.8.18.bb new file mode 100644 index 0000000000..1b39b588ce --- /dev/null +++ b/recipes/python/python-pychecker_0.8.18.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "SourceCode Test Utility" +SECTION = "devel/python" +HOMEPAGE = "http://pychecker.sourceforge.net/" +PRIORITY = "optional" +LICENSE = "BSD" +SRCNAME = "pychecker" +PR = "ml0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils |