Commits

Andrew Stromnov authored c5fc79e30ff
py-cryptography: update to version 2.1.4
No tags

python/py-cryptography/Portfile

Modified
1 1 # -*- 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
2 2
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5 PortGroup compiler_blacklist_versions 1.0
6 6
7 7 name py-cryptography
8 -version 2.1.3
8 +version 2.1.4
9 9 revision 0
10 10 categories-append devel
11 11 platforms darwin
12 12 license BSD
13 13
14 14 python.versions 27 34 35 36
15 15
16 16 maintainers stromnov openmaintainer
17 17
18 18 description Package which provides cryptographic recipes and primitives to Python developers.
19 19 long_description ${description}
20 20
21 21 homepage https://github.com/pyca/cryptography
22 22 master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
23 23
24 24 distname ${python.rootname}-${version}
25 25
26 -checksums rmd160 c0e01dfd11400e0cdf6bca2e1adee2e6c71f4c99 \
27 - sha256 68a26c353627163d74ee769d4749f2ee243866e9dac43c93bb33ebd8fbed1199
26 +checksums rmd160 f3fc128c3e62fd71a34d1d180bda79ef0e13ffe0 \
27 + sha256 e4d967371c5b6b2e67855066471d844c5d52d210c36c28d49a8507b96e2c5291
28 28
29 29 platform macosx {
30 30 if { ${os.major} < 10 } {
31 31 # https://trac.macports.org/ticket/54519
32 32 # https://trac.macports.org/ticket/54753
33 33 # https://trac.macports.org/ticket/55079
34 34 patchfiles-append patch-src__cffi_src_build_openssl.py.diff
35 35 }
36 36 }
37 37

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut