diff options
| author | Derek Straka <derek@asterius.io> | 2016-02-14 23:05:18 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:45:48 +0100 |
| commit | 9d9a616a392deeb06bf7458902281c9bfeb7f5b6 (patch) | |
| tree | dccc15079aa4f39de3266c838415202ada4a4060 /meta-python/recipes-devtools/python/python-pyflakes_0.7.3.bb | |
| parent | b62ae60f869b83721757a2f5316cdc26c1030af3 (diff) | |
| download | meta-openembedded-9d9a616a392deeb06bf7458902281c9bfeb7f5b6.tar.gz | |
Update python recipes to use the common pypi package
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyflakes_0.7.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-pyflakes_0.7.3.bb | 11 |
1 files changed, 1 insertions, 10 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 index ce48cd7323..d4d19cca0b 100644 --- a/meta-python/recipes-devtools/python/python-pyflakes_0.7.3.bb +++ b/meta-python/recipes-devtools/python/python-pyflakes_0.7.3.bb | |||
| @@ -1,21 +1,12 @@ | |||
| 1 | # Imported from git://git.yoctoproject.org/meta-cloud-services | ||
| 2 | |||
| 3 | SUMMARY = "passive checker of Python programs" | 1 | SUMMARY = "passive checker of Python programs" |
| 4 | HOMEPAGE = "https://github.com/dreamhost/cliff" | 2 | HOMEPAGE = "https://github.com/dreamhost/cliff" |
| 5 | SECTION = "devel/python" | ||
| 6 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://README.rst;md5=1815018ebbbfc8659a9df33681a0936e" | 4 | LIC_FILES_CHKSUM = "file://README.rst;md5=1815018ebbbfc8659a9df33681a0936e" |
| 8 | 5 | ||
| 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" | 6 | SRC_URI[md5sum] = "ec94ac11cb110e6e72cca23c104b66b1" |
| 14 | SRC_URI[sha256sum] = "dbd2c940a1030a4f811afc1a04017a44011c0cb54f8f384b66aa624097d9b5e3" | 7 | SRC_URI[sha256sum] = "dbd2c940a1030a4f811afc1a04017a44011c0cb54f8f384b66aa624097d9b5e3" |
| 15 | 8 | ||
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 9 | inherit pypi setuptools |
| 17 | |||
| 18 | inherit setuptools | ||
| 19 | 10 | ||
| 20 | RDEPENDS_${PN} += " \ | 11 | RDEPENDS_${PN} += " \ |
| 21 | python-prettytable \ | 12 | python-prettytable \ |
