mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Upgrade to release 0.11.0: - Added notice about needing a new maintainer. - Fixed link to Travis CI. - Added test.py to the source distribution. - Fixed netmask calculation for IPv6. - Fixes to gateway detection in some edge cases. - Build CPython 2.7 wheels for 64-bit Windows (yes, you should be using Python 3 now, but still). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
10 lines
319 B
BlitzBasic
10 lines
319 B
BlitzBasic
DESCRIPTION = "Portable network interface information for Python"
|
|
SECTION = "devel/python"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df"
|
|
|
|
SRC_URI[sha256sum] = "043a79146eb2907edf439899f262b3dfe41717d34124298ed281139a8b93ca32"
|
|
|
|
inherit pypi setuptools3
|