diff options
author | Derek Straka <derek@asterius.io> | 2016-02-22 08:35:01 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:47:26 +0100 |
commit | beac65d4f589c0b72daf3922ba60da8e4cfdee08 (patch) | |
tree | 5e30a3a02e0991dc8e87dbeeb79f979c4f96bf12 /meta-python | |
parent | 5434b7a42858705a274a302391622450cb750038 (diff) | |
download | meta-openembedded-beac65d4f589c0b72daf3922ba60da8e4cfdee08.tar.gz |
python-pyflakes: update to 1.0.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyflakes_1.0.0.bb (renamed from meta-python/recipes-devtools/python/python-pyflakes_0.7.3.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyflakes_0.7.3.bb b/meta-python/recipes-devtools/python/python-pyflakes_1.0.0.bb index d4d19cca0..c319af8d1 100644 --- a/meta-python/recipes-devtools/python/python-pyflakes_0.7.3.bb +++ b/meta-python/recipes-devtools/python/python-pyflakes_1.0.0.bb | |||
@@ -1,10 +1,10 @@ | |||
1 | SUMMARY = "passive checker of Python programs" | 1 | SUMMARY = "passive checker of Python programs" |
2 | HOMEPAGE = "https://github.com/dreamhost/cliff" | 2 | HOMEPAGE = "https://github.com/dreamhost/cliff" |
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://README.rst;md5=1815018ebbbfc8659a9df33681a0936e" | 4 | LIC_FILES_CHKSUM = "file://README.rst;md5=0f2ba771f63ad51756f4fb10e827220e" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "ec94ac11cb110e6e72cca23c104b66b1" | 6 | SRC_URI[md5sum] = "914621d4c9546248419b435dd358eb6a" |
7 | SRC_URI[sha256sum] = "dbd2c940a1030a4f811afc1a04017a44011c0cb54f8f384b66aa624097d9b5e3" | 7 | SRC_URI[sha256sum] = "f39e33a4c03beead8774f005bd3ecf0c3f2f264fa0201de965fce0aff1d34263" |
8 | 8 | ||
9 | inherit pypi setuptools | 9 | inherit pypi setuptools |
10 | 10 | ||