python3-flit_core: update to 3.3.0.

This commit is contained in:
Andrew J. Hesford 2021-07-31 17:39:49 -04:00
parent c0c339b874
commit 87f0ac3e26
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-flit_core' # Template file for 'python3-flit_core'
pkgname=python3-flit_core pkgname=python3-flit_core
version=3.2.0 version=3.3.0
revision=1 revision=1
wrksrc="flit-${version}" wrksrc="flit-${version}"
build_wrksrc="flit_core" build_wrksrc="flit_core"
@ -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=592464c9268bbacec9bc67b5a3ae62e6e090aeec1563e69501df338a1728e551 checksum=65fbe22aaa7f880b776b20814bd80b0afbf91d1f95b17235b608aa256325ce57
post_install() { post_install() {
vlicense ../LICENSE vlicense ../LICENSE