diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-10-20 14:44:22 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-10-27 23:27:51 -0400 |
| commit | 3ec0742b9be1065afdeb6a3cfa95656b3fcfaddb (patch) | |
| tree | 0c7f3e93f8d06606e86a2b4f5b184e195120ba01 /meta-openstack/recipes-devtools/python/python3-weakrefmethod_1.0.3.bb | |
| parent | edd937a97e7bfff4bae457417bec5cd08f58b1a4 (diff) | |
| download | meta-cloud-services-3ec0742b9be1065afdeb6a3cfa95656b3fcfaddb.tar.gz | |
python3-weakrefmethod: 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/python3-weakrefmethod_1.0.3.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-weakrefmethod_1.0.3.bb | 12 |
1 files changed, 10 insertions, 2 deletions
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 @@ | |||
| 1 | require python-weakrefmethod.inc | 1 | DESCRIPTION = "A WeakMethod class for storing bound methods using weak references." |
| 2 | inherit setuptools3 | 2 | HOMEPAGE = "https://github.com/twang817/weakrefmethod" |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "PSF" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dd98d01d471fac8d8dbdd975229dba03" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "39e7450191dea0b17a646b929784ac6f" | ||
| 8 | SRC_URI[sha256sum] = "37bc1fbb5575acf82172d4eb7b6fc4412d77d5a1d70dff2c1f8a4574301cda66" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
