python-idna: update to 2.6
This commit is contained in:
parent
8e132bcf28
commit
4bdd2bdb4c
1 changed files with 8 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-idna'
|
# Template file for 'python-idna'
|
||||||
pkgname=python-idna
|
pkgname=python-idna
|
||||||
version=2.5
|
version=2.6
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="idna-${version}"
|
wrksrc="idna-${version}"
|
||||||
|
@ -11,9 +11,13 @@ pycompile_module="idna"
|
||||||
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"
|
homepage="https://github.com/kjd/idna"
|
||||||
license="BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/i/idna/idna-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/idna/idna-${version}.tar.gz"
|
||||||
checksum=3cb5ce08046c4e3a560fc02f138d0ac63e00f8ce5901a56b32ec8b7994082aab
|
checksum=2c6a5de3089009e3da7c5dde64a141dbc8551d5b7f6cf4ed7c2568d0cc520a8f
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.rst LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
python3-idna_package() {
|
python3-idna_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
@ -23,6 +27,7 @@ python3-idna_package() {
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
vlicense LICENSE.rst LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
python3.4-idna_package() {
|
python3.4-idna_package() {
|
||||||
|
|
Loading…
Reference in a new issue