From 1bd3d61e2c24a8f404ee41fb291c401a9fc9c937 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 3 Mar 2015 14:41:30 -0500 Subject: support-libs: refresh round1 Refreshing the support libraries to prepare for kilo uprevs of the core components. Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-flake8_2.3.0.bb | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-flake8_2.3.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-flake8_2.3.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-flake8_2.3.0.bb b/meta-openstack/recipes-devtools/python/python-flake8_2.3.0.bb new file mode 100644 index 0000000..89c9744 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-flake8_2.3.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] = "488d6166f6b9ef9fe9d433b95e77dc07" +SRC_URI[sha256sum] = "5ee1a43ccd0716d6061521eec6937c983efa027793013e572712c4da55c7c83e" + +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