From 04127165a1c828ea1b529d5410c9596ada9c7cc5 Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 20 Oct 2020 14:51:46 +0800 Subject: python3-simplegeneric: Consolidate in a single file Consolidate inc and bb files into a single bb file. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-simplegeneric.inc | 12 ------------ .../recipes-devtools/python/python3-simplegeneric_0.8.1.bb | 14 ++++++++++++-- 2 files changed, 12 insertions(+), 14 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-simplegeneric.inc diff --git a/meta-openstack/recipes-devtools/python/python-simplegeneric.inc b/meta-openstack/recipes-devtools/python/python-simplegeneric.inc deleted file mode 100644 index 2cd9fc0..0000000 --- a/meta-openstack/recipes-devtools/python/python-simplegeneric.inc +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "Simple generic functions" -HOMEPAGE = "https://pypi.python.org/pypi/simplegeneric/" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://README.txt;md5=2085f2c228ed80422edf70e52e86c34b" - -PYPI_PACKAGE_EXT = "zip" - -SRC_URI[md5sum] = "f9c1fab00fd981be588fc32759f474e3" -SRC_URI[sha256sum] = "dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173" - -inherit pypi diff --git a/meta-openstack/recipes-devtools/python/python3-simplegeneric_0.8.1.bb b/meta-openstack/recipes-devtools/python/python3-simplegeneric_0.8.1.bb index 56ad221..a960926 100644 --- a/meta-openstack/recipes-devtools/python/python3-simplegeneric_0.8.1.bb +++ b/meta-openstack/recipes-devtools/python/python3-simplegeneric_0.8.1.bb @@ -1,2 +1,12 @@ -inherit setuptools3 -require python-simplegeneric.inc +DESCRIPTION = "Simple generic functions" +HOMEPAGE = "https://pypi.python.org/pypi/simplegeneric/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://README.txt;md5=2085f2c228ed80422edf70e52e86c34b" + +PYPI_PACKAGE_EXT = "zip" + +SRC_URI[md5sum] = "f9c1fab00fd981be588fc32759f474e3" +SRC_URI[sha256sum] = "dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173" + +inherit setuptools3 pypi -- cgit v1.2.3-54-g00ecf