diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-01-17 13:49:49 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-17 14:33:16 -0500 |
| commit | 0f9fb18e1883568d7c5c0150467e6a31afe48fcd (patch) | |
| tree | 78098b7cf77af7edf702bcc74dc42c09bb7e44dd /meta-openstack/recipes-devtools/python/python-netaddr_0.7.19.bb | |
| parent | 55b63e5da2a4087a5a12299b91da114c2527ab0f (diff) | |
| download | meta-cloud-services-0f9fb18e1883568d7c5c0150467e6a31afe48fcd.tar.gz | |
python-netaddr: uprev to 0.7.19
Required for the uprev of python-oslo.config to stable/newton.
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-netaddr_0.7.19.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-netaddr_0.7.19.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-netaddr_0.7.19.bb b/meta-openstack/recipes-devtools/python/python-netaddr_0.7.19.bb new file mode 100644 index 0000000..8284d20 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-netaddr_0.7.19.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | DESCRIPTION = "A library for network address representation and manipulation" | ||
| 2 | HOMEPAGE = "https://github.com/drkjam/netaddr" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e6345d695ffe3776f68a56fe7962db44" | ||
| 6 | |||
| 7 | SRCNAME = "netaddr" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.io/packages/source/n/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "51019ef59c93f3979bcb37d3b8527e07" | ||
| 12 | SRC_URI[sha256sum] = "38aeec7cdd035081d3a4c306394b19d677623bf76fa0913f6695127c7753aefd" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit distutils | ||
