summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-01-06 14:40:33 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-01-08 16:24:33 -0500
commit7f8515a99c42f3fbe1b17a9452815df0f4822302 (patch)
treeb81aaf1821dfb3c402613d75f3eafef71119173b /meta-openstack/recipes-devtools
parent678429a2a0723d73d34f34141e19a437f4d41b2e (diff)
downloadmeta-cloud-services-7f8515a99c42f3fbe1b17a9452815df0f4822302.tar.gz
python-uritemplate: Add python3 version
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r--meta-openstack/recipes-devtools/python/python-uritemplate.inc9
-rw-r--r--meta-openstack/recipes-devtools/python/python-uritemplate_3.0.0.bb11
-rw-r--r--meta-openstack/recipes-devtools/python/python3-uritemplate_3.0.0.bb2
3 files changed, 13 insertions, 9 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-uritemplate.inc b/meta-openstack/recipes-devtools/python/python-uritemplate.inc
new file mode 100644
index 0000000..e0c53e7
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-uritemplate.inc
@@ -0,0 +1,9 @@
1SUMMARY = "Simple python library to deal with URI Templates."
2AUTHOR = "Ian Cordasco"
3LICENSE = "Apache-2.0 & BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=f2e14cc8f5f696fd9d47092e992265c1"
5
6inherit pypi
7
8SRC_URI[md5sum] = "1ec31e0d8a2eec72357b2cef4bce5945"
9SRC_URI[sha256sum] = "c02643cebe23fc8adb5e6becffe201185bf06c40bda5c0b4028a93f1527d011d"
diff --git a/meta-openstack/recipes-devtools/python/python-uritemplate_3.0.0.bb b/meta-openstack/recipes-devtools/python/python-uritemplate_3.0.0.bb
index d32c1a8..1e19ab9 100644
--- a/meta-openstack/recipes-devtools/python/python-uritemplate_3.0.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-uritemplate_3.0.0.bb
@@ -1,9 +1,2 @@
1SUMMARY = "Simple python library to deal with URI Templates." 1require python-uritemplate.inc
2AUTHOR = "Ian Cordasco" 2inherit setuptools
3LICENSE = "Apache-2.0 & BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=f2e14cc8f5f696fd9d47092e992265c1"
5
6inherit setuptools pypi
7
8SRC_URI[md5sum] = "1ec31e0d8a2eec72357b2cef4bce5945"
9SRC_URI[sha256sum] = "c02643cebe23fc8adb5e6becffe201185bf06c40bda5c0b4028a93f1527d011d"
diff --git a/meta-openstack/recipes-devtools/python/python3-uritemplate_3.0.0.bb b/meta-openstack/recipes-devtools/python/python3-uritemplate_3.0.0.bb
new file mode 100644
index 0000000..eac83dc
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-uritemplate_3.0.0.bb
@@ -0,0 +1,2 @@
1require python-uritemplate.inc
2inherit setuptools3