diff options
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, 17 insertions, 0 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 new file mode 100644 index 0000000..074705b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-netaddr_0.7.13.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 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 | ||
