28 lines
775 B
Bash
28 lines
775 B
Bash
# Template file for 'python-idna'
|
|
pkgname=python-idna
|
|
version=2.0
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="idna-${version}"
|
|
build_style=python-module
|
|
python_versions="2.7 3.4"
|
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
|
depends="python"
|
|
pycompile_module="idna"
|
|
short_desc="Internationalized Domain Names in Applications (IDNA) for Python2"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="https://github.com/kjd/idna"
|
|
license="BSD"
|
|
distfiles="${PYPI_SITE}/i/idna/idna-${version}.tar.gz"
|
|
checksum=16199aad938b290f5be1057c0e1efc6546229391c23cea61ca940c115f7d3d3b
|
|
|
|
python3.4-idna_package() {
|
|
noarch=yes
|
|
depends="python3.4"
|
|
pycompile_version="3.4"
|
|
pycompile_module="idna"
|
|
short_desc="${short_desc/Python2/Python3.4}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3.4
|
|
}
|
|
}
|