# -*- 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-cryptography version 0.9.2 revision 0 categories-append devel platforms darwin license BSD python.versions 27 34 maintainers stromnov openmaintainer description Package which provides cryptographic recipes and primitives to Python developers. long_description ${description} homepage https://github.com/pyca/cryptography master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 91d8213e87ac598a8d582efe5c321d196a29bb10 \ sha256 bc9ddd1442ce67a5bbd5598eced127de000da55f0ce25498b1174746c0290b3c if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools \ port:py${python.version}-cffi \ port:py${python.version}-asn1 \ port:py${python.version}-idna \ port:py${python.version}-six if {${python.version} < 34} { depends_lib-append port:py${python.version}-enum34 \ port:py${python.version}-ipaddress } livecheck.type none } else { livecheck.type pypi }