19 lines
592 B
Bash
19 lines
592 B
Bash
# Template file for 'python3-idna'
|
|
pkgname=python3-idna
|
|
version=3.2
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Internationalized Domain Names in Applications (IDNA) for Python3"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
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=467fbad99067910785144ce333826c71fb0e63a425657295239737f7ecd125f3
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|