[119243] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Mon Apr 21 07:44:40 PDT 2014


Revision: 119243
          https://trac.macports.org/changeset/119243
Author:   stromnov at macports.org
Date:     2014-04-21 07:44:40 -0700 (Mon, 21 Apr 2014)
Log Message:
-----------
py-cryptography: new port

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

Added: trunk/dports/python/py-cryptography/Portfile
===================================================================
--- trunk/dports/python/py-cryptography/Portfile	                        (rev 0)
+++ trunk/dports/python/py-cryptography/Portfile	2014-04-21 14:44:40 UTC (rev 119243)
@@ -0,0 +1,37 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-cryptography
+version             0.3
+revision            0
+categories-append   devel
+platforms           darwin
+license             Apache
+
+python.versions     27 33 34
+
+maintainers         stromnov openmaintainer
+
+description         Package which provides cryptographic recipes and primitives to Python developers.
+long_description    ${description}
+
+homepage            https://github.com/pyca/cryptography
+master_sites        https://pypi.python.org/packages/source/c/cryptography/
+
+distname            cryptography-${version}
+
+checksums           rmd160  8610bf7dd671f05cfd844023b1f391b4cc343e2c \
+                    sha256  372fe51b170cf313b06c6118044d0517a43196a44086893d2756ec6454a457f3
+
+if {${name} ne ${subport}} {
+    depends_lib-append  port:py${python.version}-six
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {cryptography-(\d+(?:\.\d+)*)\.[tz]}
+}


Property changes on: trunk/dports/python/py-cryptography/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140421/42d19c44/attachment.html>


More information about the macports-changes mailing list