diff options
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 | ||
