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.13.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.13.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-netaddr_0.7.13.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-netaddr_0.7.13.bb b/meta-openstack/recipes-devtools/python/python-netaddr_0.7.13.bb deleted file mode 100644 index 074705b..0000000 --- a/meta-openstack/recipes-devtools/python/python-netaddr_0.7.13.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 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 | PR = "r0" | ||
| 8 | SRCNAME = "netaddr" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/n/${SRCNAME}/${SRCNAME}-${PV}.zip" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "fcf004101890f40fe9980d6980c695ba" | ||
| 13 | SRC_URI[sha256sum] = "66b39922fabf219bb419231d370262191d2e38c93e96ca343c0c27a712f6cf67" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit distutils | ||
