python-netifaces: updating to 0.10.4

This commit is contained in:
Lukas Bulwahn 2015-01-21 07:10:09 +01:00
parent 272e8655c0
commit 3f078157f3
2 changed files with 13 additions and 13 deletions

View File

@ -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

View File

@ -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