From 87d9ff3975f061cdcfb6ab07bbfa51a41e9d4ac8 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Mon, 14 Aug 2017 10:34:03 +0200 Subject: python-pep8: Drop recipe Newer recipe maintained in meta-python. Signed-off-by: Adrian Dudau --- .../recipes-devtools/python/python-pep8_1.6.2.bb | 21 --------------------- .../recipes-devtools/python/python-pep8_1.6.2.bb_ | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-pep8_1.6.2.bb create mode 100644 meta-openstack/recipes-devtools/python/python-pep8_1.6.2.bb_ (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-pep8_1.6.2.bb b/meta-openstack/recipes-devtools/python/python-pep8_1.6.2.bb deleted file mode 100644 index 723bec3..0000000 --- a/meta-openstack/recipes-devtools/python/python-pep8_1.6.2.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "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" - -PR = "r0" -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" \ No newline at end of file diff --git a/meta-openstack/recipes-devtools/python/python-pep8_1.6.2.bb_ b/meta-openstack/recipes-devtools/python/python-pep8_1.6.2.bb_ new file mode 100644 index 0000000..723bec3 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-pep8_1.6.2.bb_ @@ -0,0 +1,21 @@ +DESCRIPTION = "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" + +PR = "r0" +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" \ No newline at end of file -- cgit v1.2.3-54-g00ecf