diff --git a/srcpkgs/python-Yapsy/template b/srcpkgs/python-Yapsy/template deleted file mode 100644 index 5ad8b234f5..0000000000 --- a/srcpkgs/python-Yapsy/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-Yapsy' -pkgname=python-Yapsy -version=1.12.2 -revision=2 -archs=noarch -wrksrc="Yapsy-${version}" -build_style=python-module -pycompile_module="yapsy" -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -short_desc="Yet another plugin system" -maintainer="Leah Neukirchen " -license="BSD-2-Clause" -homepage="http://yapsy.sourceforge.net/" -distfiles="${PYPI_SITE}/Y/Yapsy/Yapsy-${version}.tar.gz" -checksum=d8113d9f9c74eacf65b4663c9c037d278c9cb273b5eee5f0e1803baeedb23f8b - -post_install() { - vlicense LICENSE.txt -} - -python3-Yapsy_package() { - archs=noarch - depends="python3" - pycompile_module="yapsy" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE.txt - } -} diff --git a/srcpkgs/python3-Yapsy b/srcpkgs/python3-Yapsy deleted file mode 120000 index 4345c73400..0000000000 --- a/srcpkgs/python3-Yapsy +++ /dev/null @@ -1 +0,0 @@ -python-Yapsy \ No newline at end of file diff --git a/srcpkgs/python3-Yapsy/template b/srcpkgs/python3-Yapsy/template new file mode 100644 index 0000000000..38b88be2a1 --- /dev/null +++ b/srcpkgs/python3-Yapsy/template @@ -0,0 +1,18 @@ +# Template file for 'python3-Yapsy' +pkgname=python3-Yapsy +version=1.12.2 +revision=3 +wrksrc="Yapsy-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Yet another plugin system" +maintainer="Leah Neukirchen " +license="BSD-2-Clause" +homepage="http://yapsy.sourceforge.net/" +distfiles="${PYPI_SITE}/Y/Yapsy/Yapsy-${version}.tar.gz" +checksum=d8113d9f9c74eacf65b4663c9c037d278c9cb273b5eee5f0e1803baeedb23f8b + +post_install() { + vlicense LICENSE.txt +}