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-cssselect.inc20
-rw-r--r--meta-openstack/recipes-devtools/python/python-cssselect_0.9.1.bb22
-rw-r--r--meta-openstack/recipes-devtools/python/python3-cssselect_0.9.1.bb2
3 files changed, 24 insertions, 20 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cssselect.inc b/meta-openstack/recipes-devtools/python/python-cssselect.inc
new file mode 100644
index 0000000..377560e
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-cssselect.inc
@@ -0,0 +1,20 @@
1DESCRIPTION = "cssselect parses CSS3 Selectors and translates them to XPath 1.0"
2HOMEPAGE = "http://packages.python.org/cssselect/"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=952026b3fd2f625f2a3c0aa21da2493d"
6
7SRC_URI[md5sum] = "c74f45966277dc7a0f768b9b0f3522ac"
8SRC_URI[sha256sum] = "0535a7e27014874b27ae3a4d33e8749e345bdfa62766195208b7996bf1100682"
9
10inherit pypi
11
12# DEPENDS_default: python-pip
13
14DEPENDS += " \
15 ${PYTHON_PN}-pip \
16 "
17
18# RDEPENDS_default:
19RDEPENDS_${PN} += " \
20 "
diff --git a/meta-openstack/recipes-devtools/python/python-cssselect_0.9.1.bb b/meta-openstack/recipes-devtools/python/python-cssselect_0.9.1.bb
index 0c4426c..dfd4e84 100644
--- a/meta-openstack/recipes-devtools/python/python-cssselect_0.9.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-cssselect_0.9.1.bb
@@ -1,20 +1,2 @@
1DESCRIPTION = "cssselect parses CSS3 Selectors and translates them to XPath 1.0" 1require python-cssselect.inc
2HOMEPAGE = "http://packages.python.org/cssselect/" 2inherit setuptools
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=952026b3fd2f625f2a3c0aa21da2493d"
6
7SRC_URI[md5sum] = "c74f45966277dc7a0f768b9b0f3522ac"
8SRC_URI[sha256sum] = "0535a7e27014874b27ae3a4d33e8749e345bdfa62766195208b7996bf1100682"
9
10inherit setuptools pypi
11
12# DEPENDS_default: python-pip
13
14DEPENDS += " \
15 python-pip \
16 "
17
18# RDEPENDS_default:
19RDEPENDS_${PN} += " \
20 "
diff --git a/meta-openstack/recipes-devtools/python/python3-cssselect_0.9.1.bb b/meta-openstack/recipes-devtools/python/python3-cssselect_0.9.1.bb
new file mode 100644
index 0000000..de194f8
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-cssselect_0.9.1.bb
@@ -0,0 +1,2 @@
1require python-cssselect.inc
2inherit setuptools3