mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_NETIFACES
|
||||
bool "python-netifaces"
|
||||
help
|
||||
Portable access to network interfaces from Python.
|
||||
|
||||
http://alastairs-place.net/projects/netifaces
|
||||
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/netifaces/json, sha256 locally computed
|
||||
md5 1d424cb5ef52907c5ab913011122a98b netifaces-0.10.6.tar.gz
|
||||
sha256 0c4da523f36d36f1ef92ee183f2512f3ceb9a9d2a45f7d19cda5a42c6689ebe0 netifaces-0.10.6.tar.gz
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-netifaces
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_NETIFACES_VERSION = 0.10.6
|
||||
PYTHON_NETIFACES_SOURCE = netifaces-$(PYTHON_NETIFACES_VERSION).tar.gz
|
||||
PYTHON_NETIFACES_SITE = https://pypi.python.org/packages/72/01/ba076082628901bca750bf53b322a8ff10c1d757dc29196a8e6082711c9d
|
||||
PYTHON_NETIFACES_LICENSE = MIT
|
||||
PYTHON_NETIFACES_LICENSE_FILES = README.rst
|
||||
PYTHON_NETIFACES_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user