diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template index bcf7eea69e1..cc7af877960 100644 --- a/srcpkgs/python-configobj/template +++ b/srcpkgs/python-configobj/template @@ -1,10 +1,11 @@ # Template file for 'python-configobj' pkgname=python-configobj version=5.0.6 -revision=4 +revision=5 noarch=yes wrksrc="configobj-${version}" build_style=python-module +pycompile_module="_version.py configobj.py validate.py" hostmakedepends="python-devel python3-devel" depends="python-six" maintainer="Orphaned " @@ -21,8 +22,10 @@ post_install() { python3-configobj_package() { noarch=yes short_desc="${short_desc/Python2/Python3}" + pycompile_module="_version.py configobj.py validate.py" depends="python3-six" pkg_install() { vmove usr/lib/python3* + vlicense LICENSE } }