diff --git a/srcpkgs/python-olefile/template b/srcpkgs/python-olefile/template deleted file mode 100644 index 803d7b67cd..0000000000 --- a/srcpkgs/python-olefile/template +++ /dev/null @@ -1,32 +0,0 @@ -# Template file for 'python-olefile' -pkgname=python-olefile -version=0.46 -revision=2 -archs=noarch -wrksrc="olefile-${version}" -build_style=python-module -pycompile_module="olefile" -hostmakedepends="unzip python-setuptools python3-setuptools" -depends="python" -short_desc="Python2 package to parse, read and write Microsoft OLE2 files" -maintainer="Alessio Sergi " -homepage="https://olefile.readthedocs.io/" -license="BSD-2-Clause" -distfiles="${PYPI_SITE}/o/olefile/olefile-${version}.zip" -checksum=133b031eaf8fd2c9399b78b8bc5b8fcbe4c31e85295749bb17a87cba8f3c3964 - -post_install() { - vlicense LICENSE.txt -} - -python3-olefile_package() { - archs=noarch - depends="python3" - pycompile_module="olefile" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE.txt - - } -} diff --git a/srcpkgs/python3-olefile b/srcpkgs/python3-olefile deleted file mode 120000 index ac13b87c46..0000000000 --- a/srcpkgs/python3-olefile +++ /dev/null @@ -1 +0,0 @@ -python-olefile \ No newline at end of file diff --git a/srcpkgs/python3-olefile/template b/srcpkgs/python3-olefile/template new file mode 100644 index 0000000000..2f787215a9 --- /dev/null +++ b/srcpkgs/python3-olefile/template @@ -0,0 +1,18 @@ +# Template file for 'python3-olefile' +pkgname=python3-olefile +version=0.46 +revision=3 +wrksrc="olefile-${version}" +build_style=python3-module +hostmakedepends="unzip python3-setuptools" +depends="python3" +short_desc="Python3 package to parse, read and write Microsoft OLE2 files" +maintainer="Orphaned " +license="BSD-2-Clause" +homepage="https://olefile.readthedocs.io/" +distfiles="${PYPI_SITE}/o/olefile/olefile-${version}.zip" +checksum=133b031eaf8fd2c9399b78b8bc5b8fcbe4c31e85295749bb17a87cba8f3c3964 + +post_install() { + vlicense LICENSE.txt +}