python-netifaces: updating to 0.10.4
This commit is contained in:
parent
272e8655c0
commit
3f078157f3
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue