python-attrs: update to 18.1.0

This commit is contained in:
Alessio Sergi 2018-05-20 17:36:32 +02:00
parent a6215ef646
commit 1966b2255e
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-attrs'
pkgname=python-attrs
version=17.4.0
version=18.1.0
revision=1
noarch=yes
wrksrc="attrs-${version}"
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="https://attrs.readthedocs.io/"
distfiles="${PYPI_SITE}/a/attrs/attrs-${version}.tar.gz"
checksum=1c7960ccfd6a005cd9f7ba884e6316b5e430a3f1a6c37c5f87d8b43f83b54ec9
checksum=e0d0eb91441a3b53dab4d9b743eafc1ac44476296a2053b6ca3af0b139faf87b
post_install() {
vlicense LICENSE
@ -25,7 +25,7 @@ python3-attrs_package() {
pycompile_module="attr"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vlicense LICENSE
vmove usr/lib/python3*
vlicense LICENSE
}
}