[114271] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Tue Dec 3 22:57:35 PST 2013


Revision: 114271
          https://trac.macports.org/changeset/114271
Author:   stromnov at macports.org
Date:     2013-12-03 22:57:35 -0800 (Tue, 03 Dec 2013)
Log Message:
-----------
py-theano: new port

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

Added: trunk/dports/python/py-theano/Portfile
===================================================================
--- trunk/dports/python/py-theano/Portfile	                        (rev 0)
+++ trunk/dports/python/py-theano/Portfile	2013-12-04 06:57:35 UTC (rev 114271)
@@ -0,0 +1,38 @@
+# -*- 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-theano
+version             0.6.0
+revision            0
+categories-append   devel
+platforms           darwin
+license             BSD
+
+python.versions     27 33
+
+maintainers         stromnov openmaintainer
+
+description         Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.
+long_description    ${description}
+
+homepage            http://deeplearning.net/software/theano/
+master_sites        http://pypi.python.org/packages/source/T/Theano/
+
+distname            Theano-${version}
+
+checksums           rmd160  889f9bd8b2f4158ed7bcd008dc79ae6d10778409 \
+                    sha256  aaa75f9a9b7bf50f09ddcc01fb993cf47513179d0a7bee3d96bfeebd66e76083
+
+if {$subport != $name} {
+    depends_lib-append  port:py${python.version}-setuptools \
+                        port:py${python.version}-numpy \
+                        port:py${python.version}-scipy
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {Theano-(\d+(?:\.\d+)*)\.[tz]}
+}


Property changes on: trunk/dports/python/py-theano/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/20131203/4dd5b8c9/attachment.html>


More information about the macports-changes mailing list