diff --git a/srcpkgs/python-watchman/template b/srcpkgs/python-watchman/template deleted file mode 100644 index f8cb7b9a6d..0000000000 --- a/srcpkgs/python-watchman/template +++ /dev/null @@ -1,38 +0,0 @@ -# Template file for 'python-watchman' -pkgname=python-watchman -version=1.4.1 -revision=4 -create_wrksrc=yes -build_wrksrc="pywatchman-${version}" -build_style=python-module -hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools" -makedepends="python-devel python3-devel" -depends="watchman" -short_desc="Connect and query Watchman to discover file changes (Python2)" -maintainer="Hoang Nguyen " -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" -alternatives=" - watchman-make:watchman-make:/usr/bin/watchman-make2 - watchman-wait:watchman-wait:/usr/bin/watchman-wait2" - -post_install() { - vlicense ../LICENSE.txt -} - -python3-watchman_package() { - short_desc="${short_desc/Python2/Python3}" - depends="watchman" - alternatives=" - watchman-make:watchman-make:/usr/bin/watchman-make3 - watchman-wait:watchman-wait:/usr/bin/watchman-wait3" - pkg_install() { - vmove usr/bin/watchman-make3 - vmove usr/bin/watchman-wait3 - vmove usr/lib/python3* - } -} diff --git a/srcpkgs/python3-watchman b/srcpkgs/python3-watchman deleted file mode 120000 index 44c4d43b20..0000000000 --- a/srcpkgs/python3-watchman +++ /dev/null @@ -1 +0,0 @@ -python-watchman \ No newline at end of file diff --git a/srcpkgs/python3-watchman/template b/srcpkgs/python3-watchman/template new file mode 100644 index 0000000000..657e75d7a3 --- /dev/null +++ b/srcpkgs/python3-watchman/template @@ -0,0 +1,26 @@ +# 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 " +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 +}