diff --git a/srcpkgs/python-empy/template b/srcpkgs/python-empy/template new file mode 100644 index 00000000000..a232d386140 --- /dev/null +++ b/srcpkgs/python-empy/template @@ -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 " +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* + } +} diff --git a/srcpkgs/python3-empy b/srcpkgs/python3-empy new file mode 120000 index 00000000000..55ee445c634 --- /dev/null +++ b/srcpkgs/python3-empy @@ -0,0 +1 @@ +python-empy \ No newline at end of file