# -*- 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 PortGroup compiler_blacklist_versions 1.0 name py-cryptography version 2.8 revision 0 categories-append devel platforms darwin license BSD python.versions 27 34 35 36 37 38 maintainers {stromnov @stromnov} openmaintainer description Package which provides cryptographic recipes and primitives to Python developers. long_description ${description} homepage https://github.com/pyca/cryptography checksums rmd160 eab2e76f5057cfdb76faf9175eddddbd43331259 \ sha256 3cda1f0ed8747339bbdf71b9f38ca74c7b592f24f65cdb3ab3765e4b02871651 \ size 504516 platform macosx { if {${os.major} < 11} { # https://trac.macports.org/ticket/54519 # https://trac.macports.org/ticket/54753 # https://trac.macports.org/ticket/55079 patchfiles-append patch-src__cffi_src_build_openssl.py.diff } } if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools \ port:py${python.version}-asn1crypto \ port:py${python.version}-six \ port:py${python.version}-cffi \ path:lib/libssl.dylib:openssl if {${python.version} < 34} { depends_lib-append port:py${python.version}-enum34 \ port:py${python.version}-ipaddress } livecheck.type none }