summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pyflakes.inc14
-rw-r--r--meta-openstack/recipes-devtools/python/python-pyflakes_0.7.3.bb16
-rw-r--r--meta-openstack/recipes-devtools/python/python3-pyflakes_0.7.3.bb2
3 files changed, 18 insertions, 14 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pyflakes.inc b/meta-openstack/recipes-devtools/python/python-pyflakes.inc
new file mode 100644
index 0000000..df92d80
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-pyflakes.inc
@@ -0,0 +1,14 @@
1DESCRIPTION = "passive checker of Python programs"
2HOMEPAGE = "https://github.com/dreamhost/cliff"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://README.rst;md5=1815018ebbbfc8659a9df33681a0936e"
6
7SRC_URI[md5sum] = "ec94ac11cb110e6e72cca23c104b66b1"
8SRC_URI[sha256sum] = "dbd2c940a1030a4f811afc1a04017a44011c0cb54f8f384b66aa624097d9b5e3"
9
10inherit pypi
11
12RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \
13 ${PYTHON_PN}-cmd2 \
14 ${PYTHON_PN}-pyparsing"
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
index 81bca36..78a2e09 100644
--- a/meta-openstack/recipes-devtools/python/python-pyflakes_0.7.3.bb
+++ b/meta-openstack/recipes-devtools/python/python-pyflakes_0.7.3.bb
@@ -1,14 +1,2 @@
1DESCRIPTION = "passive checker of Python programs" 1require python-pyflakes.inc
2HOMEPAGE = "https://github.com/dreamhost/cliff" 2inherit setuptools
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://README.rst;md5=1815018ebbbfc8659a9df33681a0936e"
6
7SRC_URI[md5sum] = "ec94ac11cb110e6e72cca23c104b66b1"
8SRC_URI[sha256sum] = "dbd2c940a1030a4f811afc1a04017a44011c0cb54f8f384b66aa624097d9b5e3"
9
10inherit setuptools pypi
11
12RDEPENDS_${PN} += "python-prettytable \
13 python-cmd2 \
14 python-pyparsing" \ No newline at end of file
diff --git a/meta-openstack/recipes-devtools/python/python3-pyflakes_0.7.3.bb b/meta-openstack/recipes-devtools/python/python3-pyflakes_0.7.3.bb
new file mode 100644
index 0000000..cc9e864
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-pyflakes_0.7.3.bb
@@ -0,0 +1,2 @@
1require python-pyflakes.inc
2inherit setuptools3