generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/python-netifaces/Config.in
Normal file
6
package/python-netifaces/Config.in
Normal 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
|
||||
5
package/python-netifaces/python-netifaces.hash
Normal file
5
package/python-netifaces/python-netifaces.hash
Normal 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
|
||||
14
package/python-netifaces/python-netifaces.mk
Normal file
14
package/python-netifaces/python-netifaces.mk
Normal 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))
|
||||
Reference in New Issue
Block a user