17 lines
527 B
Bash
17 lines
527 B
Bash
# Template file for 'python-slowaes'
|
|
pkgname=python-slowaes
|
|
version=0.1a1
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="slowaes-${version}"
|
|
build_style=python2-module
|
|
pycompile_module="slowaes"
|
|
hostmakedepends="python-setuptools"
|
|
depends="python"
|
|
short_desc="Implementation of AES in Python"
|
|
maintainer="Charles E. Lehner <cel@celehner.com>"
|
|
homepage="http://code.google.com/p/slowaes/"
|
|
license="Apache-2.0"
|
|
distfiles="${PYPI_SITE}/s/slowaes/slowaes-${version}.tar.gz"
|
|
checksum=83658ae54cc116b96f7fdb12fdd0efac3a4e8c7c7064e3fac3f4a881aa54bf09
|