python-pyinotify: new package

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015.08.x
Yegor Yefremov 2015-01-14 21:11:06 +01:00 committed by Thomas Petazzoni
parent 072ba39cee
commit 52620d1eac
4 changed files with 22 additions and 0 deletions

View File

@ -535,6 +535,7 @@ menu "external python modules"
source "package/python-pycrypto/Config.in"
source "package/python-pyftpdlib/Config.in"
source "package/python-pygame/Config.in"
source "package/python-pyinotify/Config.in"
source "package/python-pyparsing/Config.in"
source "package/python-pypcap/Config.in"
source "package/python-pyro/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_PYINOTIFY
bool "python-pyinotify"
help
Monitoring filesystems events with inotify on Linux.
https://github.com/seb-m/pyinotify

View File

@ -0,0 +1,2 @@
# Locally computed:
sha256 d22d94e5f1dfd19ff2f98b9bb9b31a869892652389b8f5c0a27c7de77550b1e4 python-pyinotify-0.9.5.tar.gz

View File

@ -0,0 +1,13 @@
################################################################################
#
# python-pyinotify
#
################################################################################
PYTHON_PYINOTIFY_VERSION = 0.9.5
PYTHON_PYINOTIFY_SITE = $(call github,seb-m,pyinotify,$(PYTHON_PYINOTIFY_VERSION))
PYTHON_PYINOTIFY_SETUP_TYPE = setuptools
PYTHON_PYINOTIFY_LICENSE = MIT
PYTHON_PYINOTIFY_LICENSE_FILES = COPYING
$(eval $(python-package))