void-packages/srcpkgs/python3-idna/template
2025-03-21 08:15:18 -04:00

19 lines
630 B
Bash

# Template file for 'python3-idna'
pkgname=python3-idna
version=3.10
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
checkdepends="python3-pytest"
short_desc="Internationalized Domain Names in Applications (IDNA) for Python3"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
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"
checksum=12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9
post_install() {
vlicense LICENSE.md
}