mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
New package: python3-cattrs-23.2.3
This commit is contained in:
parent
9dddd3020e
commit
f660e18512
1 changed files with 26 additions and 0 deletions
26
srcpkgs/python3-cattrs/template
Normal file
26
srcpkgs/python3-cattrs/template
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'python3-cattrs'
|
||||
pkgname=python3-cattrs
|
||||
version=23.2.3
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
make_check_args="--ignore tests/test_preconf.py
|
||||
--ignore tests/test_unstructure_collections.py"
|
||||
make_check_target="tests"
|
||||
hostmakedepends="hatchling hatch-vcs"
|
||||
depends="python3-attrs"
|
||||
checkdepends="python3-pytest-xdist python3-hypothesis ${depends}"
|
||||
short_desc="Composable custom class converters for Python"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="MIT"
|
||||
homepage="https://catt.rs"
|
||||
changelog="https://github.com/python-attrs/cattrs/blob/main/HISTORY.md"
|
||||
distfiles="${PYPI_SITE}/c/cattrs/cattrs-${version}.tar.gz"
|
||||
checksum=a934090d95abaa9e911dac357e3a8699e0b4b14f8529bcc7d2b1ad9d51672b9f
|
||||
|
||||
pre_check() {
|
||||
vsed -i -e '/addopts/d' pyproject.toml
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue