Skip to content

Commit

Permalink
python3-watchdog: update to 2.1.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahesford committed Oct 19, 2021
1 parent 1b41d55 commit 88c9aeb
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions srcpkgs/python3-watchdog/template
@@ -1,15 +1,20 @@
# Template file for 'python3-watchdog'
pkgname=python3-watchdog
version=0.9.0
revision=5
version=2.1.6
revision=1
wrksrc="watchdog-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-yaml python3-argh python3-pathtools"
depends="python3-yaml python3-argh python3-pathtools"
checkdepends="python3-pytest $depends"
short_desc="Python3 API and shell utilities to monitor file system events"
maintainer="Maurizio Porrato <maurizio.porrato@gmail.com>"
license="Apache-2.0"
homepage="http://github.com/gorakhargosh/watchdog"
distfiles="${PYPI_SITE}/w/watchdog/watchdog-${version}.tar.gz"
checksum=965f658d0732de3188211932aeb0bb457587f04f63ab4c1e33eab878e9de961d
checksum=a36e75df6c767cbf46f61a91c70b3ba71811dfa0aca4a324d9407a06a8b7a2e7
conflicts="python-watchdog>=0"

pre_check() {
vsed -e '/--cov/d' -i setup.cfg
}

0 comments on commit 88c9aeb

Please sign in to comment.