# -*- 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 142666 2015-11-19 12:47:16Z stromnov@macports.org $ PortSystem 1.0 PortGroup python 1.0 name py-cryptography version 1.1.1 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 5270a93aaf1b9231fefe6a041d54e2ae59857dbb \ sha256 2912923af7455fb2d2439a037242507c12caece7dd6659d62fa82a61edb2bae0 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 }