void-packages/srcpkgs/python3-watchdog/template

22 lines
830 B
Bash

# Template file for 'python3-watchdog'
pkgname=python3-watchdog
version=4.0.0
revision=1
build_style=python3-module
make_check_args="--deselect tests/test_inotify_buffer.py::test_unmount_watched_directory_filesystem"
hostmakedepends="python3-setuptools"
depends="python3-yaml"
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="https://github.com/gorakhargosh/watchdog"
changelog="https://raw.githubusercontent.com/gorakhargosh/watchdog/master/changelog.rst"
distfiles="${PYPI_SITE}/w/watchdog/watchdog-${version}.tar.gz"
checksum=e3e7065cbdabe6183ab82199d7a4f6b3ba0a438c5a512a68559846ccb76a78ec
conflicts="python-watchdog>=0"
pre_check() {
vsed -e '/--cov/d' -i setup.cfg
}