diff --git a/srcpkgs/python-smmap/template b/srcpkgs/python-smmap/template deleted file mode 100644 index 8c8ea952285..00000000000 --- a/srcpkgs/python-smmap/template +++ /dev/null @@ -1,36 +0,0 @@ -# Template file for 'python-smmap' -pkgname=python-smmap -version=2.0.5 -revision=2 -archs=noarch -wrksrc="smmap-${version}" -build_style=python-module -pycompile_module="smmap" -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -checkdepends="python3-nose" -short_desc="Sliding memory map manager (Python2)" -maintainer="Joseph LaFreniere " -license="BSD-3-Clause" -homepage="https://github.com/gitpython-developers/smmap" -distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=e348efaf6ce81b8c923fb03d5b09f857c87605ff7f1d00b146d4aff9cf1fa776 - -do_check() { - nosetests3 -v -} - -post_install() { - vlicense LICENSE -} - -python3-smmap_package() { - archs=noarch - pycompile_module="smmap" - depends="python3" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-smmap b/srcpkgs/python3-smmap deleted file mode 120000 index 233b028cee8..00000000000 --- a/srcpkgs/python3-smmap +++ /dev/null @@ -1 +0,0 @@ -python-smmap \ No newline at end of file diff --git a/srcpkgs/python3-smmap/template b/srcpkgs/python3-smmap/template new file mode 100644 index 00000000000..6df75e54c4c --- /dev/null +++ b/srcpkgs/python3-smmap/template @@ -0,0 +1,23 @@ +# Template file for 'python3-smmap' +pkgname=python3-smmap +version=2.0.5 +revision=3 +wrksrc="smmap-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +checkdepends="python3-nose" +short_desc="Sliding memory map manager (Python3)" +maintainer="Joseph LaFreniere " +license="BSD-3-Clause" +homepage="https://github.com/gitpython-developers/smmap" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=e348efaf6ce81b8c923fb03d5b09f857c87605ff7f1d00b146d4aff9cf1fa776 + +do_check() { + nosetests3 -v +} + +post_install() { + vlicense LICENSE +}