vp-build/srcpkgs/python3-watchdog/template

21 lines
699 B
Bash

# Template file for 'python3-watchdog'
pkgname=python3-watchdog
version=2.1.6
revision=1
wrksrc="watchdog-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
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=a36e75df6c767cbf46f61a91c70b3ba71811dfa0aca4a324d9407a06a8b7a2e7
conflicts="python-watchdog>=0"
pre_check() {
vsed -e '/--cov/d' -i setup.cfg
}