[88898] trunk/dports/python/py-bpython/Portfile

dports at macports.org dports at macports.org
Sat Jan 14 15:44:36 PST 2012


Revision: 88898
          http://trac.macports.org/changeset/88898
Author:   dports at macports.org
Date:     2012-01-14 15:44:32 -0800 (Sat, 14 Jan 2012)
Log Message:
-----------
py-bpython: set select.group/file in subports only
(fixes use of ${python.version} in stub port; see #32840)

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

Modified: trunk/dports/python/py-bpython/Portfile
===================================================================
--- trunk/dports/python/py-bpython/Portfile	2012-01-14 23:27:54 UTC (rev 88897)
+++ trunk/dports/python/py-bpython/Portfile	2012-01-14 23:44:32 UTC (rev 88898)
@@ -21,8 +21,6 @@
                         sha256  73546a3162ddd9da400ded365c65393989221397da54690e4d25f1ddef3dbc16
 
 python.versions         25 26 27 31 32
-select.group            bpython
-select.file             ${filespath}/bpython${python.version} 
 
 subport py25-bpython {
     python.link_binaries    no
@@ -42,6 +40,9 @@
                             port:py${python.version}-pygments \
                             port:py${python.version}-distribute
 
+    select.group            bpython
+    select.file             ${filespath}/bpython${python.version}
+    
     post-destroot {
         if {${python.branch} == "2.5"} {
             set pyetc ${destroot}${prefix}/share/${subport}/etc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120114/1887df90/attachment.html>


More information about the macports-changes mailing list