20 lines
623 B
Bash
20 lines
623 B
Bash
# Template file for 'python3-idna'
|
|
pkgname=python3-idna
|
|
version=3.4
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-flit_core"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Internationalized Domain Names in Applications (IDNA) for Python3"
|
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
|
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=814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|