20 lines
672 B
Bash
20 lines
672 B
Bash
# Template file for 'python3-attrs'
|
|
pkgname=python3-attrs
|
|
version=24.2.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=5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|