New package: python-empy-3.3.3
This commit is contained in:
parent
0ef7e79edb
commit
c4d38a3eeb
|
@ -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*
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
python-empy
|
Loading…
Reference in New Issue