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-rcssmin.inc15
-rw-r--r--meta-openstack/recipes-devtools/python/python-rcssmin_1.0.6.bb17
-rw-r--r--meta-openstack/recipes-devtools/python/python3-rcssmin_1.0.6.bb2
3 files changed, 19 insertions, 15 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-rcssmin.inc b/meta-openstack/recipes-devtools/python/python-rcssmin.inc
new file mode 100644
index 0000000..c897395
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-rcssmin.inc
@@ -0,0 +1,15 @@
1DESCRIPTION = "RCSSmin is a CSS minifier."
2HOMEPAGE = "http://opensource.perlig.de/rcssmin/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
6
7SRC_URI[md5sum] = "467d56503ce386c0b0e52f69ac143a9a"
8SRC_URI[sha256sum] = "ca87b695d3d7864157773a61263e5abb96006e9ff0e021eff90cbe0e1ba18270"
9
10inherit pypi
11
12RDEPENDS_${PN} += " \
13 "
14
15CLEANBROKEN = "1"
diff --git a/meta-openstack/recipes-devtools/python/python-rcssmin_1.0.6.bb b/meta-openstack/recipes-devtools/python/python-rcssmin_1.0.6.bb
index e1b4a55..9b7624b 100644
--- a/meta-openstack/recipes-devtools/python/python-rcssmin_1.0.6.bb
+++ b/meta-openstack/recipes-devtools/python/python-rcssmin_1.0.6.bb
@@ -1,15 +1,2 @@
1DESCRIPTION = "RCSSmin is a CSS minifier." 1require python-rcssmin.inc
2HOMEPAGE = "http://opensource.perlig.de/rcssmin/" 2inherit setuptools
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
6
7SRC_URI[md5sum] = "467d56503ce386c0b0e52f69ac143a9a"
8SRC_URI[sha256sum] = "ca87b695d3d7864157773a61263e5abb96006e9ff0e021eff90cbe0e1ba18270"
9
10inherit setuptools pypi
11
12RDEPENDS_${PN} += " \
13 "
14
15CLEANBROKEN = "1"
diff --git a/meta-openstack/recipes-devtools/python/python3-rcssmin_1.0.6.bb b/meta-openstack/recipes-devtools/python/python3-rcssmin_1.0.6.bb
new file mode 100644
index 0000000..56347b5
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-rcssmin_1.0.6.bb
@@ -0,0 +1,2 @@
1require python-rcssmin.inc
2inherit setuptools3