From 8d106c85a99ef8450e098e627428e37386ac6b10 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 11 Dec 2013 02:22:39 -0500 Subject: python-flake8: introduce python-flake8 and dependencies For full tempest test results, we require flake8 and dependencies. Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-flake8_2.1.0.bb | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-flake8_2.1.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-flake8_2.1.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-flake8_2.1.0.bb b/meta-openstack/recipes-devtools/python/python-flake8_2.1.0.bb new file mode 100644 index 0000000..568d5bd --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-flake8_2.1.0.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "The modular source code checker: pep8, pyflakes and co" +HOMEPAGE = "https://github.com/dreamhost/cliff" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7a76e57e683629e1ac2a49406169c2a3" + +PR = "r0" +SRCNAME = "flake8" + +SRC_URI = "https://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "cf326cfb88a1db6c5b29a3a6d9efb257" +SRC_URI[sha256sum] = "098ab7991067c08cfaa4716de20066d90f66dbc71502114ea8cad9a9fd5c9512" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +RDEPENDS_${PN} += "python-prettytable \ + python-cmd2 \ + python-pyparsing \ + python-mccabe \ + python-pep8 \ + python-pyflakes" -- cgit v1.2.3-54-g00ecf