# -*- 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: Portfile 153497 2016-10-02 19:26:13Z stromnov@macports.org $ PortSystem 1.0 PortGroup python 1.0 name py-cryptography version 1.5.2 revision 0 categories-append devel platforms darwin license BSD python.versions 27 34 35 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 2860938e98ec81b2f298b6033378e459b1b99455 \ sha256 eb8875736734e8e870b09be43b17f40472dc189b1c422a952fa8580768204832 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 }