From 3f078157f3e8e86add50cd21617bb0b5c6585a08 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Wed, 21 Jan 2015 07:10:09 +0100 Subject: [PATCH] python-netifaces: updating to 0.10.4 --- recipes-devtools/python/python-netifaces_0.10.4.bb | 13 +++++++++++++ recipes-devtools/python/python-netifaces_0.8.bb | 13 ------------- 2 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 recipes-devtools/python/python-netifaces_0.10.4.bb delete mode 100644 recipes-devtools/python/python-netifaces_0.8.bb diff --git a/recipes-devtools/python/python-netifaces_0.10.4.bb b/recipes-devtools/python/python-netifaces_0.10.4.bb new file mode 100644 index 0000000..669b9a2 --- /dev/null +++ b/recipes-devtools/python/python-netifaces_0.10.4.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Portable network interface information for Python" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df" +SRCNAME = "netifaces" + +SRC_URI = "https://pypi.python.org/packages/source/n/netifaces/${SRCNAME}-${PV}.tar.gz" +SRC_URI[md5sum] = "36da76e2cfadd24cc7510c2c0012eb1e" +SRC_URI[sha256sum] = "9656a169cb83da34d732b0eb72b39373d48774aee009a3d1272b7ea2ce109cde" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools diff --git a/recipes-devtools/python/python-netifaces_0.8.bb b/recipes-devtools/python/python-netifaces_0.8.bb deleted file mode 100644 index f15ba97..0000000 --- a/recipes-devtools/python/python-netifaces_0.8.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "Portable network interface information for Python" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=8376078ca8314aaec5a58b802edf3c15" -SRCNAME = "netifaces" - -SRC_URI = "http://alastairs-place.net/projects/netifaces/${SRCNAME}-${PV}.tar.gz" -SRC_URI[md5sum] = "e57e5983f4c286fac5f8068fbfc5c873" -SRC_URI[sha256sum] = "53a711038db3d6e5cf7129d6f751185fd052f830f12f271fbfe17bd2671ab1ec" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools