mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-21 01:52:11 +00:00
14 lines
442 B
Makefile
14 lines
442 B
Makefile
|
|
################################################################################
|
||
|
|
#
|
||
|
|
# 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))
|