python3-empy: rebuild for Python 3.11
This commit is contained in:
parent
13f60cda24
commit
b428a40ebc
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-empy'
|
||||
pkgname=python3-empy
|
||||
version=3.3.4
|
||||
revision=5
|
||||
revision=6
|
||||
wrksrc="empy-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -10,9 +10,7 @@ short_desc="Powerful and robust templating system for Python"
|
|||
maintainer="Young Jin Park <youngjinpark20@gmail.com>"
|
||||
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=9126211471fc7ff83fdd40beca93eb6de5681758fbe68b4cf8af6326259df1b1
|
||||
|
||||
do_check() {
|
||||
./test.sh
|
||||
}
|
||||
distfiles="${PYPI_SITE}/e/empy/empy-${version}.tar.gz"
|
||||
checksum=73ac49785b601479df4ea18a7c79bc1304a8a7c34c02b9472cf1206ae88f01b3
|
||||
# PYPI distribution ships no tests
|
||||
make_check=no
|
||||
|
|
Loading…
Reference in New Issue