diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2018-01-09 15:14:55 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-01-12 10:38:06 -0500 |
| commit | 84e28b918691f5042a6f11066e13e2ba44764d7c (patch) | |
| tree | 3bc2734d3e3c8c83bf8262cc1114e67f965b3f0c /meta-openstack/recipes-devtools/python/python-weakrefmethod_1.0.3.bb | |
| parent | 7470f2c042095315a3634dc6701dfff301f3b8c6 (diff) | |
| download | meta-cloud-services-84e28b918691f5042a6f11066e13e2ba44764d7c.tar.gz | |
python-weakrefmethod: initial version v1.0.3
Needed by the stable/pike version of neutron.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-weakrefmethod_1.0.3.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-weakrefmethod_1.0.3.bb | 10 |
1 files changed, 10 insertions, 0 deletions
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 new file mode 100644 index 0000000..f14d3e1 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-weakrefmethod_1.0.3.bb | |||
| @@ -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 setuptools pypi | ||
