[arch-commits] Commit in python-pyinotify/repos/community-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sun Jan 25 09:24:57 UTC 2015


    Date: Sunday, January 25, 2015 @ 10:24:57
  Author: jelle
Revision: 126553

archrelease: copy trunk to community-any

Added:
  python-pyinotify/repos/community-any/PKGBUILD
    (from rev 126552, python-pyinotify/trunk/PKGBUILD)
Deleted:
  python-pyinotify/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  116 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 57 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-25 09:24:47 UTC (rev 126552)
+++ PKGBUILD	2015-01-25 09:24:57 UTC (rev 126553)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Evangelos Foutras <foutrelis at gmail.com>
-
-pkgname=('python-pyinotify' 'python2-pyinotify')
-pkgver=0.9.4
-pkgrel=2
-pkgdesc='Python module used for monitoring filesystems events on Linux platforms with inotify.'
-arch=('any')
-url="http://github.com/seb-m/pyinotify"
-license=('custom:MIT')
-makedepends=('python' 'python2')
-source=("http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-${pkgver}.tar.gz")
-md5sums=('701c91854d241514ede7ffe72086566d')
-
-
-build() {
-  cp -r $srcdir/pyinotify-$pkgver  $srcdir/pyinotify2-$pkgver
-
-  cd $srcdir/pyinotify2-$pkgver
-
-  python2 setup.py build
-
-  cd $srcdir/pyinotify-$pkgver
-
-  python3 setup.py build
-
-
-}
-
-package_python-pyinotify() {
-  depends=('python')
-
-  cd $srcdir/pyinotify-$pkgver
-
-  python3 setup.py install --root=${pkgdir} -O1
-
-  install -d ${pkgdir}/usr/share/licenses/python-pyinotify
-  install -m644 COPYING \
-    ${pkgdir}/usr/share/licenses/python-pyinotify
-}
-
-package_python2-pyinotify() {
-  depends=('python2')
-  replaces=('pyinotify')
-
-  cd $srcdir/pyinotify2-$pkgver
-
-  sed \
-    -e 's_#!/usr/bin/env python_&2_' \
-  -i python2/pyinotify.py
-
-  python2 setup.py install --root=${pkgdir} -O1
-
-  install -d ${pkgdir}/usr/share/licenses/python2-pyinotify
-  install -m644 COPYING \
-    ${pkgdir}/usr/share/licenses/python2-pyinotify
-}

Copied: python-pyinotify/repos/community-any/PKGBUILD (from rev 126552, python-pyinotify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-01-25 09:24:57 UTC (rev 126553)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Evangelos Foutras <foutrelis at gmail.com>
+
+pkgname=('python-pyinotify' 'python2-pyinotify')
+pkgver=0.9.5
+pkgrel=1
+pkgdesc='Python module used for monitoring filesystems events on Linux platforms with inotify.'
+arch=('any')
+url="http://github.com/seb-m/pyinotify"
+license=('custom:MIT')
+makedepends=('python' 'python2')
+source=("http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-${pkgver}.tar.gz")
+md5sums=('e4f742b2d12cc404e751d11afb8f01d5')
+
+
+build() {
+  cp -r $srcdir/pyinotify-$pkgver  $srcdir/pyinotify2-$pkgver
+
+  cd $srcdir/pyinotify2-$pkgver
+
+  python2 setup.py build
+
+  cd $srcdir/pyinotify-$pkgver
+
+  python3 setup.py build
+}
+
+package_python-pyinotify() {
+  depends=('python')
+
+  cd $srcdir/pyinotify-$pkgver
+
+  python3 setup.py install --root=${pkgdir} -O1
+
+  install -d ${pkgdir}/usr/share/licenses/python-pyinotify
+  install -m644 COPYING \
+    ${pkgdir}/usr/share/licenses/python-pyinotify
+}
+
+package_python2-pyinotify() {
+  depends=('python2')
+  replaces=('pyinotify')
+
+  cd $srcdir/pyinotify2-$pkgver
+
+  sed \
+    -e 's_#!/usr/bin/env python_&2_' \
+  -i python2/pyinotify.py
+
+  python2 setup.py install --root=${pkgdir} -O1
+
+  install -d ${pkgdir}/usr/share/licenses/python2-pyinotify
+  install -m644 COPYING \
+    ${pkgdir}/usr/share/licenses/python2-pyinotify
+}



More information about the arch-commits mailing list