diff --git a/srcpkgs/python-bitarray/template b/srcpkgs/python-bitarray/template deleted file mode 100644 index f928718a9d..0000000000 --- a/srcpkgs/python-bitarray/template +++ /dev/null @@ -1,28 +0,0 @@ -# Template file for 'python-bitarray' -pkgname=python-bitarray -version=1.0.1 -revision=2 -wrksrc="bitarray-${version}" -build_style=python-module -pycompile_module="bitarray" -hostmakedepends="python-setuptools python3-setuptools" -makedepends="python-devel python3-devel libcurl-devel" -short_desc="Python2 module for efficiently representing arrays of booleans" -maintainer="Toyam Cox " -license="Python-2.0" -homepage="https://github.com/ilanschnell/bitarray" -distfiles="https://github.com/ilanschnell/bitarray/archive/${version}.tar.gz" -checksum=bc5be12525ba67c6dd1fffc28b4a035aa52139a4be0aa94df1b544074284113e - -post_install() { - vlicense LICENSE -} - -python3-bitarray_package() { - pycompile_module="bitarray" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-bitarray b/srcpkgs/python3-bitarray deleted file mode 120000 index c55edb1690..0000000000 --- a/srcpkgs/python3-bitarray +++ /dev/null @@ -1 +0,0 @@ -python-bitarray \ No newline at end of file diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template new file mode 100644 index 0000000000..c465f68b74 --- /dev/null +++ b/srcpkgs/python3-bitarray/template @@ -0,0 +1,18 @@ +# Template file for 'python3-bitarray' +pkgname=python3-bitarray +version=1.0.1 +revision=3 +wrksrc="bitarray-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +makedepends="python3-devel libcurl-devel" +short_desc="Python3 module for efficiently representing arrays of booleans" +maintainer="Toyam Cox " +license="Python-2.0" +homepage="https://github.com/ilanschnell/bitarray" +distfiles="https://github.com/ilanschnell/bitarray/archive/${version}.tar.gz" +checksum=bc5be12525ba67c6dd1fffc28b4a035aa52139a4be0aa94df1b544074284113e + +post_install() { + vlicense LICENSE +}