[100440] trunk/dports/python

jmr at macports.org jmr at macports.org
Wed Dec 12 06:00:17 PST 2012


Revision: 100440
          https://trac.macports.org/changeset/100440
Author:   jmr at macports.org
Date:     2012-12-12 06:00:17 -0800 (Wed, 12 Dec 2012)
Log Message:
-----------
py26-sogl: move to unified portgroup, license, noarch

Modified Paths:
--------------
    trunk/dports/python/py-sogl/Portfile

Added Paths:
-----------
    trunk/dports/python/py-sogl/

Removed Paths:
-------------
    trunk/dports/python/py26-sogl/

Modified: trunk/dports/python/py-sogl/Portfile
===================================================================
--- trunk/dports/python/py26-sogl/Portfile	2012-12-12 11:39:09 UTC (rev 100437)
+++ trunk/dports/python/py-sogl/Portfile	2012-12-12 14:00:17 UTC (rev 100440)
@@ -2,11 +2,12 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python26 1.0
+PortGroup           python 1.0
 
-name                py26-sogl
+name                py-sogl
 version             0.2.0
 categories-append   science
+license             wxwidgets
 maintainers         fmf.uni-freiburg.de:klaus.zimmermann rowue openmaintainer
 description         slightly modified version of the object graphics library
 long_description    The object graphics library is a canvas library inside the \
@@ -15,8 +16,7 @@
 homepage            http://www.fmf.uni-freiburg.de/service/servicegruppen/sg_wissinfo/Software/Pyphant
 
 platforms           darwin
-depends_build       port:py26-distribute
-# depends_lib         port:py26-scipy
+supported_archs     noarch
 
 master_sites        http://pypi.python.org/packages/source/s/sogl/
 distname            sogl-${version}
@@ -26,4 +26,9 @@
                     sha1    d8596c04c5111de2ac8278f230d7e1e9fbcf4166 \
                     rmd160  f4dc7898ca9ada9aeede9335ceab5bea73cc65bd
 
-use_configure       no
+python.versions     26
+
+if {$subport !=$name} {
+    depends_build       port:py${python.version}-distribute
+    # depends_lib         port:py${python.version}-scipy
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121212/0492dea9/attachment.html>


More information about the macports-changes mailing list