python-idna: update to 2.10.
This commit is contained in:
parent
176cd8631b
commit
94b3fe896b
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-idna'
|
# Template file for 'python-idna'
|
||||||
pkgname=python-idna
|
pkgname=python-idna
|
||||||
version=2.9
|
version=2.10
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="idna-${version}"
|
wrksrc="idna-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
@ -12,7 +12,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=7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb
|
checksum=b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.rst
|
vlicense LICENSE.rst
|
||||||
|
|
Loading…
Reference in New Issue