# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

name                py-idna-ssl
version             1.1.0
categories-append   devel
platforms           darwin
license             MIT

python.versions     34 35 36 37

maintainers         {ipglider.org:miguel @ipglider} openmaintainer

description         Monkey patch py-idna to make it work with SSL.
long_description    py-idna does not work as expected when used with SSL under \
                    some versions of Python. py-idna-ssl allows to monkey \
                    patch py-idna to solve this issue.

homepage            https://github.com/aio-libs/idna-ssl/
master_sites        pypi:i/idna-ssl

distname            idna-ssl-${version}

checksums           rmd160  dfe198f33badc1235459a22b440720f7ea62642b \
                    sha256  a933e3bb13da54383f9e8f35dc4f9cb9eb9b3b78c6b36f311254d6d0d92c6c7c \
                    size    3377

if {${name} ne ${subport}} {
    depends_build       port:py${python.version}-setuptools
    depends_lib         port:py${python.version}-idna
} else {
    livecheck.type      pypi
}