19 lines
555 B
Bash
19 lines
555 B
Bash
# Template file for 'python3-empy'
|
|
pkgname=python3-empy
|
|
version=3.3.4
|
|
revision=5
|
|
wrksrc="empy-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Powerful and robust templating system for Python"
|
|
maintainer="Young Jin Park <youngjinpark20@gmail.com>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="http://www.alcyone.com/software/empy/"
|
|
distfiles="http://www.alcyone.com/software/empy/empy-${version}.tar.gz"
|
|
checksum=9126211471fc7ff83fdd40beca93eb6de5681758fbe68b4cf8af6326259df1b1
|
|
|
|
do_check() {
|
|
./test.sh
|
|
}
|