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,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))