[105246] trunk/dports/python/py-bottleneck/Portfile
stromnov at macports.org
stromnov at macports.org
Mon Apr 15 00:40:51 PDT 2013
Revision: 105246
https://trac.macports.org/changeset/105246
Author: stromnov at macports.org
Date: 2013-04-15 00:40:50 -0700 (Mon, 15 Apr 2013)
Log Message:
-----------
py-bottleneck: reformat, change maintainer
Modified Paths:
--------------
trunk/dports/python/py-bottleneck/Portfile
Modified: trunk/dports/python/py-bottleneck/Portfile
===================================================================
--- trunk/dports/python/py-bottleneck/Portfile 2013-04-15 06:49:49 UTC (rev 105245)
+++ trunk/dports/python/py-bottleneck/Portfile 2013-04-15 07:40:50 UTC (rev 105246)
@@ -5,27 +5,38 @@
PortGroup python 1.0
name py-bottleneck
+version 0.6.0
+revision 0
+categories-append math
+platforms darwin
+license BSD-like
+
+python.versions 26 27 31 32 33
+
+maintainers stromnov openmaintainer
+
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-append 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
+checksums rmd160 4f7163a98610d44da269d346e41245cad9c7f8bd \
+ sha256 eddfdc0492e7b0d2749d4a8861503186446d09d73f3eeb3f064a80313ded2f65
if {$subport != $name} {
depends_lib-append port:py${python.version}-distribute \
port:py${python.version}-cython \
port:py${python.version}-numpy
+
+ livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${master_sites}
+ livecheck.regex "Bottleneck-(\\d+(?:\\.\\d+)*)${extract.suffix}"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130415/85714888/attachment.html>
More information about the macports-changes
mailing list