diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-18 13:12:40 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-19 20:10:59 +0100 |
| commit | a3c2371065266d559607deb6a17868b1d38711f8 (patch) | |
| tree | 344153b46a784fd47085b6ed4de279d02d55d828 /meta-python/recipes-devtools/python | |
| parent | a478c66972f368fdd54d13779a7603310ea6358d (diff) | |
| download | meta-openembedded-a3c2371065266d559607deb6a17868b1d38711f8.tar.gz | |
python-pyflakes: import from meta-openstack
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-pyflakes_0.7.3.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyflakes_0.7.3.bb b/meta-python/recipes-devtools/python/python-pyflakes_0.7.3.bb new file mode 100644 index 0000000000..ce48cd7323 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyflakes_0.7.3.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | # Imported from git://git.yoctoproject.org/meta-cloud-services | ||
| 2 | |||
| 3 | SUMMARY = "passive checker of Python programs" | ||
| 4 | HOMEPAGE = "https://github.com/dreamhost/cliff" | ||
| 5 | SECTION = "devel/python" | ||
| 6 | LICENSE = "Apache-2.0" | ||
| 7 | LIC_FILES_CHKSUM = "file://README.rst;md5=1815018ebbbfc8659a9df33681a0936e" | ||
| 8 | |||
| 9 | SRCNAME = "pyflakes" | ||
| 10 | |||
| 11 | SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "ec94ac11cb110e6e72cca23c104b66b1" | ||
| 14 | SRC_URI[sha256sum] = "dbd2c940a1030a4f811afc1a04017a44011c0cb54f8f384b66aa624097d9b5e3" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 17 | |||
| 18 | inherit setuptools | ||
| 19 | |||
| 20 | RDEPENDS_${PN} += " \ | ||
| 21 | python-prettytable \ | ||
| 22 | python-cmd2 \ | ||
| 23 | python-pyparsing" | ||
