From c4d38a3eeb873782ca29ab7d09ce69f51b7914ee Mon Sep 17 00:00:00 2001 From: Young Jin Park Date: Tue, 8 Jan 2019 07:09:34 +0900 Subject: [PATCH] New package: python-empy-3.3.3 --- srcpkgs/python-empy/template | 26 ++++++++++++++++++++++++++ srcpkgs/python3-empy | 1 + 2 files changed, 27 insertions(+) create mode 100644 srcpkgs/python-empy/template create mode 120000 srcpkgs/python3-empy 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