[128429] trunk/dports/python

snc at macports.org snc at macports.org
Thu Nov 20 19:57:36 PST 2014


Revision: 128429
          https://trac.macports.org/changeset/128429
Author:   snc at macports.org
Date:     2014-11-20 19:57:36 -0800 (Thu, 20 Nov 2014)
Log Message:
-----------
py-libnacl: create python wrapper for libsodium, #45898

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

Added: trunk/dports/python/py-libnacl/Portfile
===================================================================
--- trunk/dports/python/py-libnacl/Portfile	                        (rev 0)
+++ trunk/dports/python/py-libnacl/Portfile	2014-11-21 03:57:36 UTC (rev 128429)
@@ -0,0 +1,35 @@
+# -*- 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           github 1.0
+PortGroup           python 1.0
+
+github.setup        saltstack libnacl 1.4.0 v
+name                py-libnacl
+categories          net
+platforms           darwin
+maintainers         saltstack.com:cr
+license             Apache-2
+supported_archs     noarch
+distname            v1.4.0
+
+description         Libnacl is a Python binding for the libsodium NaCl crypto \
+                    library.
+
+long_description    Libnacl is a Python binding for the libsodium NaCl crypto \
+                    library.
+
+homepage            http://github.com/saltstack/libnacl
+
+python.versions 27 34
+
+checksums           rmd160 573c6d621926268a478518c0c03080d58cccf8ae \
+                    sha256 50bf608a23ec10040f9a8e4666b89b8bebac40f3bee91c528e5356162433452e
+
+if {${name} ne ${subport}} {
+    depends_lib     port:py${python.version}-setuptools \
+                    port:py${python.version}-six
+}
+
+depends_lib-append  port:libsodium


Property changes on: trunk/dports/python/py-libnacl/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/20141120/40fce41c/attachment.html>


More information about the macports-changes mailing list