From f902c2e83b3d9fa20c8e6450cabef4b6ea481800 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 25 Mar 2016 18:10:38 -0400 Subject: python-cmd2: update to 0.6.8 Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-cmd2_0.6.7.bb | 11 ----------- meta-python/recipes-devtools/python/python-cmd2_0.6.8.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-cmd2_0.6.7.bb create mode 100644 meta-python/recipes-devtools/python/python-cmd2_0.6.8.bb (limited to 'meta-python') 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 deleted file mode 100644 index 0ae5c4323f..0000000000 --- a/meta-python/recipes-devtools/python/python-cmd2_0.6.7.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "Extra features for standard library's cmd module" -HOMEPAGE = "http://packages.python.org/cmd2/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://setup.py;beginline=21;endline=21;md5=a00047b7e92e0781452d0beba4e7b44e" - -SRC_URI[md5sum] = "842df29ff2f72d64d7f0d917039c0e51" -SRC_URI[sha256sum] = "8e98c7a1cfd106183559240b269e7cd9fe97e8342b5c05295f591aab6fd2f4f0" - -inherit pypi setuptools - -RDEPENDS_${PN} += "python-pyparsing" diff --git a/meta-python/recipes-devtools/python/python-cmd2_0.6.8.bb b/meta-python/recipes-devtools/python/python-cmd2_0.6.8.bb new file mode 100644 index 0000000000..f4962d6bc0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cmd2_0.6.8.bb @@ -0,0 +1,11 @@ +SUMMARY = "Extra features for standard library's cmd module" +HOMEPAGE = "http://packages.python.org/cmd2/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://setup.py;beginline=21;endline=21;md5=a00047b7e92e0781452d0beba4e7b44e" + +SRC_URI[md5sum] = "c32c9a897e010c977b50c1ddc13f09fe" +SRC_URI[sha256sum] = "ac780d8c31fc107bf6b4edcbcea711de4ff776d59d89bb167f8819d2d83764a8" + +inherit pypi setuptools + +RDEPENDS_${PN} += "python-pyparsing" -- cgit 1.2.3-korg