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
This commit is contained in:
parent
fa3464b7ae
commit
03cabb6b9a
4 changed files with 118 additions and 0 deletions
1
sysutils/py-watchdog/DESCR
Normal file
1
sysutils/py-watchdog/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Python API and shell utilities to monitor file system events
|
18
sysutils/py-watchdog/Makefile
Normal file
18
sysutils/py-watchdog/Makefile
Normal file
|
@ -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"
|
93
sysutils/py-watchdog/PLIST
Normal file
93
sysutils/py-watchdog/PLIST
Normal file
|
@ -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
|
6
sysutils/py-watchdog/distinfo
Normal file
6
sysutils/py-watchdog/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue