27 lines
850 B
Bash
27 lines
850 B
Bash
|
# Template file for 'python3-watchman'
|
||
|
pkgname=python3-watchman
|
||
|
version=1.4.1
|
||
|
revision=5
|
||
|
create_wrksrc=yes
|
||
|
build_wrksrc="pywatchman-${version}"
|
||
|
build_style=python3-module
|
||
|
hostmakedepends="python3-devel python3-setuptools"
|
||
|
makedepends="python3-devel"
|
||
|
depends="watchman"
|
||
|
short_desc="Connect and query Watchman to discover file changes (Python3)"
|
||
|
maintainer="Hoang Nguyen <hoang@wetrust.io>"
|
||
|
license="BSD-3-Clause"
|
||
|
homepage="https://facebook.github.io/watchman/"
|
||
|
distfiles="${PYPI_SITE}/p/pywatchman/pywatchman-${version}.tar.gz
|
||
|
https://raw.githubusercontent.com/facebook/watchman/master/python/LICENSE>LICENSE.txt"
|
||
|
checksum="d0047eb275deafb0011eda0a1a815fbd9742478c3d2b5ad6956d300e447dc2f9
|
||
|
d96f8d0b74d194c021f153c562307697128da61143515c947580b2489a341980"
|
||
|
conflicts="python-watchman>=0"
|
||
|
|
||
|
do_check() {
|
||
|
:
|
||
|
}
|
||
|
post_install() {
|
||
|
vlicense ../LICENSE.txt
|
||
|
}
|