mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
python3-pytools: update to 2025.1.5.
This commit is contained in:
parent
652c037649
commit
c0d34496c8
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-pytools'
|
||||
pkgname=python3-pytools
|
||||
version=2025.1.2
|
||||
version=2025.1.5
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
# Ignored checks require unpackaged siphash24 package
|
||||
|
@ -12,14 +12,14 @@ make_check_args="
|
|||
--deselect pytools/test/test_persistent_dict.py::test_hash_function
|
||||
"
|
||||
hostmakedepends="hatchling"
|
||||
depends="python3-platformdirs python3-typing_extensions"
|
||||
depends="python3-platformdirs python3-typing_extensions python3-siphash24"
|
||||
checkdepends="python3-pytest-xdist $depends"
|
||||
short_desc="Python utilities from Andreas Kloeckner"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="X11"
|
||||
homepage="https://pypi.org/project/pytools"
|
||||
distfiles="${PYPI_SITE}/p/pytools/pytools-${version}.tar.gz"
|
||||
checksum=c00db94fdd9a9639899732cbf91bcb291786751cc90380b07d738182ca50f2b1
|
||||
checksum=8a6f98acb05ce94191bbe8f85a73f3ec9ed4b763c1c69a0781059e1a017c61e5
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue