diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-14 10:34:03 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-14 10:34:03 +0200 |
| commit | 87d9ff3975f061cdcfb6ab07bbfa51a41e9d4ac8 (patch) | |
| tree | 437f178f6f68589dab819fe6cc2054d56db501f6 /meta-openstack/recipes-devtools/python/python-pep8_1.6.2.bb_ | |
| parent | d0ac49a0b927df6e0de81347369eeed10e9caaf8 (diff) | |
| download | meta-cloud-services-87d9ff3975f061cdcfb6ab07bbfa51a41e9d4ac8.tar.gz | |
python-pep8: Drop recipe
Newer recipe maintained in meta-python.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pep8_1.6.2.bb_')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pep8_1.6.2.bb_ | 21 |
1 files changed, 21 insertions, 0 deletions
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 @@ | |||
| 1 | DESCRIPTION = "Python style guide checker" | ||
| 2 | HOMEPAGE = "https://github.com/dreamhost/cliff" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://README.rst;md5=b0d37793ab91ca25ad5c200e9ea22331" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "pep8" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "a03bb494859e87b42601b61b1b043a0c" | ||
| 13 | SRC_URI[sha256sum] = "603a46e5c358ce20ac4807a0eeafac7505d1125a4c1bd8378757ada06f61bed8" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += "python-prettytable \ | ||
| 20 | python-cmd2 \ | ||
| 21 | python-pyparsing" \ No newline at end of file | ||
