New package: python-empy-3.3.3

This commit is contained in:
Young Jin Park 2019-01-08 07:09:34 +09:00 committed by maxice8
parent 0ef7e79edb
commit c4d38a3eeb
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# 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*
}
}

1
srcpkgs/python3-empy Symbolic link
View File

@ -0,0 +1 @@
python-empy