vp-build/srcpkgs/python-attrs/template

32 lines
756 B
Bash

# Template file for 'python-attrs'
pkgname=python-attrs
version=17.4.0
revision=1
noarch=yes
wrksrc="attrs-${version}"
build_style=python-module
pycompile_module="attr"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
short_desc="Attributes without boilerplate (Python2)"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="https://attrs.readthedocs.io/"
distfiles="${PYPI_SITE}/a/attrs/attrs-${version}.tar.gz"
checksum=1c7960ccfd6a005cd9f7ba884e6316b5e430a3f1a6c37c5f87d8b43f83b54ec9
post_install() {
vlicense LICENSE
}
python3-attrs_package() {
noarch=yes
depends="python3"
pycompile_module="attr"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vlicense LICENSE
vmove usr/lib/python3*
}
}