# -*- 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 set real_name ndg_httpsclient name py-${real_name} version 0.5.0 worksrcdir ${real_name}-${version} distfiles ${real_name}-${version}${extract.suffix} categories-append net license BSD maintainers {mps @Schamschula} openmaintainer description This is a HTTPS client implementation for httplib and urllib2 based \ on PyOpenSSL. long_description ${description} PyOpenSSL provides a more fully featured SSL \ implementation over the default provided with Python and importantly \ enables full verification of the SSL peer. platforms darwin homepage https://pypi.python.org/pypi/ndg-httpsclient master_sites pypi:n/ndg-httpsclient python.versions 27 34 35 36 checksums rmd160 58d1e060ed8b12f3574ab7302f6e46c3715d862c \ sha256 c009f5430790936b3a97eaf9f968516664d97e146ab2bda991f0caadb7cc088b \ size 24254 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-asn1 \ port:py${python.version}-openssl } livecheck.type regex livecheck.regex ${real_name}-(\[0-9.\]+)${extract.suffix}