[126086] trunk/dports/devel/bzr/Portfile

jmr at macports.org jmr at macports.org
Fri Oct 3 05:40:54 PDT 2014


Revision: 126086
          https://trac.macports.org/changeset/126086
Author:   jmr at macports.org
Date:     2014-10-03 05:40:54 -0700 (Fri, 03 Oct 2014)
Log Message:
-----------
bzr: use unified python portgroup

Modified Paths:
--------------
    trunk/dports/devel/bzr/Portfile

Modified: trunk/dports/devel/bzr/Portfile
===================================================================
--- trunk/dports/devel/bzr/Portfile	2014-10-03 12:38:37 UTC (rev 126085)
+++ trunk/dports/devel/bzr/Portfile	2014-10-03 12:40:54 UTC (rev 126086)
@@ -1,7 +1,7 @@
 # $Id$
 
 PortSystem    1.0
-PortGroup     python27 1.0
+PortGroup     python 1.0
 
 name          bzr
 version       2.6.0
@@ -27,13 +27,15 @@
               rmd160  794dbc585fd1acc711b59016d0b2c3dfe97927d7 \
               sha256  0994797182eb828867eee81cccc79480bd2946c99304266bc427b902cf91dab0
 
+python.default_version  27
+
 patchfiles    patch-setup.py.diff
 
-depends_lib-append  port:py27-paramiko \
-                    port:py27-crypto \
-                    port:py27-curl \
-                    port:py27-docutils \
-                    port:py27-pyrex
+depends_lib-append  port:py${python.version}-paramiko \
+                    port:py${python.version}-crypto \
+                    port:py${python.version}-curl \
+                    port:py${python.version}-docutils \
+                    port:py${python.version}-pyrex
 
 test.run      yes
 test.cmd      make
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141003/d2964759/attachment.html>


More information about the macports-changes mailing list