diff --git a/srcpkgs/python-Yapsy/template b/srcpkgs/python-Yapsy/template index 073ece0548a..650cd817e0b 100644 --- a/srcpkgs/python-Yapsy/template +++ b/srcpkgs/python-Yapsy/template @@ -1,19 +1,19 @@ # Template file for 'python-Yapsy' pkgname=python-Yapsy -version=1.11.223 -revision=2 +version=1.12.0 +revision=1 noarch=yes wrksrc="Yapsy-${version}" build_style=python-module +pycompile_module="yapsy" hostmakedepends="python-setuptools python3-setuptools" depends="python" -pycompile_module="yapsy" short_desc="Yet another plugin system" maintainer="Christian Neukirchen " homepage="http://yapsy.sourceforge.net/" -license="2-clause-BSD" +license="BSD-2-Clause" distfiles="${PYPI_SITE}/Y/Yapsy/Yapsy-${version}.tar.gz" -checksum=45bb39a72461913388d7f3e92ce33816e84fff59946c45e16796eb1fb1d5f2a6 +checksum=f08cb229a96f14cc0b1d4b68cb7c111d1020ab8c3989b426d3aa39b82d6a3e3c post_install() { vlicense LICENSE.txt @@ -26,5 +26,6 @@ python3-Yapsy_package() { short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* + vlicense LICENSE.txt } }