[102020] trunk/dports/python

vince at macports.org vince at macports.org
Thu Jan 24 12:59:18 PST 2013


Revision: 102020
          https://trac.macports.org/changeset/102020
Author:   vince at macports.org
Date:     2013-01-24 12:59:18 -0800 (Thu, 24 Jan 2013)
Log Message:
-----------
Initial commit

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

Added: trunk/dports/python/py-bottleneck/Portfile
===================================================================
--- trunk/dports/python/py-bottleneck/Portfile	                        (rev 0)
+++ trunk/dports/python/py-bottleneck/Portfile	2013-01-24 20:59:18 UTC (rev 102020)
@@ -0,0 +1,31 @@
+# -*- 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-bottleneck
+description         Fast NumPy array functions written in Cython
+long_description    Bottleneck is a set of NumPy ufuncs rewritten in \
+					Cython to boost performance. The collection contains \
+					mainly operations dealing with NaN and sliding windows.
+categories			python math
+version             0.6.0
+license             BSD-like
+platforms           darwin
+maintainers         nomaintainer
+
+homepage            http://berkeleyanalytics.com/bottleneck
+master_sites        http://pypi.python.org/packages/source/B/Bottleneck
+distname            Bottleneck-${version}
+checksums           md5     44ede1261fae49445b695ac861e48cb9 \
+                    sha1    e622d39d0caa869a0427b3368dc93772a8b9fd57 \
+                    rmd160  4f7163a98610d44da269d346e41245cad9c7f8bd
+
+python.versions     26 27 31 32
+
+if {$subport != $name} {
+    depends_lib-append	port:py${python.version}-distribute \
+						port:py${python.version}-cython	\
+						port:py${python.version}-numpy
+}


Property changes on: trunk/dports/python/py-bottleneck/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130124/7a32ffe8/attachment.html>


More information about the macports-changes mailing list