[33414] trunk/dports/python

jochen at macports.org jochen at macports.org
Sat Jan 26 05:26:35 PST 2008


Revision: 33414
          http://trac.macosforge.org/projects/macports/changeset/33414
Author:   jochen at macports.org
Date:     2008-01-26 05:25:35 -0800 (Sat, 26 Jan 2008)

Log Message:
-----------
Provide python25 copy of py-gsl

Modified Paths:
--------------
    trunk/dports/python/py25-gsl/Portfile

Added Paths:
-----------
    trunk/dports/python/py25-gsl/

Copied: trunk/dports/python/py25-gsl (from rev 33413, trunk/dports/python/py-gsl)

Modified: trunk/dports/python/py25-gsl/Portfile
===================================================================
--- trunk/dports/python/py-gsl/Portfile	2008-01-26 12:56:28 UTC (rev 33413)
+++ trunk/dports/python/py25-gsl/Portfile	2008-01-26 13:25:35 UTC (rev 33414)
@@ -1,12 +1,11 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem              1.0
-PortGroup               python24 1.0
+PortGroup               python25 1.0
 
 name                    py-gsl
 version                 0.9.1
-revision                1
 categories              python science
 platforms               darwin
 maintainers             openmaintainer jochen
@@ -33,17 +32,17 @@
 
 variant numarray conflicts numpy Numeric description "Use numarray as array-object" {
     depends_lib-append      port:gsl \
-                            port:py-numarray
+                            port:py25-numarray
     build.args              --array-object=numarray
 }
 variant Numeric conflicts numarray numpy description "Use Numeric as array-object" {
     depends_lib-append      port:gsl \
-                            port:py-numeric
+                            port:py25-numeric
     build.args              --array-object=Numeric
 }
 variant numpy conflicts numarray Numeric description "Use numpy as array-object" {
     depends_lib-append      port:gsl \
-                            port:py-numpy
+                            port:py25-numpy
     build.args              --array-object=numpy
 }
 if { ![variant_isset numarray] && ![variant_isset Numeric] && ![variant_isset numpy] } {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080126/3a3092d6/attachment-0001.html


More information about the macports-changes mailing list