mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pytools: update to 2024.1.20.
This commit is contained in:
parent
1178231870
commit
e2af82fab6
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-pytools'
|
# Template file for 'python3-pytools'
|
||||||
pkgname=python3-pytools
|
pkgname=python3-pytools
|
||||||
version=2024.1.14
|
version=2024.1.20
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
# Ignored checks require unpackaged siphash24 package
|
# Ignored checks require unpackaged siphash24 package
|
||||||
|
@ -11,15 +11,15 @@ make_check_args="
|
||||||
--deselect pytools/test/test_persistent_dict.py::test_dataclass_hashing
|
--deselect pytools/test/test_persistent_dict.py::test_dataclass_hashing
|
||||||
--deselect pytools/test/test_persistent_dict.py::test_hash_function
|
--deselect pytools/test/test_persistent_dict.py::test_hash_function
|
||||||
"
|
"
|
||||||
hostmakedepends="python3-setuptools python3-wheel"
|
hostmakedepends="hatchling"
|
||||||
depends="python3-platformdirs python3-numpy python3-typing_extensions"
|
depends="python3-platformdirs python3-typing_extensions"
|
||||||
checkdepends="python3-pytest-xdist $depends"
|
checkdepends="python3-pytest-xdist $depends"
|
||||||
short_desc="Python utilities from Andreas Kloeckner"
|
short_desc="Python utilities from Andreas Kloeckner"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="X11"
|
license="X11"
|
||||||
homepage="https://pypi.org/project/pytools"
|
homepage="https://pypi.org/project/pytools"
|
||||||
distfiles="${PYPI_SITE}/p/pytools/pytools-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pytools/pytools-${version}.tar.gz"
|
||||||
checksum=39e5bbaf81fa432e688b82dd0980212d18f97b23e51a8c7afe7592249fe40ab1
|
checksum=649fc68eb9568c80f676dbf3256b38e2a5783a538ffc700db74e14946c50d7d3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue