[102608] trunk/dports/python/py-pss

sean at macports.org sean at macports.org
Mon Feb 4 21:46:33 PST 2013


Revision: 102608
          https://trac.macports.org/changeset/102608
Author:   sean at macports.org
Date:     2013-02-04 21:46:33 -0800 (Mon, 04 Feb 2013)
Log Message:
-----------
py-pss: add select group and files

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

Added Paths:
-----------
    trunk/dports/python/py-pss/files/
    trunk/dports/python/py-pss/files/py26-pss
    trunk/dports/python/py-pss/files/py27-pss
    trunk/dports/python/py-pss/files/py31-pss
    trunk/dports/python/py-pss/files/py32-pss
    trunk/dports/python/py-pss/files/py33-pss

Modified: trunk/dports/python/py-pss/Portfile
===================================================================
--- trunk/dports/python/py-pss/Portfile	2013-02-05 05:46:22 UTC (rev 102607)
+++ trunk/dports/python/py-pss/Portfile	2013-02-05 05:46:33 UTC (rev 102608)
@@ -3,6 +3,7 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
+PortGroup           select 1.0
 PortGroup           bitbucket 1.0
 
 bitbucket.setup     eliben pss 0.36 v
@@ -24,5 +25,18 @@
 python.versions     26 27 31 32 33
 
 if {${name} != ${subport}} {
+
+    depends_run         port:py-pss_select
+
+    select.group        py-pss
+    select.file         ${filespath}/py${python.version}-pss
+
     livecheck.type  none
+
+    notes "
+To make the Python ${python.branch} version of py-pss the one that is run\
+when you execute the commands without a version suffix, e.g. 'pss', run:
+
+port select --set ${select.group} [file tail ${select.file}]
+"
 }

Added: trunk/dports/python/py-pss/files/py26-pss
===================================================================
--- trunk/dports/python/py-pss/files/py26-pss	                        (rev 0)
+++ trunk/dports/python/py-pss/files/py26-pss	2013-02-05 05:46:33 UTC (rev 102608)
@@ -0,0 +1 @@
+bin/pss-2.6

Added: trunk/dports/python/py-pss/files/py27-pss
===================================================================
--- trunk/dports/python/py-pss/files/py27-pss	                        (rev 0)
+++ trunk/dports/python/py-pss/files/py27-pss	2013-02-05 05:46:33 UTC (rev 102608)
@@ -0,0 +1 @@
+bin/pss-2.7

Added: trunk/dports/python/py-pss/files/py31-pss
===================================================================
--- trunk/dports/python/py-pss/files/py31-pss	                        (rev 0)
+++ trunk/dports/python/py-pss/files/py31-pss	2013-02-05 05:46:33 UTC (rev 102608)
@@ -0,0 +1 @@
+bin/pss-3.1

Added: trunk/dports/python/py-pss/files/py32-pss
===================================================================
--- trunk/dports/python/py-pss/files/py32-pss	                        (rev 0)
+++ trunk/dports/python/py-pss/files/py32-pss	2013-02-05 05:46:33 UTC (rev 102608)
@@ -0,0 +1 @@
+bin/pss-3.2

Added: trunk/dports/python/py-pss/files/py33-pss
===================================================================
--- trunk/dports/python/py-pss/files/py33-pss	                        (rev 0)
+++ trunk/dports/python/py-pss/files/py33-pss	2013-02-05 05:46:33 UTC (rev 102608)
@@ -0,0 +1 @@
+bin/pss-3.3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130204/82b73a08/attachment.html>


More information about the macports-changes mailing list