void-packages/srcpkgs/python-empy/template

27 lines
750 B
Bash

# Template file for 'python-empy'
pkgname=python-empy
version=3.3.3
revision=1
noarch=yes
wrksrc="empy-${version}"
build_style=python-module
pycompile_module="EmPy"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
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=9841e36dd26c7f69fe1005f9d9e078e41bdd50dd56fc77837ae390fb6af1aed7
python3-empy_package() {
noarch=yes
pycompile_module="EmPy"
depends="python3"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}