python-pyaes: add missing pycompile_module
This commit is contained in:
parent
03f11813da
commit
28c9d09173
@ -1,13 +1,14 @@
|
|||||||
# Template file for 'python-pyaes'
|
# Template file for 'python-pyaes'
|
||||||
pkgname=python-pyaes
|
pkgname=python-pyaes
|
||||||
version=1.6.0
|
version=1.6.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=pyaes-${version}
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
wrksrc="pyaes-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
depends="python"
|
pycompile_module="pyaes"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
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>"
|
maintainer="Sir_Boops <admin@boops.me>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/ricmoo/pyaes"
|
homepage="https://github.com/ricmoo/pyaes"
|
||||||
@ -21,6 +22,7 @@ post_install() {
|
|||||||
python3-pyaes_package() {
|
python3-pyaes_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
pycompile_module="pyaes"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user