diff --git a/srcpkgs/python-vispy/template b/srcpkgs/python-vispy/template deleted file mode 100644 index 624ade6f12b..00000000000 --- a/srcpkgs/python-vispy/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-vispy' -pkgname=python-vispy -version=0.6.1 -revision=2 -wrksrc="vispy-${version}" -build_style=python-module -pycompile_module="vispy" -hostmakedepends="python-setuptools python3-setuptools" -makedepends="python3-numpy python-numpy python-Cython python3-Cython python-devel python3-devel" -depends="python-numpy" -short_desc="Python2 library for interactive scientific visualization" -maintainer="johannes " -license="BSD-3-Clause" -homepage="http://vispy.org" -distfiles="${PYPI_SITE}/v/vispy/vispy-${version}.tar.gz" -checksum=8f4cf863a1c6142338d06cf3f824e75373dd45a4ce9a9a133e1c36b662f49aa1 - -post_install() { - vlicense LICENSE.txt -} - -python3-vispy_package() { - short_desc="${short_desc/Python2/Python3}" - archs=noarch - pycompile_module="vispy" - depends="python3-numpy" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE.txt - } -} diff --git a/srcpkgs/python3-vispy b/srcpkgs/python3-vispy deleted file mode 120000 index ccae5c81724..00000000000 --- a/srcpkgs/python3-vispy +++ /dev/null @@ -1 +0,0 @@ -python-vispy \ No newline at end of file diff --git a/srcpkgs/python3-vispy/template b/srcpkgs/python3-vispy/template new file mode 100644 index 00000000000..9c2b61137a9 --- /dev/null +++ b/srcpkgs/python3-vispy/template @@ -0,0 +1,20 @@ +# Template file for 'python3-vispy' +pkgname=python3-vispy +version=0.6.1 +revision=3 +wrksrc="vispy-${version}" +build_style=python3-module +build_helper=numpy +hostmakedepends="python3-setuptools python3-Cython python3-numpy" +makedepends="python3-numpy python3-Cython python3-devel" +depends="python3-numpy" +short_desc="Python3 library for interactive scientific visualization" +maintainer="johannes " +license="BSD-3-Clause" +homepage="http://vispy.org" +distfiles="${PYPI_SITE}/v/vispy/vispy-${version}.tar.gz" +checksum=8f4cf863a1c6142338d06cf3f824e75373dd45a4ce9a9a133e1c36b662f49aa1 + +post_install() { + vlicense LICENSE.txt +}