# Template file for 'python3-attrs'
pkgname=python3-attrs
version=25.4.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools hatch-vcs hatch-fancy-pypi-readme"
depends="python3"
checkdepends="python3-pytest python3-hypothesis pyright"
short_desc="Attributes without boilerplate (Python3)"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="MIT"
homepage="https://attrs.readthedocs.io/"
changelog="https://raw.githubusercontent.com/python-attrs/attrs/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/a/attrs/attrs-${version}.tar.gz"
checksum=16d5969b87f0859ef33a48b35d55ac1be6e42ae49d5e853b597db70c35c57e11

post_install() {
	vlicense LICENSE
}
