25 lines
862 B
Bash
25 lines
862 B
Bash
# Template file for 'python3-watchman'
|
|
pkgname=python3-watchman
|
|
version=1.4.1
|
|
revision=10
|
|
create_wrksrc=yes
|
|
build_wrksrc="pywatchman-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-devel python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="python3 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/main/watchman/python/LICENSE>LICENSE.txt"
|
|
checksum="d0047eb275deafb0011eda0a1a815fbd9742478c3d2b5ad6956d300e447dc2f9
|
|
cb3f0f5ad23ff184e4aaa19588dbdc2b1923f681dc99b63b07650acfc453d3b0"
|
|
conflicts="python-watchman>=0"
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense ../LICENSE.txt
|
|
}
|