1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/devel/py-watchdog/pkg-descr
Ruslan Makhmatkhanov 5257b65510 devel/py-watchdog: support staging and do general clean-up
- do not use easy_install for installation and convert to auto-generated packing list
- add staging support
- remove inclusion of devel/py-virtualenv/files/py3k-fix-pkg-plist.inc - it's implemented in bsd.python.mk
- install docs into staging area uncoditionally
- add slash to pkg-descr:WWW
- bump PORTREVISION because of package change

Approved by:	nivit (maintainer, explicitly for such changes in his ports)
2014-03-02 23:13:31 +00:00

9 lines
255 B
Plaintext

Python API library and shell utilities to monitor file system events.
Directory monitoring is made easy with
* A cross-platform API.
* A shell tool to run commands in response to directory changes.
WWW: http://github.com/gorakhargosh/watchdog/