diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-29 11:08:29 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-29 12:29:41 -0400 |
| commit | ea41c634c2c6bfa6294ec8e1aff3ca86dbdc9f63 (patch) | |
| tree | 5853bb0bf53a6f990ebac151ef332a08bc415d9b /meta-openstack/recipes-devtools/python/python-netaddr_0.7.14.bb | |
| parent | 403029854be021a30beb5d99ae25b50db155cbf7 (diff) | |
| download | meta-cloud-services-ea41c634c2c6bfa6294ec8e1aff3ca86dbdc9f63.tar.gz | |
python-netaddr: upgrade to 0.7.14
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-netaddr_0.7.14.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-netaddr_0.7.14.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-netaddr_0.7.14.bb b/meta-openstack/recipes-devtools/python/python-netaddr_0.7.14.bb new file mode 100644 index 0000000..346663f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-netaddr_0.7.14.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=b277425f87f3b06d25af45d8b96f9682" | ||
| 6 | |||
| 7 | SRCNAME = "netaddr" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/n/${SRCNAME}/${SRCNAME}-${PV}.zip" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "4aecd1ce80ddf242953f2a196046a14a" | ||
| 12 | SRC_URI[sha256sum] = "6d19b06b9bb6c9562b5f67ec36511946cfcfebf024a0c804b6fd5c36d3b11fb6" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit distutils | ||
