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

Felix Yan felixonmars at archlinux.org
Wed Nov 11 15:15:13 UTC 2020


    Date: Wednesday, November 11, 2020 @ 15:15:12
  Author: felixonmars
Revision: 751021

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 15:15:11 UTC (rev 751020)
+++ PKGBUILD	2020-11-11 15:15:12 UTC (rev 751021)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Francois Boulogne <fboulogne at april dot org>
-
-pkgname=python-watchdog
-pkgver=0.10.3
-pkgrel=2
-pkgdesc="Python API and shell utilities to monitor file system events"
-arch=('any')
-url="https://pypi.python.org/pypi/watchdog"
-license=('Apache')
-depends=('python-pathtools' 'python-yaml' 'python-argh')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-cov' 'python-pytest-timeout' 'python-pytest-runner')
-source=($pkgname-$pkgver.tar.gz::https://github.com/gorakhargosh/watchdog/archive/v$pkgver.tar.gz)
-sha512sums=('6061b1393cd07038ee22271101bd6d5c847ee9732b14f63bbb5d94fba9f8273ca728cdc58b6f53a95d8213d0ed35bc71e8bb9c54960bf3aea2f64da066a864f5')
-
-build() {
-  cd watchdog-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd watchdog-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd watchdog-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:ts=2:sw=2:et:

Copied: python-watchdog/repos/community-staging-any/PKGBUILD (from rev 751018, python-watchdog/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 15:15:12 UTC (rev 751021)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+
+pkgname=python-watchdog
+pkgver=0.10.3
+pkgrel=3
+pkgdesc="Python API and shell utilities to monitor file system events"
+arch=('any')
+url="https://pypi.python.org/pypi/watchdog"
+license=('Apache')
+depends=('python-pathtools' 'python-yaml' 'python-argh')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-cov' 'python-pytest-timeout' 'python-pytest-runner')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gorakhargosh/watchdog/archive/v$pkgver.tar.gz)
+sha512sums=('6061b1393cd07038ee22271101bd6d5c847ee9732b14f63bbb5d94fba9f8273ca728cdc58b6f53a95d8213d0ed35bc71e8bb9c54960bf3aea2f64da066a864f5')
+
+build() {
+  cd watchdog-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd watchdog-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd watchdog-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:ts=2:sw=2:et:



More information about the arch-commits mailing list