update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_PYTHON_WATCHDOG
bool "python-watchdog"
select BR2_PACKAGE_PYTHON_PYYAML
select BR2_PACKAGE_PYTHON_ARGH
select BR2_PACKAGE_PYTHON_PATHTOOLS
help
Python API and shell utilities to monitor file system events.
http://github.com/gorakhargosh/watchdog

View File

@@ -0,0 +1,4 @@
# md5 from https://pypi.python.org/pypi/watchdog/json
md5 bb16926bccc98eae2a04535e4512ddf1 watchdog-0.8.3.tar.gz
# sha256 calculated by scanpypi
sha256 7e65882adb7746039b6f3876ee174952f8eaaa34491ba34333ddf1fe35de4162 watchdog-0.8.3.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-watchdog
#
################################################################################
PYTHON_WATCHDOG_VERSION = 0.8.3
PYTHON_WATCHDOG_SOURCE = watchdog-$(PYTHON_WATCHDOG_VERSION).tar.gz
PYTHON_WATCHDOG_SITE = https://pypi.python.org/packages/54/7d/c7c0ad1e32b9f132075967fc353a244eb2b375a3d2f5b0ce612fd96e107e
PYTHON_WATCHDOG_SETUP_TYPE = setuptools
PYTHON_WATCHDOG_LICENSE = Apache-2.0
PYTHON_WATCHDOG_LICENSE_FILES = LICENSE COPYING
$(eval $(python-package))