mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
python-pyflakes: import from meta-openstack
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
a478c66972
commit
a3c2371065
23
meta-python/recipes-devtools/python/python-pyflakes_0.7.3.bb
Normal file
23
meta-python/recipes-devtools/python/python-pyflakes_0.7.3.bb
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Imported from git://git.yoctoproject.org/meta-cloud-services
|
||||
|
||||
SUMMARY = "passive checker of Python programs"
|
||||
HOMEPAGE = "https://github.com/dreamhost/cliff"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://README.rst;md5=1815018ebbbfc8659a9df33681a0936e"
|
||||
|
||||
SRCNAME = "pyflakes"
|
||||
|
||||
SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "ec94ac11cb110e6e72cca23c104b66b1"
|
||||
SRC_URI[sha256sum] = "dbd2c940a1030a4f811afc1a04017a44011c0cb54f8f384b66aa624097d9b5e3"
|
||||
|
||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
|
||||
inherit setuptools
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
python-prettytable \
|
||||
python-cmd2 \
|
||||
python-pyparsing"
|
||||
Loading…
Reference in New Issue
Block a user