Consolidate inc and bb files into a single bb file. Signed-off-by: Zheng Ruoqin <[email protected]> --- .../recipes-devtools/python/python-tempita.inc | 12 ------------ .../python/python3-tempita_0.5.3dev.bb | 14 ++++++++++++-- 2 files changed, 12 insertions(+), 14 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-tempita.inc
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 c511c128..00000000 --- a/meta-openstack/recipes-devtools/python/python-tempita.inc +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "A very small text templating language" -HOMEPAGE = "http://pythonpaste.org/tempita/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://setup.py;beginline=33;endline=33;md5=2d33c00f47720c7e35e1fdb4b9fab027" - -PYPI_PACKAGE = "Tempita" - -SRC_URI[md5sum] = "365c3b4f36435e2178902d5619301140" -SRC_URI[sha256sum] = "38392bb708a10128419f75fa9120a6d2c8d137013b353968e5008a77a5c7a2ca" - -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 a0123a69..140b334d 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 @@ -require python-tempita.inc -inherit setuptools3 +DESCRIPTION = "A very small text templating language" +HOMEPAGE = "http://pythonpaste.org/tempita/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://setup.py;beginline=33;endline=33;md5=2d33c00f47720c7e35e1fdb4b9fab027" + +PYPI_PACKAGE = "Tempita" + +SRC_URI[md5sum] = "365c3b4f36435e2178902d5619301140" +SRC_URI[sha256sum] = "38392bb708a10128419f75fa9120a6d2c8d137013b353968e5008a77a5c7a2ca" + +inherit setuptools3 pypi -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6041): https://lists.yoctoproject.org/g/meta-virtualization/message/6041 Mute This Topic: https://lists.yoctoproject.org/mt/78154830/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
