18 lines
485 B
Bash
18 lines
485 B
Bash
# Template file for 'python-attrs'
|
|
pkgname=python-attrs
|
|
version=21.2.0
|
|
revision=3
|
|
build_style=python2-module
|
|
hostmakedepends="python-setuptools"
|
|
depends="python"
|
|
short_desc="Attributes without boilerplate (Python2)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://attrs.readthedocs.io/"
|
|
distfiles="${PYPI_SITE}/a/attrs/attrs-${version}.tar.gz"
|
|
checksum=ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|