[arch-commits] Commit in python-pyinotify/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:34:19 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:34:19
  Author: felixonmars
Revision: 1060823

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:34:19 UTC (rev 1060822)
+++ PKGBUILD	2021-12-01 21:34:19 UTC (rev 1060823)
@@ -1,29 +0,0 @@
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Evangelos Foutras <foutrelis at gmail.com>
-
-pkgname=python-pyinotify
-pkgver=0.9.6
-pkgrel=10
-pkgdesc='Python module used for monitoring filesystems events on Linux platforms with inotify.'
-arch=('any')
-url="https://github.com/seb-m/pyinotify"
-license=('custom:MIT')
-depends=('python')
-makedepends=('python')
-source=("https://github.com/seb-m/pyinotify/archive/${pkgver}.tar.gz")
-sha512sums=('144db691c1cdfd4e52b838b8ed839b8d50d84d26a91a59b7460c3170f58a1c96b3ce4f51e6273835835291781215a87b8f2d2d87d1abf012e4c14b2cd4b3f4cf')
-
-build() {
-  cd pyinotify-${pkgver}
-  python3 setup.py build
-}
-
-package() {
-  cd 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
-}

Copied: python-pyinotify/repos/community-staging-any/PKGBUILD (from rev 1060821, python-pyinotify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:34:19 UTC (rev 1060823)
@@ -0,0 +1,29 @@
+# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Evangelos Foutras <foutrelis at gmail.com>
+
+pkgname=python-pyinotify
+pkgver=0.9.6
+pkgrel=11
+pkgdesc='Python module used for monitoring filesystems events on Linux platforms with inotify.'
+arch=('any')
+url="https://github.com/seb-m/pyinotify"
+license=('custom:MIT')
+depends=('python')
+makedepends=('python')
+source=("https://github.com/seb-m/pyinotify/archive/${pkgver}.tar.gz")
+sha512sums=('144db691c1cdfd4e52b838b8ed839b8d50d84d26a91a59b7460c3170f58a1c96b3ce4f51e6273835835291781215a87b8f2d2d87d1abf012e4c14b2cd4b3f4cf')
+
+build() {
+  cd pyinotify-${pkgver}
+  python3 setup.py build
+}
+
+package() {
+  cd 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
+}



More information about the arch-commits mailing list