File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 11# Template file for 'python3-pytools'
22pkgname=python3-pytools
3- version=2024.1.6
3+ version=2024.1.11
44revision=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"
715depends="python3-platformdirs python3-numpy python3-typing_extensions"
8- checkdepends="python3-pytest $depends"
16+ checkdepends="python3-pytest-xdist $depends"
917short_desc="Python utilities from Andreas Kloeckner"
1018maintainer="Andrew J. Hesford <
[email protected] >"
1119license="X11"
1220homepage="https://pypi.org/project/pytools"
1321distfiles="${PYPI_SITE}/p/pytools/pytools-${version}.tar.gz"
14- checksum=bbdb7506b0966a44a177c5e555675bece1e65e15bbb1114f370b223e069322b9
22+ checksum=fa966e09857bcd9299f961d58fc128e8333e4ac5fcea52473af5aae88f814e38
1523
1624post_install() {
1725 vlicense LICENSE
You can’t perform that action at this time.
0 commit comments