From ecc78a905b0ae5398f1fa64593a73435cf0b28a6 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 14 Oct 2016 08:23:26 -0400 Subject: python-cmd2: update to version 0.6.9 * Verified license remains the same Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../recipes-devtools/python/python-cmd2_0.6.8.bb | 18 ------------------ .../recipes-devtools/python/python-cmd2_0.6.9.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-cmd2_0.6.8.bb create mode 100644 meta-python/recipes-devtools/python/python-cmd2_0.6.9.bb (limited to 'meta-python/recipes-devtools') 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 deleted file mode 100644 index ddc7f38c89..0000000000 --- a/meta-python/recipes-devtools/python/python-cmd2_0.6.8.bb +++ /dev/null @@ -1,18 +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] = "c32c9a897e010c977b50c1ddc13f09fe" -SRC_URI[sha256sum] = "ac780d8c31fc107bf6b4edcbcea711de4ff776d59d89bb167f8819d2d83764a8" - -inherit pypi setuptools - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-doctest \ - ${PYTHON_PN}-pyparsing \ - ${PYTHON_PN}-shell \ - ${PYTHON_PN}-stringold \ - ${PYTHON_PN}-subprocess \ - ${PYTHON_PN}-textutils \ - " diff --git a/meta-python/recipes-devtools/python/python-cmd2_0.6.9.bb b/meta-python/recipes-devtools/python/python-cmd2_0.6.9.bb new file mode 100644 index 0000000000..ed99792e7d --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cmd2_0.6.9.bb @@ -0,0 +1,18 @@ +SUMMARY = "Extra features for standard library's cmd module" +HOMEPAGE = "http://packages.python.org/cmd2/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://setup.py;beginline=17;endline=17;md5=25c0f7ede01b1eab41daf880e5791f05" + +SRC_URI[md5sum] = "cf39b5a34955d263b42a7ffc9d3e536d" +SRC_URI[sha256sum] = "ef09745c91dbc13344db6d81f4dea4c844bf2fabf3baf91fab1bb54e4b3bb328" + +inherit pypi setuptools + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-doctest \ + ${PYTHON_PN}-pyparsing \ + ${PYTHON_PN}-shell \ + ${PYTHON_PN}-stringold \ + ${PYTHON_PN}-subprocess \ + ${PYTHON_PN}-textutils \ + " -- cgit v1.2.3-54-g00ecf