16 lines
629 B
Bash
16 lines
629 B
Bash
# Template file for 'python3-watchdog'
|
|
pkgname=python3-watchdog
|
|
version=0.9.0
|
|
revision=4
|
|
wrksrc="watchdog-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-yaml python3-argh python3-pathtools"
|
|
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
|
|
conflicts="python-watchdog>=0"
|