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

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 9 16:52:55 UTC 2020


    Date: Monday, November 9, 2020 @ 16:52:55
  Author: foutrelis
Revision: 747651

archrelease: copy trunk to community-staging-any

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

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

Copied: python-watchdog/repos/community-staging-any/PKGBUILD (from rev 747648, python-watchdog/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-09 16:52:55 UTC (rev 747651)
@@ -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=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:



More information about the arch-commits mailing list