python-idna: update to 2.9.

This commit is contained in:
travankor 2020-02-27 13:25:51 -07:00 committed by Helmut Pozimski
parent 33a00fb653
commit fcddbf283a

View file

@ -1,19 +1,19 @@
# Template file for 'python-idna' # Template file for 'python-idna'
pkgname=python-idna pkgname=python-idna
version=2.8 version=2.9
revision=2 revision=1
archs=noarch archs=noarch
wrksrc="idna-${version}" wrksrc="idna-${version}"
build_style=python-module build_style=python-module
pycompile_module="idna"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python" depends="python"
short_desc="Internationalized Domain Names in Applications (IDNA) for Python2" short_desc="Internationalized Domain Names in Applications (IDNA) for Python2"
maintainer="Alessio Sergi <al3hex@gmail.com>" maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/kjd/idna"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/kjd/idna"
changelog="https://raw.githubusercontent.com/kjd/idna/master/HISTORY.rst"
distfiles="${PYPI_SITE}/i/idna/idna-${version}.tar.gz" distfiles="${PYPI_SITE}/i/idna/idna-${version}.tar.gz"
checksum=c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407 checksum=7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb
post_install() { post_install() {
vlicense LICENSE.rst vlicense LICENSE.rst
@ -22,7 +22,6 @@ post_install() {
python3-idna_package() { python3-idna_package() {
archs=noarch archs=noarch
depends="python3" depends="python3"
pycompile_module="idna"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
pkg_install() { pkg_install() {
vmove usr/lib/python3* vmove usr/lib/python3*