From 664514840ab026b1cfa95b5cdb555b2982749303 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 26 May 2017 20:02:20 +0200 Subject: [PATCH] python-attrs: update to 17.2.0 --- srcpkgs/python-attrs/template | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template index 327cf7f945..9e8105a6d1 100644 --- a/srcpkgs/python-attrs/template +++ b/srcpkgs/python-attrs/template @@ -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 " +depends="python" +short_desc="Attributes without boilerplate (Python2)" +maintainer="Juan RP " 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() {