20 lines
577 B
Bash
20 lines
577 B
Bash
# Template file for 'python3-attrs'
|
|
pkgname=python3-attrs
|
|
version=22.1.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/"
|
|
distfiles="${PYPI_SITE}/a/attrs/attrs-${version}.tar.gz"
|
|
checksum=29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|