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

git at git.openembedded.org git at git.openembedded.org
Mon Dec 29 08:54:54 UTC 2014


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

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

python-cmd2: import from meta-openstack

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

---

 .../recipes-devtools/python/python-cmd2_0.6.7.bb     | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-cmd2_0.6.7.bb b/meta-python/recipes-devtools/python/python-cmd2_0.6.7.bb
new file mode 100644
index 0000000..fc7f024
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-cmd2_0.6.7.bb
@@ -0,0 +1,20 @@
+# Imported from git://git.yoctoproject.org/meta-cloud-services
+
+SUMMARY = "Extra features for standard library's cmd module"
+HOMEPAGE = "http://packages.python.org/cmd2/"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://setup.py;beginline=21;endline=21;md5=a00047b7e92e0781452d0beba4e7b44e"
+
+SRCNAME = "cmd2"
+
+SRC_URI = "http://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "842df29ff2f72d64d7f0d917039c0e51"
+SRC_URI[sha256sum] = "8e98c7a1cfd106183559240b269e7cd9fe97e8342b5c05295f591aab6fd2f4f0"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools
+
+RDEPENDS_${PN} += "python-pyparsing"



More information about the Openembedded-commits mailing list