python-attrs: update to 17.2.0

This commit is contained in:
Alessio Sergi 2017-05-26 20:02:20 +02:00
parent d461e9696e
commit 664514840a

View file

@ -1,18 +1,19 @@
# Template file for 'python-attrs'
pkgname=python-attrs
version=16.3.0
version=17.2.0
revision=1
noarch=yes
wrksrc="attrs-${version}"
build_style=python-module
pycompile_module="attrs"
pycompile_module="attr"
hostmakedepends="python-setuptools python3-setuptools"
short_desc="Python2 attributes without boilerplate"
maintainer="Orphaned <orphan@voidlinux.eu>"
depends="python"
short_desc="Attributes without boilerplate (Python2)"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="https://attrs.readthedocs.org/"
homepage="https://attrs.readthedocs.io/"
distfiles="${PYPI_SITE}/a/attrs/attrs-${version}.tar.gz"
checksum=80203177723e36f3bbe15aa8553da6e80d47bfe53647220ccaa9ad7a5e473ccc
checksum=5d4d1b99f94d69338f485984127e4473b3ab9e20f43821b0e546cc3b2302fd11
post_install() {
vlicense LICENSE
@ -20,7 +21,8 @@ post_install() {
python3-attrs_package() {
noarch=yes
pycompile_module="attrs"
depends="python3"
pycompile_module="attr"
replaces="python3.4-attrs>=0"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {