summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorleot <leot>2015-12-30 14:22:34 +0000
committerleot <leot>2015-12-30 14:22:34 +0000
commitf3c3d2f6ff986afd1634c6a14ed12c206f6678f7 (patch)
tree2188f2b905b7141d319c0997c55ed0bf58196f14 /sysutils
parent400f4b0e99522828d5ff3c6ce6023bc9163f9fe5 (diff)
downloadpkgsrc-f3c3d2f6ff986afd1634c6a14ed12c206f6678f7.tar.gz
Import py-watchdog-0.8.3 as sysutils/py-watchdog.
Packaged in pkgsrc-wip by Kamel Ibn Aziz Derouiche. Python API and shell utilities to monitor file system events
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/py-watchdog/DESCR1
-rw-r--r--sysutils/py-watchdog/Makefile18
-rw-r--r--sysutils/py-watchdog/PLIST93
-rw-r--r--sysutils/py-watchdog/distinfo6
4 files changed, 118 insertions, 0 deletions
diff --git a/sysutils/py-watchdog/DESCR b/sysutils/py-watchdog/DESCR
new file mode 100644
index 00000000000..1832dabacb5
--- /dev/null
+++ b/sysutils/py-watchdog/DESCR
@@ -0,0 +1 @@
+Python API and shell utilities to monitor file system events
diff --git a/sysutils/py-watchdog/Makefile b/sysutils/py-watchdog/Makefile
new file mode 100644
index 00000000000..ed3cbd588c9
--- /dev/null
+++ b/sysutils/py-watchdog/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2015/12/30 14:22:34 leot Exp $
+
+DISTNAME= watchdog-0.8.3
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= sysutils python
+MASTER_SITES= ${MASTER_SITE_PYPI}
+
+MAINTAINER= kamelderouiche@yahoo.com
+HOMEPAGE= http://github.com/gorakhargosh/watchdog
+COMMENT= Filesystem events monitoring
+LICENSE= apache-2.0
+
+DEPENDS+= ${PYPKGPREFIX}-yaml>=3.10:../../textproc/py-yaml
+DEPENDS+= ${PYPKGPREFIX}-argh>=0.24.1:../../devel/py-argh
+DEPENDS+= ${PYPKGPREFIX}-pathtools>=0.1.1:../../sysutils/py-pathtools
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/py-watchdog/PLIST b/sysutils/py-watchdog/PLIST
new file mode 100644
index 00000000000..e38324057be
--- /dev/null
+++ b/sysutils/py-watchdog/PLIST
@@ -0,0 +1,93 @@
+@comment $NetBSD: PLIST,v 1.1 2015/12/30 14:22:34 leot Exp $
+bin/watchmedo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/watchdog/__init__.py
+${PYSITELIB}/watchdog/__init__.pyc
+${PYSITELIB}/watchdog/__init__.pyo
+${PYSITELIB}/watchdog/events.py
+${PYSITELIB}/watchdog/events.pyc
+${PYSITELIB}/watchdog/events.pyo
+${PYSITELIB}/watchdog/observers/__init__.py
+${PYSITELIB}/watchdog/observers/__init__.pyc
+${PYSITELIB}/watchdog/observers/__init__.pyo
+${PYSITELIB}/watchdog/observers/api.py
+${PYSITELIB}/watchdog/observers/api.pyc
+${PYSITELIB}/watchdog/observers/api.pyo
+${PYSITELIB}/watchdog/observers/fsevents.py
+${PYSITELIB}/watchdog/observers/fsevents.pyc
+${PYSITELIB}/watchdog/observers/fsevents.pyo
+${PYSITELIB}/watchdog/observers/fsevents2.py
+${PYSITELIB}/watchdog/observers/fsevents2.pyc
+${PYSITELIB}/watchdog/observers/fsevents2.pyo
+${PYSITELIB}/watchdog/observers/inotify.py
+${PYSITELIB}/watchdog/observers/inotify.pyc
+${PYSITELIB}/watchdog/observers/inotify.pyo
+${PYSITELIB}/watchdog/observers/inotify_buffer.py
+${PYSITELIB}/watchdog/observers/inotify_buffer.pyc
+${PYSITELIB}/watchdog/observers/inotify_buffer.pyo
+${PYSITELIB}/watchdog/observers/inotify_c.py
+${PYSITELIB}/watchdog/observers/inotify_c.pyc
+${PYSITELIB}/watchdog/observers/inotify_c.pyo
+${PYSITELIB}/watchdog/observers/kqueue.py
+${PYSITELIB}/watchdog/observers/kqueue.pyc
+${PYSITELIB}/watchdog/observers/kqueue.pyo
+${PYSITELIB}/watchdog/observers/polling.py
+${PYSITELIB}/watchdog/observers/polling.pyc
+${PYSITELIB}/watchdog/observers/polling.pyo
+${PYSITELIB}/watchdog/observers/read_directory_changes.py
+${PYSITELIB}/watchdog/observers/read_directory_changes.pyc
+${PYSITELIB}/watchdog/observers/read_directory_changes.pyo
+${PYSITELIB}/watchdog/observers/winapi.py
+${PYSITELIB}/watchdog/observers/winapi.pyc
+${PYSITELIB}/watchdog/observers/winapi.pyo
+${PYSITELIB}/watchdog/tricks/__init__.py
+${PYSITELIB}/watchdog/tricks/__init__.pyc
+${PYSITELIB}/watchdog/tricks/__init__.pyo
+${PYSITELIB}/watchdog/utils/__init__.py
+${PYSITELIB}/watchdog/utils/__init__.pyc
+${PYSITELIB}/watchdog/utils/__init__.pyo
+${PYSITELIB}/watchdog/utils/bricks.py
+${PYSITELIB}/watchdog/utils/bricks.pyc
+${PYSITELIB}/watchdog/utils/bricks.pyo
+${PYSITELIB}/watchdog/utils/compat.py
+${PYSITELIB}/watchdog/utils/compat.pyc
+${PYSITELIB}/watchdog/utils/compat.pyo
+${PYSITELIB}/watchdog/utils/decorators.py
+${PYSITELIB}/watchdog/utils/decorators.pyc
+${PYSITELIB}/watchdog/utils/decorators.pyo
+${PYSITELIB}/watchdog/utils/delayed_queue.py
+${PYSITELIB}/watchdog/utils/delayed_queue.pyc
+${PYSITELIB}/watchdog/utils/delayed_queue.pyo
+${PYSITELIB}/watchdog/utils/dirsnapshot.py
+${PYSITELIB}/watchdog/utils/dirsnapshot.pyc
+${PYSITELIB}/watchdog/utils/dirsnapshot.pyo
+${PYSITELIB}/watchdog/utils/echo.py
+${PYSITELIB}/watchdog/utils/echo.pyc
+${PYSITELIB}/watchdog/utils/echo.pyo
+${PYSITELIB}/watchdog/utils/event_backport.py
+${PYSITELIB}/watchdog/utils/event_backport.pyc
+${PYSITELIB}/watchdog/utils/event_backport.pyo
+${PYSITELIB}/watchdog/utils/importlib2.py
+${PYSITELIB}/watchdog/utils/importlib2.pyc
+${PYSITELIB}/watchdog/utils/importlib2.pyo
+${PYSITELIB}/watchdog/utils/platform.py
+${PYSITELIB}/watchdog/utils/platform.pyc
+${PYSITELIB}/watchdog/utils/platform.pyo
+${PYSITELIB}/watchdog/utils/unicode_paths.py
+${PYSITELIB}/watchdog/utils/unicode_paths.pyc
+${PYSITELIB}/watchdog/utils/unicode_paths.pyo
+${PYSITELIB}/watchdog/utils/win32stat.py
+${PYSITELIB}/watchdog/utils/win32stat.pyc
+${PYSITELIB}/watchdog/utils/win32stat.pyo
+${PYSITELIB}/watchdog/version.py
+${PYSITELIB}/watchdog/version.pyc
+${PYSITELIB}/watchdog/version.pyo
+${PYSITELIB}/watchdog/watchmedo.py
+${PYSITELIB}/watchdog/watchmedo.pyc
+${PYSITELIB}/watchdog/watchmedo.pyo
diff --git a/sysutils/py-watchdog/distinfo b/sysutils/py-watchdog/distinfo
new file mode 100644
index 00000000000..171b5e6326a
--- /dev/null
+++ b/sysutils/py-watchdog/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2015/12/30 14:22:34 leot Exp $
+
+SHA1 (watchdog-0.8.3.tar.gz) = f5fa50f56e5355fce44fbc54f7876aab0394c91c
+RMD160 (watchdog-0.8.3.tar.gz) = 98b76d328f2903533fba56e8694b0002c0a25c1e
+SHA512 (watchdog-0.8.3.tar.gz) = 61f1db886e8e9a6d78b569329f4d5944c296778a5a34f94fbf115a748fb4c3be422bf4d3cc828e22fcdcd380fdf9009f5bd91a8a5edc87089afc58297a0b946f
+Size (watchdog-0.8.3.tar.gz) = 83154 bytes