diff --git a/srcpkgs/python-Bottleneck/template b/srcpkgs/python-Bottleneck/template deleted file mode 100644 index 9120dca1399..00000000000 --- a/srcpkgs/python-Bottleneck/template +++ /dev/null @@ -1,29 +0,0 @@ -# Template file for 'python-Bottleneck' -pkgname=python-Bottleneck -version=1.3.2 -revision=1 -wrksrc="Bottleneck-${version}" -build_style=python-module -hostmakedepends="python-setuptools python3-setuptools python-numpy python3-numpy" -makedepends="python-devel python3-devel" -depends="python-numpy" -short_desc="Fast NumPy array functions written in C (Python2)" -maintainer="Alessio Sergi " -license="BSD-2-Clause" -homepage="https://github.com/kwgoodman/bottleneck" -distfiles="${PYPI_SITE}/B/Bottleneck/Bottleneck-${version}.tar.gz" -checksum=20179f0b66359792ea283b69aa16366419132f3b6cf3adadc0c48e2e8118e573 - -post_install() { - rm -f ${DESTDIR}/usr/lib/python*/site-packages/bottleneck/LICENSE - vlicense LICENSE -} - -python3-Bottleneck_package() { - depends="python3-numpy" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-Bottleneck b/srcpkgs/python3-Bottleneck deleted file mode 120000 index 22f79a06e74..00000000000 --- a/srcpkgs/python3-Bottleneck +++ /dev/null @@ -1 +0,0 @@ -python-Bottleneck \ No newline at end of file diff --git a/srcpkgs/python3-Bottleneck/template b/srcpkgs/python3-Bottleneck/template new file mode 100644 index 00000000000..188385a936e --- /dev/null +++ b/srcpkgs/python3-Bottleneck/template @@ -0,0 +1,20 @@ +# Template file for 'python3-Bottleneck' +pkgname=python3-Bottleneck +version=1.3.2 +revision=2 +wrksrc="Bottleneck-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools python3-numpy" +makedepends="python3-devel" +depends="python3-numpy" +short_desc="Fast NumPy array functions written in C (Python3)" +maintainer="Orphaned " +license="BSD-2-Clause" +homepage="https://github.com/kwgoodman/bottleneck" +distfiles="${PYPI_SITE}/B/Bottleneck/Bottleneck-${version}.tar.gz" +checksum=20179f0b66359792ea283b69aa16366419132f3b6cf3adadc0c48e2e8118e573 + +post_install() { + rm -f ${DESTDIR}/usr/lib/python*/site-packages/bottleneck/LICENSE + vlicense LICENSE +}