[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

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

View File

@ -0,0 +1,6 @@
# md5, sha256 from https://pypi.org/pypi/watchdog/json
md5 6aac660b0f3358c63658806a0579b832 watchdog-2.1.6.tar.gz
sha256 a36e75df6c767cbf46f61a91c70b3ba71811dfa0aca4a324d9407a06a8b7a2e7 watchdog-2.1.6.tar.gz
# Locally computed sha256 checksums
sha256 02c8760f988a76e92a9d6cb525456a86f7b0fd1953870dd491de5955cb974d41 COPYING
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-watchdog
#
################################################################################
PYTHON_WATCHDOG_VERSION = 2.1.6
PYTHON_WATCHDOG_SOURCE = watchdog-$(PYTHON_WATCHDOG_VERSION).tar.gz
PYTHON_WATCHDOG_SITE = https://files.pythonhosted.org/packages/e8/a8/fc4edd7d768361b00ea850e5310211d157df6b5a1db6148dd434e787d898
PYTHON_WATCHDOG_SETUP_TYPE = setuptools
PYTHON_WATCHDOG_LICENSE = Apache-2.0
PYTHON_WATCHDOG_LICENSE_FILES = LICENSE COPYING
$(eval $(python-package))