python-empy: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 22:51:00 +07:00
parent 83e9501740
commit 3f24423868
3 changed files with 6 additions and 19 deletions

View file

@ -1 +0,0 @@
python-empy

View file

@ -1,13 +1,11 @@
# Template file for 'python-empy' # Template file for 'python3-empy'
pkgname=python-empy pkgname=python3-empy
version=3.3.4 version=3.3.4
revision=2 revision=3
archs=noarch
wrksrc="empy-${version}" wrksrc="empy-${version}"
build_style=python-module build_style=python3-module
pycompile_module="EmPy" hostmakedepends="python3-setuptools"
hostmakedepends="python-setuptools python3-setuptools" depends="python3"
depends="python"
short_desc="Powerful and robust templating system for Python" short_desc="Powerful and robust templating system for Python"
maintainer="Young Jin Park <youngjinpark20@gmail.com>" maintainer="Young Jin Park <youngjinpark20@gmail.com>"
license="LGPL-3.0-or-later" license="LGPL-3.0-or-later"
@ -18,13 +16,3 @@ checksum=9126211471fc7ff83fdd40beca93eb6de5681758fbe68b4cf8af6326259df1b1
do_check() { do_check() {
./test.sh ./test.sh
} }
python3-empy_package() {
archs=noarch
pycompile_module="EmPy"
depends="python3"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}