diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-01-14 09:50:04 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-15 16:23:55 -0500 |
| commit | 82b273af481f3ee51f784ef9e7e4473149cd2f2c (patch) | |
| tree | f9d47bf04c6c5e11f9e09ce90debefbb90193656 /meta-openstack/recipes-devtools/python | |
| parent | 4b7a13ec30d6a83ddd6527ea55f73168963c5886 (diff) | |
| download | meta-cloud-services-82b273af481f3ee51f784ef9e7e4473149cd2f2c.tar.gz | |
python-tempita: 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/python')
3 files changed, 16 insertions, 12 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-tempita.inc b/meta-openstack/recipes-devtools/python/python-tempita.inc new file mode 100644 index 0000000..c511c12 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-tempita.inc | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | DESCRIPTION = "A very small text templating language" | ||
| 2 | HOMEPAGE = "http://pythonpaste.org/tempita/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=33;endline=33;md5=2d33c00f47720c7e35e1fdb4b9fab027" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "Tempita" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "365c3b4f36435e2178902d5619301140" | ||
| 10 | SRC_URI[sha256sum] = "38392bb708a10128419f75fa9120a6d2c8d137013b353968e5008a77a5c7a2ca" | ||
| 11 | |||
| 12 | inherit pypi | ||
diff --git a/meta-openstack/recipes-devtools/python/python-tempita_0.5.3dev.bb b/meta-openstack/recipes-devtools/python/python-tempita_0.5.3dev.bb index 31d5ddc..8a8e8a2 100644 --- a/meta-openstack/recipes-devtools/python/python-tempita_0.5.3dev.bb +++ b/meta-openstack/recipes-devtools/python/python-tempita_0.5.3dev.bb | |||
| @@ -1,12 +1,2 @@ | |||
| 1 | DESCRIPTION = "A very small text templating language" | 1 | require python-tempita.inc |
| 2 | HOMEPAGE = "http://pythonpaste.org/tempita/" | 2 | inherit setuptools |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=33;endline=33;md5=2d33c00f47720c7e35e1fdb4b9fab027" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "Tempita" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "365c3b4f36435e2178902d5619301140" | ||
| 10 | SRC_URI[sha256sum] = "38392bb708a10128419f75fa9120a6d2c8d137013b353968e5008a77a5c7a2ca" | ||
| 11 | |||
| 12 | inherit setuptools pypi | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-tempita_0.5.3dev.bb b/meta-openstack/recipes-devtools/python/python3-tempita_0.5.3dev.bb new file mode 100644 index 0000000..a0123a6 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-tempita_0.5.3dev.bb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | require python-tempita.inc | ||
| 2 | inherit setuptools3 | ||
