void-packages/srcpkgs/python3-attrs/template

21 lines
667 B
Bash

# Template file for 'python3-attrs'
pkgname=python3-attrs
version=23.2.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools hatch-vcs"
depends="python3"
checkdepends="python3-pytest python3-zope.interface python3-six
python3-hypothesis"
short_desc="Attributes without boilerplate (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
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=935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30
post_install() {
vlicense LICENSE
}