python-idna: update to 2.6

This commit is contained in:
Alessio Sergi 2017-08-15 11:23:20 +02:00
parent 8e132bcf28
commit 4bdd2bdb4c

View file

@ -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 <al3hex@gmail.com>"
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() {