Date: Wednesday, February 1, 2023 @ 05:58:52
Author: allan
Revision: 1391649
archrelease: copy trunk to community-any
Added:
python-inotify-simple/repos/community-any/PKGBUILD
(from rev 1391648, python-inotify-simple/trunk/PKGBUILD)
Deleted:
python-inotify-simple/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-01 05:58:10 UTC (rev 1391648)
+++ PKGBUILD 2023-02-01 05:58:52 UTC (rev 1391649)
@@ -1,32 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Chris Billington <[email protected]>
-# Contributor: Étienne Deparis <[email protected]>
-
-pkgname=python-inotify-simple
-pkgver=1.3.5
-pkgrel=1
-pkgdesc='A simple Python wrapper around inotify'
-arch=(any)
-url=https://github.com/chrisjbillington/inotify_simple
-license=(BSD)
-depends=(python)
-makedepends=(
- git
- python-setuptools
-)
-_tag=2a8f8305125c396896835f0ea4593477d007ff4b
-source=(git+https://github.com/chrisjbillington/inotify_simple.git#tag=${_tag})
-b2sums=(SKIP)
-
-build() {
- cd inotify_simple
- python setup.py build
-}
-
-package() {
- cd inotify_simple
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
- install -Dm 644 LICENSE -t
"${pkgdir}"/usr/share/licenses/python-inotify-simple/
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-inotify-simple/repos/community-any/PKGBUILD (from rev 1391648,
python-inotify-simple/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-01 05:58:52 UTC (rev 1391649)
@@ -0,0 +1,32 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Chris Billington <[email protected]>
+# Contributor: Étienne Deparis <[email protected]>
+
+pkgname=python-inotify-simple
+pkgver=1.3.5
+pkgrel=2
+pkgdesc='A simple Python wrapper around inotify'
+arch=(any)
+url=https://github.com/chrisjbillington/inotify_simple
+license=(BSD)
+depends=(python)
+makedepends=(
+ git
+ python-setuptools
+)
+_tag=2a8f8305125c396896835f0ea4593477d007ff4b
+source=(git+https://github.com/chrisjbillington/inotify_simple.git#tag=${_tag})
+b2sums=(SKIP)
+
+build() {
+ cd inotify_simple
+ python setup.py build
+}
+
+package() {
+ cd inotify_simple
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+ install -Dm 644 LICENSE -t
"${pkgdir}"/usr/share/licenses/python-inotify-simple/
+}
+
+# vim: ts=2 sw=2 et: