From 28c9d091732d5c1036262b7a63da0502d03ba4e4 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 25 Jun 2017 12:26:26 +0200 Subject: [PATCH] python-pyaes: add missing pycompile_module --- srcpkgs/python-pyaes/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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