diff --git a/srcpkgs/python3-empy b/srcpkgs/python3-empy deleted file mode 120000 index 55ee445c63..0000000000 --- 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 4668a9cc81..0ce3edb677 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