Skip to content

Commit 1dd3a18

Browse files
committed
python3-pytools: update to 2024.1.11.
1 parent 0256e15 commit 1dd3a18

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

srcpkgs/python3-pytools/template

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
# Template file for 'python3-pytools'
22
pkgname=python3-pytools
3-
version=2024.1.6
3+
version=2024.1.11
44
revision=1
5-
build_style=python3-module
6-
hostmakedepends="python3-setuptools"
5+
build_style=python3-pep517
6+
# Ignored checks require unpackaged siphash24 package
7+
make_check_args="
8+
--deselect pytools/test/test_persistent_dict.py::test_attrs_hashing
9+
--deselect pytools/test/test_persistent_dict.py::test_class_hashing
10+
--deselect pytools/test/test_persistent_dict.py::test_datetime_hashing
11+
--deselect pytools/test/test_persistent_dict.py::test_dataclass_hashing
12+
--deselect pytools/test/test_persistent_dict.py::test_hash_function
13+
"
14+
hostmakedepends="python3-setuptools python3-wheel"
715
depends="python3-platformdirs python3-numpy python3-typing_extensions"
8-
checkdepends="python3-pytest $depends"
16+
checkdepends="python3-pytest-xdist $depends"
917
short_desc="Python utilities from Andreas Kloeckner"
1018
maintainer="Andrew J. Hesford <[email protected]>"
1119
license="X11"
1220
homepage="https://pypi.org/project/pytools"
1321
distfiles="${PYPI_SITE}/p/pytools/pytools-${version}.tar.gz"
14-
checksum=bbdb7506b0966a44a177c5e555675bece1e65e15bbb1114f370b223e069322b9
22+
checksum=fa966e09857bcd9299f961d58fc128e8333e4ac5fcea52473af5aae88f814e38
1523

1624
post_install() {
1725
vlicense LICENSE

0 commit comments

Comments
 (0)