mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-cattrs: update to 24.1.0.
This commit is contained in:
parent
b021f400fa
commit
069a9b542e
1 changed files with 16 additions and 4 deletions
|
@ -1,10 +1,22 @@
|
||||||
# Template file for 'python3-cattrs'
|
# Template file for 'python3-cattrs'
|
||||||
pkgname=python3-cattrs
|
pkgname=python3-cattrs
|
||||||
version=23.2.3
|
version=24.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
make_check_args="--ignore tests/test_preconf.py
|
# Initial ignores require unpackaged dependencies;
|
||||||
--ignore tests/test_unstructure_collections.py"
|
# deselections and subsequent ignores do invalid NaN comparisons
|
||||||
|
make_check_args="--ignore tests/test_cols.py
|
||||||
|
--ignore tests/test_preconf.py
|
||||||
|
--ignore tests/preconf/test_msgspec_cpython.py
|
||||||
|
--ignore tests/preconf/test_pyyaml.py
|
||||||
|
--ignore tests/test_unstructure_collections.py
|
||||||
|
--deselect tests/test_gen_dict.py::test_individual_overrides
|
||||||
|
--deselect tests/test_gen_dict.py::test_nodefs_generated_unstructuring_cl
|
||||||
|
--deselect tests/test_gen_dict.py::test_renaming
|
||||||
|
--deselect tests/test_gen_dict.py::test_unmodified_generated_structuring
|
||||||
|
--deselect tests/test_structure_attrs.py::test_structure_simple_from_dict_default
|
||||||
|
--ignore tests/test_baseconverter.py
|
||||||
|
--ignore tests/test_converter.py"
|
||||||
make_check_target="tests"
|
make_check_target="tests"
|
||||||
hostmakedepends="hatchling hatch-vcs"
|
hostmakedepends="hatchling hatch-vcs"
|
||||||
depends="python3-attrs"
|
depends="python3-attrs"
|
||||||
|
@ -15,7 +27,7 @@ license="MIT"
|
||||||
homepage="https://catt.rs"
|
homepage="https://catt.rs"
|
||||||
changelog="https://github.com/python-attrs/cattrs/blob/main/HISTORY.md"
|
changelog="https://github.com/python-attrs/cattrs/blob/main/HISTORY.md"
|
||||||
distfiles="${PYPI_SITE}/c/cattrs/cattrs-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/c/cattrs/cattrs-${version}.tar.gz"
|
||||||
checksum=a934090d95abaa9e911dac357e3a8699e0b4b14f8529bcc7d2b1ad9d51672b9f
|
checksum=8274f18b253bf7674a43da851e3096370d67088165d23138b04a1c04c8eaf48e
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
vsed -i -e '/addopts/d' pyproject.toml
|
vsed -i -e '/addopts/d' pyproject.toml
|
||||||
|
|
Loading…
Add table
Reference in a new issue