# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-service_identity version 16.0.0 categories-append devel platforms darwin license MIT python.versions 27 34 35 maintainers khindenburg openmaintainer description Service Identity Verification for pyOpenSSL long_description service_identity aspires to give you all the tools\ you need for verifying whether a certificate is valid\ for the intended purposes. homepage https://github.com/pyca/service_identity master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 02d592f36c659bab4427838001f1cad2c84ac3f6 \ sha256 0630e222f59f91f3db498be46b1d879ff220955d7bbad719a5cb9ad14e3c3036 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-asn1 \ port:py${python.version}-asn1-modules \ port:py${python.version}-openssl \ port:py${python.version}-attrs livecheck.type none } else { livecheck.type pypi }