mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-flit_core: update to 3.11.0.
This commit is contained in:
parent
0488ef9881
commit
8e5f4f4405
1 changed files with 3 additions and 3 deletions
|
@ -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.10.1
|
version=3.11.0
|
||||||
revision=1
|
revision=1
|
||||||
# This package is required by python3-build and python3-installer, used by the
|
# This package is required by python3-build and python3-installer, used by the
|
||||||
# python3-pep517 style; so using that style here would create a cycle
|
# python3-pep517 style; so using that style here would create a cycle
|
||||||
|
@ -13,14 +13,14 @@ license="BSD-3-Clause"
|
||||||
homepage="https://flit.pypa.io/"
|
homepage="https://flit.pypa.io/"
|
||||||
changelog="https://flit.pypa.io/en/stable/history.html"
|
changelog="https://flit.pypa.io/en/stable/history.html"
|
||||||
distfiles="${PYPI_SITE}/f/flit_core/flit_core-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/f/flit_core/flit_core-${version}.tar.gz"
|
||||||
checksum=66e5b87874a0d6e39691f0e22f09306736b633548670ad3c09ec9db03c5662f7
|
checksum=6ceeee3219e9d2ea282041f3e027c441597b450b33007cb81168e887b6113a8f
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
python3 -m flit_core.wheel
|
python3 -m flit_core.wheel
|
||||||
}
|
}
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
python3 -m pytest flit_core/tests
|
python3 -m pytest tests_core
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue