void-packages/srcpkgs/python3-attrs/template

21 lines
670 B
Bash

# Template file for 'python3-attrs'
pkgname=python3-attrs
version=23.1.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="Michal Vasilek <michal@vasilek.cz>"
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=6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015
post_install() {
vlicense LICENSE
}