Update buidlroot to version 2016.08.1

This commit is contained in:
2016-11-16 22:07:29 +01:00
parent 807ab03547
commit a1061efbc2
3636 changed files with 59539 additions and 25783 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))