python-watchdog: new package

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yegor Yefremov
2016-05-06 08:21:26 +02:00
committed by Thomas Petazzoni
parent 15daa91333
commit 3a2099656f
4 changed files with 28 additions and 0 deletions

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