From 3ec0742b9be1065afdeb6a3cfa95656b3fcfaddb Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 20 Oct 2020 14:44:22 +0800 Subject: python3-weakrefmethod: Consolidate in a single file Consolidate inc and bb files into a single bb file. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-weakrefmethod.inc | 10 ---------- .../recipes-devtools/python/python3-weakrefmethod_1.0.3.bb | 12 ++++++++++-- 2 files changed, 10 insertions(+), 12 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-weakrefmethod.inc (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-weakrefmethod.inc b/meta-openstack/recipes-devtools/python/python-weakrefmethod.inc deleted file mode 100644 index 28aee86..0000000 --- a/meta-openstack/recipes-devtools/python/python-weakrefmethod.inc +++ /dev/null @@ -1,10 +0,0 @@ -DESCRIPTION = "A WeakMethod class for storing bound methods using weak references." -HOMEPAGE = "https://github.com/twang817/weakrefmethod" -SECTION = "devel/python" -LICENSE = "PSF" -LIC_FILES_CHKSUM = "file://LICENSE;md5=dd98d01d471fac8d8dbdd975229dba03" - -SRC_URI[md5sum] = "39e7450191dea0b17a646b929784ac6f" -SRC_URI[sha256sum] = "37bc1fbb5575acf82172d4eb7b6fc4412d77d5a1d70dff2c1f8a4574301cda66" - -inherit pypi diff --git a/meta-openstack/recipes-devtools/python/python3-weakrefmethod_1.0.3.bb b/meta-openstack/recipes-devtools/python/python3-weakrefmethod_1.0.3.bb index 23dbb54..fd2c918 100644 --- a/meta-openstack/recipes-devtools/python/python3-weakrefmethod_1.0.3.bb +++ b/meta-openstack/recipes-devtools/python/python3-weakrefmethod_1.0.3.bb @@ -1,2 +1,10 @@ -require python-weakrefmethod.inc -inherit setuptools3 +DESCRIPTION = "A WeakMethod class for storing bound methods using weak references." +HOMEPAGE = "https://github.com/twang817/weakrefmethod" +SECTION = "devel/python" +LICENSE = "PSF" +LIC_FILES_CHKSUM = "file://LICENSE;md5=dd98d01d471fac8d8dbdd975229dba03" + +SRC_URI[md5sum] = "39e7450191dea0b17a646b929784ac6f" +SRC_URI[sha256sum] = "37bc1fbb5575acf82172d4eb7b6fc4412d77d5a1d70dff2c1f8a4574301cda66" + +inherit setuptools3 pypi -- cgit v1.2.3-54-g00ecf