python3-flit_core: update to 3.4.0.

This commit is contained in:
Andrew J. Hesford 2021-10-13 10:47:17 -04:00
parent 3061582137
commit 6913e7202c

View file

@ -1,11 +1,11 @@
# Template file for 'python3-flit_core' # Template file for 'python3-flit_core'
pkgname=python3-flit_core pkgname=python3-flit_core
version=3.3.0 version=3.4.0
revision=2 revision=1
wrksrc="flit-${version}" wrksrc="flit-${version}"
build_wrksrc="flit_core" build_wrksrc="flit_core"
build_style=python3-pep517 build_style=python3-pep517
depends="python3-toml" depends="python3-tomli"
checkdepends="python3-pytest python3-testpath $depends" checkdepends="python3-pytest python3-testpath $depends"
short_desc="Simplified packaging of Python modules - PEP 517 build backend" short_desc="Simplified packaging of Python modules - PEP 517 build backend"
maintainer="Andrew J. Hesford <ajh@sideband.org>" maintainer="Andrew J. Hesford <ajh@sideband.org>"
@ -13,7 +13,7 @@ license="BSD-3-Clause"
homepage="https://flit.readthedocs.io" homepage="https://flit.readthedocs.io"
changelog="https://flit.readthedocs.io/en/latest/history.html" changelog="https://flit.readthedocs.io/en/latest/history.html"
distfiles="${PYPI_SITE}/f/flit/flit-${version}.tar.gz" distfiles="${PYPI_SITE}/f/flit/flit-${version}.tar.gz"
checksum=65fbe22aaa7f880b776b20814bd80b0afbf91d1f95b17235b608aa256325ce57 checksum=390288b27d89a084a32fc40020ad953e14bc215c5a01e6eb6ab8c9bdbcc57283
post_install() { post_install() {
vlicense ../LICENSE vlicense ../LICENSE