Add buildroot 2018-02

This commit is contained in:
Pascal Vizeli
2018-03-17 23:47:00 +00:00
parent 3776c47f83
commit 67742041ad
10007 changed files with 405098 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
config BR2_PACKAGE_PYTHON_NETWORKMANAGER
bool "python-networkmanager"
depends on BR2_PACKAGE_NETWORK_MANAGER # runtime
depends on BR2_USE_WCHAR # dbus-python
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus-python
depends on BR2_PACKAGE_DBUS # dbus-python
select BR2_PACKAGE_DBUS_PYTHON # runtime
select BR2_PACKAGE_PYTHON_SIX # runtime
help
python-networkmanager wraps NetworkManagers D-Bus interface
so you can be less verbose when talking to NetworkManager
from python. All interfaces have been wrapped in classes,
properties are exposed as python properties and function
calls are forwarded to the correct interface.
https://pypi.python.org/pypi/python-networkmanager/

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/python-networkmanager/json, sha256 locally computed
md5 5fc644a65463031295c6b7dd51a0f1bd python-networkmanager-2.0.1.tar.gz
sha256 bc36507506ad29bfdac941b0987ebd1cc9633c9a9291d7378e229e4515a0a517 python-networkmanager-2.0.1.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# python-networkmanager
#
################################################################################
PYTHON_NETWORKMANAGER_VERSION = 2.0.1
PYTHON_NETWORKMANAGER_SITE = https://pypi.python.org/packages/d7/f9/5cbd99fd24a072875ce048e48d1754285f137aab447de8fee63b6cba990a
PYTHON_NETWORKMANAGER_SETUP_TYPE = setuptools
PYTHON_NETWORKMANAGER_LICENSE = Zlib
PYTHON_NETWORKMANAGER_LICENSE_FILES = COPYING
$(eval $(python-package))