mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-01 09:32:57 +02:00
python3-idna: update to 3.7, adopt.
This commit is contained in:
parent
69228b42b5
commit
6bfb023d61
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python3-idna'
|
# Template file for 'python3-idna'
|
||||||
pkgname=python3-idna
|
pkgname=python3-idna
|
||||||
version=3.6
|
version=3.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-flit_core"
|
hostmakedepends="python3-flit_core"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Internationalized Domain Names in Applications (IDNA) for Python3"
|
short_desc="Internationalized Domain Names in Applications (IDNA) for Python3"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
license="BSD-3-Clause"
|
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=9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca
|
checksum=028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue