[oe-commits] Martin Jansa : python-pep8: import from meta-openstack

git at git.openembedded.org git at git.openembedded.org
Fri Dec 19 19:21:06 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 6d3437c768db67e3d40aa8f97497f3024acc97ee
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=6d3437c768db67e3d40aa8f97497f3024acc97ee

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Dec 18 13:12:16 2014 +0100

python-pep8: import from meta-openstack

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-devtools/python/python-pep8_1.4.6.bb   | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-pep8_1.4.6.bb b/meta-python/recipes-devtools/python/python-pep8_1.4.6.bb
new file mode 100644
index 0000000..b3c743e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pep8_1.4.6.bb
@@ -0,0 +1,23 @@
+# Imported from git://git.yoctoproject.org/meta-cloud-services
+
+SUMMARY = "Python style guide checker"
+HOMEPAGE = "https://github.com/dreamhost/cliff"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://README.rst;md5=b0d37793ab91ca25ad5c200e9ea22331"
+
+SRCNAME = "pep8"
+
+SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "a03bb494859e87b42601b61b1b043a0c"
+SRC_URI[sha256sum] = "603a46e5c358ce20ac4807a0eeafac7505d1125a4c1bd8378757ada06f61bed8"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools
+
+RDEPENDS_${PN} += " \
+    python-prettytable \
+    python-cmd2 \
+    python-pyparsing"



More information about the Openembedded-commits mailing list