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'
|
# Template file for 'python3-empy'
|
||||||
pkgname=python3-empy
|
pkgname=python3-empy
|
||||||
version=3.3.4
|
version=3.3.4
|
||||||
revision=5
|
revision=6
|
||||||
wrksrc="empy-${version}"
|
wrksrc="empy-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -10,9 +10,7 @@ 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"
|
||||||
homepage="http://www.alcyone.com/software/empy/"
|
homepage="http://www.alcyone.com/software/empy/"
|
||||||
distfiles="http://www.alcyone.com/software/empy/empy-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/e/empy/empy-${version}.tar.gz"
|
||||||
checksum=9126211471fc7ff83fdd40beca93eb6de5681758fbe68b4cf8af6326259df1b1
|
checksum=73ac49785b601479df4ea18a7c79bc1304a8a7c34c02b9472cf1206ae88f01b3
|
||||||
|
# PYPI distribution ships no tests
|
||||||
do_check() {
|
make_check=no
|
||||||
./test.sh
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue