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'
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 <youngjinpark20@gmail.com>"
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*
}
}