diff --git a/srcpkgs/python-scipy/template b/srcpkgs/python-scipy/template deleted file mode 100644 index adbc6de4d5..0000000000 --- a/srcpkgs/python-scipy/template +++ /dev/null @@ -1,33 +0,0 @@ -# Template file for 'python-scipy' -pkgname=python-scipy -version=1.2.2 -revision=1 -wrksrc="scipy-${version}" -build_style=python-module -pycompile_module="scipy" -hostmakedepends="python-setuptools python3-setuptools - python-Cython python3-Cython gcc-fortran" -makedepends="python-devel python3-devel python-numpy python3-numpy lapack-devel" -depends="python-numpy" -short_desc="Scientific library for Python2" -maintainer="Alessio Sergi " -homepage="https://scipy.org/scipylib/" -license="BSD-3-Clause" -distfiles="https://github.com/scipy/scipy/archive/v${version}.tar.gz" -checksum=bc8c1364b365e741a9ba5ed67496eacc8565c67d1e0b82be0f203384f05d8026 - -LDFLAGS="-shared" - -post_install() { - vlicense LICENSE.txt -} - -python3-scipy_package() { - pycompile_module="scipy" - depends="python3-numpy" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE.txt - } -} diff --git a/srcpkgs/python3-scipy b/srcpkgs/python3-scipy deleted file mode 120000 index 5107676dd2..0000000000 --- a/srcpkgs/python3-scipy +++ /dev/null @@ -1 +0,0 @@ -python-scipy \ No newline at end of file diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template new file mode 100644 index 0000000000..291ac3734f --- /dev/null +++ b/srcpkgs/python3-scipy/template @@ -0,0 +1,23 @@ +# Template file for 'python3-scipy' +pkgname=python3-scipy +version=1.3.1 +revision=1 +wrksrc="scipy-${version}" +build_style=python3-module +pycompile_module="scipy" +hostmakedepends="python3-setuptools + python3-Cython gcc-fortran" +makedepends="python3-devel python3-numpy lapack-devel" +depends="python-numpy" +short_desc="Scientific library for Python3" +maintainer="Alessio Sergi " +license="BSD-3-Clause" +homepage="https://scipy.org/scipylib/" +distfiles="https://github.com/scipy/scipy/releases/download/v${version}/scipy-${version}.tar.xz" +checksum=326ffdad79f113659ed0bca80f5d0ed5e28b2e967b438bb1f647d0738073a92e + +LDFLAGS="-shared" + +post_install() { + vlicense LICENSE.txt +} diff --git a/srcpkgs/python-scipy/update b/srcpkgs/python3-scipy/update similarity index 100% rename from srcpkgs/python-scipy/update rename to srcpkgs/python3-scipy/update