From 4bdd2bdb4ce73ce4f125b7d59cf9cdfcc9c78a2a Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 15 Aug 2017 11:23:20 +0200 Subject: [PATCH] python-idna: update to 2.6 --- srcpkgs/python-idna/template | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template index a3bcb391f3..377d993412 100644 --- a/srcpkgs/python-idna/template +++ b/srcpkgs/python-idna/template @@ -1,6 +1,6 @@ # Template file for 'python-idna' pkgname=python-idna -version=2.5 +version=2.6 revision=1 noarch=yes wrksrc="idna-${version}" @@ -11,9 +11,13 @@ pycompile_module="idna" short_desc="Internationalized Domain Names in Applications (IDNA) for Python2" maintainer="Alessio Sergi " homepage="https://github.com/kjd/idna" -license="BSD" +license="3-clause-BSD" distfiles="${PYPI_SITE}/i/idna/idna-${version}.tar.gz" -checksum=3cb5ce08046c4e3a560fc02f138d0ac63e00f8ce5901a56b32ec8b7994082aab +checksum=2c6a5de3089009e3da7c5dde64a141dbc8551d5b7f6cf4ed7c2568d0cc520a8f + +post_install() { + vlicense LICENSE.rst LICENSE +} python3-idna_package() { noarch=yes @@ -23,6 +27,7 @@ python3-idna_package() { short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* + vlicense LICENSE.rst LICENSE } } python3.4-idna_package() {