diff --git a/srcpkgs/python-pyaes/template b/srcpkgs/python-pyaes/template index 87d03887ae5..6e32686557e 100644 --- a/srcpkgs/python-pyaes/template +++ b/srcpkgs/python-pyaes/template @@ -1,13 +1,14 @@ # Template file for 'python-pyaes' pkgname=python-pyaes version=1.6.0 -revision=1 -wrksrc=pyaes-${version} +revision=2 noarch=yes +wrksrc="pyaes-${version}" build_style=python-module -depends="python" +pycompile_module="pyaes" hostmakedepends="python-setuptools python3-setuptools" -short_desc="A pure Python2 implementation of the AES" +depends="python" +short_desc="Pure-Python implementation of the AES block cipher (Python2)" maintainer="Sir_Boops " license="MIT" homepage="https://github.com/ricmoo/pyaes" @@ -21,6 +22,7 @@ post_install() { python3-pyaes_package() { noarch=yes depends="python3" + pycompile_module="pyaes" short_desc="${short_desc/Python2/Python3}" pkg_install() { vlicense LICENSE.txt