[125566] trunk/dports/python/py-openssl/Portfile
petr at macports.org
petr at macports.org
Sun Sep 21 05:26:53 PDT 2014
Revision: 125566
https://trac.macports.org/changeset/125566
Author: petr at macports.org
Date: 2014-09-21 05:26:53 -0700 (Sun, 21 Sep 2014)
Log Message:
-----------
py-openssl @0.13: update to @0.14, add py34 subport, remove py24 and py25 subport, closes #44646;
Modified Paths:
--------------
trunk/dports/python/py-openssl/Portfile
Modified: trunk/dports/python/py-openssl/Portfile
===================================================================
--- trunk/dports/python/py-openssl/Portfile 2014-09-21 12:24:13 UTC (rev 125565)
+++ trunk/dports/python/py-openssl/Portfile 2014-09-21 12:26:53 UTC (rev 125566)
@@ -5,11 +5,12 @@
PortGroup python 1.0
name py-openssl
-version 0.13
+version 0.14
categories-append devel security
license Apache-2
maintainers mcalhoun openmaintainer
platforms darwin freebsd
+
description python wrapper around the OpenSSL library
long_description \
This python module is a rather thin wrapper around (a subset of) the \
@@ -20,15 +21,19 @@
master_sites http://pypi.python.org/packages/source/p/pyOpenSSL/
distname pyOpenSSL-${version}
-checksums md5 767bca18a71178ca353dff9e10941929 \
- sha1 b4de25c5e4e9d9bc375c419071efc45fa96d5597 \
- rmd160 85d6a8a5ca43ee12c4054f8f483db20e13dd6551
+checksums md5 8579ff3a1d858858acfba5f046a4ddf7 \
+ sha1 eb51f23f29703b647b0f194beaa9b2412c05e0f6 \
+ rmd160 19169cb1d5969a130173174e1fdd90311bd35fc7
-python.versions 24 25 26 27 33
+python.versions 26 27 33 34
if {${name} ne ${subport}} {
- depends_lib-append port:openssl
+ depends_build-append port:py${python.version}-setuptools
+ depends_lib-append port:openssl \
+ port:py${python.version}-cryptography \
+ port:py${python.version}-six
+
post-patch {
reinplace "s|#!/usr/bin/env python|#!${python.bin}|" ${worksrcpath}/examples/proxy.py
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140921/e7a3df83/attachment.html>
More information about the macports-changes
mailing list