python-watchman: leave builddir clean
This commit is contained in:
parent
58b683ea01
commit
c819519b8c
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'python-watchman'
|
||||
pkgname=python-watchman
|
||||
version=1.4.1
|
||||
revision=3
|
||||
wrksrc="pywatchman-${version}"
|
||||
revision=4
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="pywatchman-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="pywatchman"
|
||||
hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
|
||||
makedepends="python-devel python3-devel"
|
||||
depends="watchman"
|
||||
|
@ -26,7 +26,6 @@ post_install() {
|
|||
|
||||
python3-watchman_package() {
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pycompile_module="pywatchman"
|
||||
depends="watchman"
|
||||
alternatives="
|
||||
watchman-make:watchman-make:/usr/bin/watchman-make3
|
||||
|
|
Loading…
Reference in a new issue