From 3f24423868414180b213d48b73105629feb5e582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 20 Sep 2020 22:51:00 +0700 Subject: [PATCH] python-empy: drop package --- srcpkgs/python3-empy | 1 - .../{python-empy => python3-empy}/template | 24 +++++-------------- srcpkgs/{python-empy => python3-empy}/update | 0 3 files changed, 6 insertions(+), 19 deletions(-) delete mode 120000 srcpkgs/python3-empy rename srcpkgs/{python-empy => python3-empy}/template (51%) rename srcpkgs/{python-empy => python3-empy}/update (100%) diff --git a/srcpkgs/python3-empy b/srcpkgs/python3-empy deleted file mode 120000 index 55ee445c634..00000000000 --- a/srcpkgs/python3-empy +++ /dev/null @@ -1 +0,0 @@ -python-empy \ No newline at end of file diff --git a/srcpkgs/python-empy/template b/srcpkgs/python3-empy/template similarity index 51% rename from srcpkgs/python-empy/template rename to srcpkgs/python3-empy/template index 4668a9cc814..0ce3edb677e 100644 --- a/srcpkgs/python-empy/template +++ b/srcpkgs/python3-empy/template @@ -1,13 +1,11 @@ -# Template file for 'python-empy' -pkgname=python-empy +# Template file for 'python3-empy' +pkgname=python3-empy version=3.3.4 -revision=2 -archs=noarch +revision=3 wrksrc="empy-${version}" -build_style=python-module -pycompile_module="EmPy" -hostmakedepends="python-setuptools python3-setuptools" -depends="python" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" short_desc="Powerful and robust templating system for Python" maintainer="Young Jin Park " license="LGPL-3.0-or-later" @@ -18,13 +16,3 @@ checksum=9126211471fc7ff83fdd40beca93eb6de5681758fbe68b4cf8af6326259df1b1 do_check() { ./test.sh } - -python3-empy_package() { - archs=noarch - pycompile_module="EmPy" - depends="python3" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - } -} diff --git a/srcpkgs/python-empy/update b/srcpkgs/python3-empy/update similarity index 100% rename from srcpkgs/python-empy/update rename to srcpkgs/python3-empy/update