summaryrefslogtreecommitdiff
path: root/~xihh
diff options
context:
space:
mode:
authorJoshua I. Haase H. (xihh) <hahj87@gmail.com>2012-04-13 03:14:18 -0500
committerJoshua I. Haase H. (xihh) <hahj87@gmail.com>2012-04-13 03:14:18 -0500
commitc05085b04f413b39230694d95686a81a568b1804 (patch)
tree6ae6d3f13a716141d10959229ac19dde57879300 /~xihh
parenteec41f7c7784b5ed3b2f2424dd56ffd3c29a5f97 (diff)
Commiting libre package python2-watchdog-0.6.0-1
Diffstat (limited to '~xihh')
-rw-r--r--~xihh/python2-watchdog/PKGBUILD25
1 files changed, 25 insertions, 0 deletions
diff --git a/~xihh/python2-watchdog/PKGBUILD b/~xihh/python2-watchdog/PKGBUILD
new file mode 100644
index 000000000..15bc2f4a3
--- /dev/null
+++ b/~xihh/python2-watchdog/PKGBUILD
@@ -0,0 +1,25 @@
+# Maintainer: Joshua Haase <hahj87@gmail.com>
+pkgname=python2-watchdog
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Python API library and shell utilities to monitor file system events."
+arch=('any')
+url="http://packages.python.org/watchdog/"
+license=('Apache')
+groups=()
+depends=('python2-pathtools' 'python2-argh' 'python2-yaml' 'python2-brownie')
+makedepends=('python2-distribute')
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=(!emptydirs)
+install=
+source=(http://pypi.python.org/packages/source/w/watchdog/watchdog-$pkgver.tar.gz)
+md5sums=('6e8fb84aa6bdeb2054906bdf40048eba')
+
+package() {
+ cd "$srcdir/watchdog-$pkgver"
+ python2 setup.py install --root="$pkgdir/" --optimize=1
+
+}