diff --git a/srcpkgs/python-Whoosh/template b/srcpkgs/python-Whoosh/template deleted file mode 100644 index 66856b206a..0000000000 --- a/srcpkgs/python-Whoosh/template +++ /dev/null @@ -1,32 +0,0 @@ -# Template file for 'python-whoosh' -pkgname=python-Whoosh -version=2.7.4 -revision=2 -wrksrc="Whoosh-${version}" -archs=noarch -build_style=python-module -pycompile_module="whoosh" -hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools" -makedepends="python-devel python3-devel" -depends="python" -short_desc="Full-text indexing and searching library (Python2)" -maintainer="bra1nwave " -license="BSD-2-Clause" -homepage="https://bitbucket.org/mchaput/whoosh/wiki/Home" -distfiles="${PYPI_SITE}/W/Whoosh/Whoosh-${version}.tar.gz" -checksum=7ca5633dbfa9e0e0fa400d3151a8a0c4bec53bd2ecedc0a67705b17565c31a83 - -post_install() { - vlicense LICENSE.txt LICENSE -} - -python3-Whoosh_package() { - short_desc="${short_desc/Python2/Python3}" - pycompile_module="whoosh" - archs=noarch - depends="python3" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE.txt LICENSE - } -} diff --git a/srcpkgs/python3-Whoosh b/srcpkgs/python3-Whoosh deleted file mode 120000 index 1d62914385..0000000000 --- a/srcpkgs/python3-Whoosh +++ /dev/null @@ -1 +0,0 @@ -python-Whoosh \ No newline at end of file diff --git a/srcpkgs/python3-Whoosh/template b/srcpkgs/python3-Whoosh/template new file mode 100644 index 0000000000..aa10143f91 --- /dev/null +++ b/srcpkgs/python3-Whoosh/template @@ -0,0 +1,19 @@ +# Template file for 'python3-Whoosh' +pkgname=python3-Whoosh +version=2.7.4 +revision=3 +wrksrc="Whoosh-${version}" +build_style=python3-module +hostmakedepends="python3-devel python3-setuptools" +makedepends="python3-devel" +depends="python3" +short_desc="Full-text indexing and searching library (Python3)" +maintainer="bra1nwave " +license="BSD-2-Clause" +homepage="https://bitbucket.org/mchaput/whoosh/wiki/Home" +distfiles="${PYPI_SITE}/W/Whoosh/Whoosh-${version}.tar.gz" +checksum=7ca5633dbfa9e0e0fa400d3151a8a0c4bec53bd2ecedc0a67705b17565c31a83 + +post_install() { + vlicense LICENSE.txt LICENSE +}