16 lines
535 B
Bash
16 lines
535 B
Bash
# Template file for 'python3-empy'
|
|
pkgname=python3-empy
|
|
version=3.3.4
|
|
revision=7
|
|
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="${PYPI_SITE}/e/empy/empy-${version}.tar.gz"
|
|
checksum=73ac49785b601479df4ea18a7c79bc1304a8a7c34c02b9472cf1206ae88f01b3
|
|
# PYPI distribution ships no tests
|
|
make_check=no
|