diff --git a/srcpkgs/python-send2trash/template b/srcpkgs/python-send2trash/template deleted file mode 100644 index 94f5654569..0000000000 --- a/srcpkgs/python-send2trash/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-send2trash' -pkgname=python-send2trash -version=1.5.0 -revision=2 -archs=noarch -wrksrc="send2trash-${version}" -build_style=python-module -pycompile_module="send2trash" -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -short_desc="Python2 library to natively send files to trash" -maintainer="Alessio Sergi " -homepage="https://github.com/hsoft/send2trash" -license="3-clause-BSD" -distfiles="https://github.com/hsoft/send2trash/archive/${version}.tar.gz" -checksum=7cebc0ffc8b6d6e553bce9c6bb915614610ba2dec17c2f0643b1b97251da2a41 - -post_install() { - vlicense LICENSE -} - -python3-send2trash_package() { - archs=noarch - depends="python3" - pycompile_module="send2trash" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE - } -} diff --git a/srcpkgs/python3-send2trash b/srcpkgs/python3-send2trash deleted file mode 120000 index 9f4773d191..0000000000 --- a/srcpkgs/python3-send2trash +++ /dev/null @@ -1 +0,0 @@ -python-send2trash \ No newline at end of file diff --git a/srcpkgs/python3-send2trash/template b/srcpkgs/python3-send2trash/template new file mode 100644 index 0000000000..88aacc6e74 --- /dev/null +++ b/srcpkgs/python3-send2trash/template @@ -0,0 +1,18 @@ +# Template file for 'python3-send2trash' +pkgname=python3-send2trash +version=1.5.0 +revision=3 +wrksrc="send2trash-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Python3 library to natively send files to trash" +maintainer="Orphaned " +license="BSD-3-Clause" +homepage="https://github.com/hsoft/send2trash" +distfiles="https://github.com/hsoft/send2trash/archive/${version}.tar.gz" +checksum=7cebc0ffc8b6d6e553bce9c6bb915614610ba2dec17c2f0643b1b97251da2a41 + +post_install() { + vlicense LICENSE +}