[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

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

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/netifaces/json
md5 3146dcb3297dd018ae5eb9a52b440419 netifaces-0.11.0.tar.gz
sha256 043a79146eb2907edf439899f262b3dfe41717d34124298ed281139a8b93ca32 netifaces-0.11.0.tar.gz
# Locally computed sha256 checksums
sha256 b20b895164b72b9cc0170e6c0d60b14f9aaacc6862c0556eed41eaa348883705 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-netifaces
#
################################################################################
PYTHON_NETIFACES_VERSION = 0.11.0
PYTHON_NETIFACES_SOURCE = netifaces-$(PYTHON_NETIFACES_VERSION).tar.gz
PYTHON_NETIFACES_SITE = https://files.pythonhosted.org/packages/a6/91/86a6eac449ddfae239e93ffc1918cf33fd9bab35c04d1e963b311e347a73
PYTHON_NETIFACES_LICENSE = MIT
PYTHON_NETIFACES_LICENSE_FILES = LICENSE
PYTHON_NETIFACES_SETUP_TYPE = setuptools
$(eval $(python-package))