diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pyflakes_0.7.3.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pyflakes_0.7.3.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pyflakes_0.7.3.bb b/meta-openstack/recipes-devtools/python/python-pyflakes_0.7.3.bb new file mode 100644 index 0000000..af7a7f3 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-pyflakes_0.7.3.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | DESCRIPTION = "passive checker of Python programs" | ||
| 2 | HOMEPAGE = "https://github.com/dreamhost/cliff" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://README.rst;md5=1815018ebbbfc8659a9df33681a0936e" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "pyflakes" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "ec94ac11cb110e6e72cca23c104b66b1" | ||
| 13 | SRC_URI[sha256sum] = "dbd2c940a1030a4f811afc1a04017a44011c0cb54f8f384b66aa624097d9b5e3" | ||
| 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 | ||
