python3-pytools: update to 2024.1.11.
This commit is contained in:
parent
0256e15162
commit
1dd3a186ff
1 changed files with 13 additions and 5 deletions
|
@ -1,17 +1,25 @@
|
||||||
# Template file for 'python3-pytools'
|
# Template file for 'python3-pytools'
|
||||||
pkgname=python3-pytools
|
pkgname=python3-pytools
|
||||||
version=2024.1.6
|
version=2024.1.11
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
# Ignored checks require unpackaged siphash24 package
|
||||||
|
make_check_args="
|
||||||
|
--deselect pytools/test/test_persistent_dict.py::test_attrs_hashing
|
||||||
|
--deselect pytools/test/test_persistent_dict.py::test_class_hashing
|
||||||
|
--deselect pytools/test/test_persistent_dict.py::test_datetime_hashing
|
||||||
|
--deselect pytools/test/test_persistent_dict.py::test_dataclass_hashing
|
||||||
|
--deselect pytools/test/test_persistent_dict.py::test_hash_function
|
||||||
|
"
|
||||||
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3-platformdirs python3-numpy python3-typing_extensions"
|
depends="python3-platformdirs python3-numpy python3-typing_extensions"
|
||||||
checkdepends="python3-pytest $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=bbdb7506b0966a44a177c5e555675bece1e65e15bbb1114f370b223e069322b9
|
checksum=fa966e09857bcd9299f961d58fc128e8333e4ac5fcea52473af5aae88f814e38
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue