[92559] trunk/dports/python/py-pandas/Portfile
stromnov at macports.org
stromnov at macports.org
Tue May 1 04:31:31 PDT 2012
Revision: 92559
https://trac.macports.org/changeset/92559
Author: stromnov at macports.org
Date: 2012-05-01 04:31:31 -0700 (Tue, 01 May 2012)
Log Message:
-----------
py-pandas: add python32 subport (#34258)
Modified Paths:
--------------
trunk/dports/python/py-pandas/Portfile
Modified: trunk/dports/python/py-pandas/Portfile
===================================================================
--- trunk/dports/python/py-pandas/Portfile 2012-05-01 11:06:16 UTC (rev 92558)
+++ trunk/dports/python/py-pandas/Portfile 2012-05-01 11:31:31 UTC (rev 92559)
@@ -6,7 +6,7 @@
name py-pandas
version 0.7.3
-revision 0
+revision 1
categories-append science
license BSD
platforms darwin
@@ -26,18 +26,22 @@
sha256 b770599f37fe7ee3d30755c48c8a0916e7cc4e04fbb8d531eb2536b408b05d0d
python.default_version 27
-python.versions 26 27
+python.versions 26 27 32
if {$subport != $name} {
- depends_lib port:py${python.version}-numpy \
+ depends_lib-append \
+ port:py${python.version}-numpy \
port:py${python.version}-dateutil \
port:py${python.version}-distribute \
port:py${python.version}-scipy \
- port:py${python.version}-tables \
- port:py${python.version}-matplotlib \
- port:py${python.version}-scikits-statsmodels \
port:py${python.version}-tz
+ if {$subport == "py26-pandas" || $subport == "py27-pandas" } {
+ depends_lib-append \
+ port:py${python.version}-tables \
+ port:py${python.version}-matplotlib
+ }
+
post-destroot {
# scikits/__init__.py is provided by scikits-module
file delete ${destroot}${python.pkgd}/scikits/__init__.py
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120501/e20b39e9/attachment.html>
More information about the macports-changes
mailing list