void-packages/srcpkgs/python3-attrs/template

21 lines
660 B
Bash

# Template file for 'python3-attrs'
pkgname=python3-attrs
version=22.2.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
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=c9227bfc2f01993c03f68db37d1d15c9690188323c067c641f1a35ca58185f99
post_install() {
vlicense LICENSE
}