diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-11-10 14:47:59 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-11-14 23:18:08 -0500 |
| commit | 410e192dd8d13450e71a7038aeefd023ca7348bb (patch) | |
| tree | 5b5ce527ce97e84f0b22454fe599ec4febf46da8 /meta-openstack/recipes-devtools/python | |
| parent | 61b50885bff0287816c7428005f9e349e7c44e0c (diff) | |
| download | meta-cloud-services-410e192dd8d13450e71a7038aeefd023ca7348bb.tar.gz | |
python3-tempita: Consolidate in a single file
Consolidate inc and bb files into a single bb file.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-tempita.inc | 12 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-tempita_0.5.3dev.bb | 14 |
2 files changed, 12 insertions, 14 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-tempita.inc b/meta-openstack/recipes-devtools/python/python-tempita.inc deleted file mode 100644 index c511c12..0000000 --- a/meta-openstack/recipes-devtools/python/python-tempita.inc +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 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/python3-tempita_0.5.3dev.bb b/meta-openstack/recipes-devtools/python/python3-tempita_0.5.3dev.bb index a0123a6..140b334 100644 --- a/meta-openstack/recipes-devtools/python/python3-tempita_0.5.3dev.bb +++ b/meta-openstack/recipes-devtools/python/python3-tempita_0.5.3dev.bb | |||
| @@ -1,2 +1,12 @@ | |||
| 1 | require python-tempita.inc | 1 | DESCRIPTION = "A very small text templating language" |
| 2 | inherit setuptools3 | 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 setuptools3 pypi | ||
