mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
python-pyinotify: 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:
committed by
Thomas Petazzoni
parent
072ba39cee
commit
52620d1eac
13
package/python-pyinotify/python-pyinotify.mk
Normal file
13
package/python-pyinotify/python-pyinotify.mk
Normal 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))
|
||||
Reference in New Issue
Block a user