From fe3a7ad34c31123d7182b52388b6a939197e3b45 Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Thu, 13 Jun 2013 16:28:01 +0300 Subject: python-netifaces: added 0.8 Signed-off-by: Mihai Prica --- .../recipes-devtools/python/python-netifaces_0.8.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-netifaces_0.8.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-netifaces_0.8.bb b/meta-openstack/recipes-devtools/python/python-netifaces_0.8.bb new file mode 100644 index 0000000..05a626f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-netifaces_0.8.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Portable network interface information." +HOMEPAGE = "http://alastairs-place.net/netifaces" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" + +PR = "r0" +SRCNAME = "netifaces" + +SRC_URI = "http://alastairs-place.net/projects/netifaces/netifaces-0.8.tar.gz \ +" + +SRC_URI[md5sum] = "e57e5983f4c286fac5f8068fbfc5c873" +SRC_URI[sha256sum] = "53a711038db3d6e5cf7129d6f751185fd052f830f12f271fbfe17bd2671ab1ec" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf