[137930] trunk/dports/python/py-cryptography/Portfile

stromnov at macports.org stromnov at macports.org
Tue Jun 23 01:20:46 PDT 2015


Revision: 137930
          https://trac.macports.org/changeset/137930
Author:   stromnov at macports.org
Date:     2015-06-23 01:20:46 -0700 (Tue, 23 Jun 2015)
Log Message:
-----------
py-cryptography: add dependencies

Modified Paths:
--------------
    trunk/dports/python/py-cryptography/Portfile

Modified: trunk/dports/python/py-cryptography/Portfile
===================================================================
--- trunk/dports/python/py-cryptography/Portfile	2015-06-23 08:19:56 UTC (rev 137929)
+++ trunk/dports/python/py-cryptography/Portfile	2015-06-23 08:20:46 UTC (rev 137930)
@@ -6,7 +6,7 @@
 
 name                py-cryptography
 version             0.9.1
-revision            0
+revision            1
 categories-append   devel
 platforms           darwin
 license             BSD
@@ -30,10 +30,12 @@
     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
+        depends_lib-append  port:py${python.version}-enum34 \
+                            port:py${python.version}-ipaddress
     }
 
     livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150623/434fa5fb/attachment.html>


More information about the macports-changes mailing list