Commits

Allan Que authored and Chris Jones committed 729c33e9c94
py-m2crypto: update to 0.33.0

upstream dropped support for Python 3.4
No tags

python/py-m2crypto/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
6 6 name py-m2crypto
7 -version 0.32.0
7 +version 0.33.0
8 8 categories-append crypto devel
9 9 platforms darwin
10 10 # demos include some Apache-2 and ZPL-2 files but are not installed
11 11 license MIT
12 12 maintainers {gmail.com:allan.que @aque} openmaintainer
13 13
14 14 description Crypto and SSL toolkit for Python
15 15 long_description M2Crypto is the most complete Python wrapper for OpenSSL.
16 16 homepage https://pypi.python.org/pypi/${python.rootname}
17 17
18 18 master_sites pypi:m/${python.rootname}/
19 19 distname M2Crypto-${version}
20 -checksums size 1292542 \
21 - rmd160 4d8b714b105ba4e2616d203edd72733736b124c1 \
22 - sha256 29c9c6fa6abdeb4156b8e0342c30028c5ee68055b60aa21c88abfb1d85fea325
20 +checksums size 1297415 \
21 + rmd160 7d366493b5563ddfad047a3b05ec7e7ad01b80cc \
22 + sha256 75deaa3f6d25c8300c41da042a1abfa27154de5164c7073d68cb1809cedb8553
23 23
24 -python.versions 27 34 35 36 37
24 +python.versions 27 35 36 37
25 25
26 26 if {${name} ne ${subport}} {
27 27 depends_build port:py${python.version}-setuptools
28 28 depends_lib-append port:swig-python \
29 29 path:lib/libssl.dylib:openssl
30 30
31 31 if {${python.version} < 35} {
32 32 depends_lib-append \
33 33 port:py${python.version}-typing
34 34 }

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

Add shortcut