python3-idna: update to 3.4.
This commit is contained in:
parent
4f1717b439
commit
02542cfbe0
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-idna'
|
# Template file for 'python3-idna'
|
||||||
pkgname=python3-idna
|
pkgname=python3-idna
|
||||||
version=3.2
|
version=3.4
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
@ -11,7 +11,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://github.com/kjd/idna"
|
homepage="https://github.com/kjd/idna"
|
||||||
changelog="https://raw.githubusercontent.com/kjd/idna/master/HISTORY.rst"
|
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=467fbad99067910785144ce333826c71fb0e63a425657295239737f7ecd125f3
|
checksum=814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Reference in New Issue