mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# Template file for 'python-watchman'
|
||||||
pkgname=python-watchman
|
pkgname=python-watchman
|
||||||
version=1.4.1
|
version=1.4.1
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="pywatchman-${version}"
|
create_wrksrc=yes
|
||||||
|
build_wrksrc="pywatchman-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="pywatchman"
|
|
||||||
hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
|
hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
|
||||||
makedepends="python-devel python3-devel"
|
makedepends="python-devel python3-devel"
|
||||||
depends="watchman"
|
depends="watchman"
|
||||||
|
@ -26,7 +26,6 @@ post_install() {
|
||||||
|
|
||||||
python3-watchman_package() {
|
python3-watchman_package() {
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pycompile_module="pywatchman"
|
|
||||||
depends="watchman"
|
depends="watchman"
|
||||||
alternatives="
|
alternatives="
|
||||||
watchman-make:watchman-make:/usr/bin/watchman-make3
|
watchman-make:watchman-make:/usr/bin/watchman-make3
|
||||||
|
|
Loading…
Add table
Reference in a new issue