python-pyaes: add missing pycompile_module
This commit is contained in:
parent
03f11813da
commit
28c9d09173
|
@ -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 <admin@boops.me>"
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue