diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-01-14 10:43:03 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-15 16:23:54 -0500 |
| commit | d773ef9af813463e86e429f904892b2811932cc8 (patch) | |
| tree | 30802a246ea8c02f8e99159b2238a5b5c315dc48 /meta-openstack/recipes-devtools | |
| parent | b49169124a2b61294b6843183f4212ef17fb932e (diff) | |
| download | meta-cloud-services-d773ef9af813463e86e429f904892b2811932cc8.tar.gz | |
python-weakrefmethod: Add python3 version
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
3 files changed, 14 insertions, 10 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-weakrefmethod.inc b/meta-openstack/recipes-devtools/python/python-weakrefmethod.inc new file mode 100644 index 0000000..28aee86 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-weakrefmethod.inc | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | DESCRIPTION = "A WeakMethod class for storing bound methods using weak references." | ||
| 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 pypi | ||
diff --git a/meta-openstack/recipes-devtools/python/python-weakrefmethod_1.0.3.bb b/meta-openstack/recipes-devtools/python/python-weakrefmethod_1.0.3.bb index f14d3e1..be5d594 100644 --- a/meta-openstack/recipes-devtools/python/python-weakrefmethod_1.0.3.bb +++ b/meta-openstack/recipes-devtools/python/python-weakrefmethod_1.0.3.bb | |||
| @@ -1,10 +1,2 @@ | |||
| 1 | DESCRIPTION = "A WeakMethod class for storing bound methods using weak references." | 1 | require python-weakrefmethod.inc |
| 2 | HOMEPAGE = "https://github.com/twang817/weakrefmethod" | 2 | inherit setuptools |
| 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 setuptools 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 new file mode 100644 index 0000000..23dbb54 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-weakrefmethod_1.0.3.bb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | require python-weakrefmethod.inc | ||
| 2 | inherit setuptools3 | ||
