From 88c9aeb6a15b2b86490b422e96c63998b6c9a6ba Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 19 Oct 2021 10:30:00 -0400 Subject: [PATCH] python3-watchdog: update to 2.1.6. --- srcpkgs/python3-watchdog/template | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template index ab3eb772c7d..6ed0ea82439 100644 --- a/srcpkgs/python3-watchdog/template +++ b/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 " 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 +}