[107108] trunk/dports/devel/closure-linter/Portfile

jmr at macports.org jmr at macports.org
Tue Jun 18 11:14:52 PDT 2013


Revision: 107108
          https://trac.macports.org/changeset/107108
Author:   jmr at macports.org
Date:     2013-06-18 11:14:52 -0700 (Tue, 18 Jun 2013)
Log Message:
-----------
closure-linter: use unified python portgroup, fix setuptools dep type

Modified Paths:
--------------
    trunk/dports/devel/closure-linter/Portfile

Modified: trunk/dports/devel/closure-linter/Portfile
===================================================================
--- trunk/dports/devel/closure-linter/Portfile	2013-06-18 18:05:54 UTC (rev 107107)
+++ trunk/dports/devel/closure-linter/Portfile	2013-06-18 18:14:52 UTC (rev 107108)
@@ -2,7 +2,7 @@
 # $Id$
 
 PortSystem         1.0
-PortGroup          python27 1.0
+PortGroup          python 1.0
 
 name               closure-linter
 version            2.3.5
@@ -22,9 +22,11 @@
 master_sites       googlecode:closure-linter
 distname           closure_linter-${version}
 
-depends_lib-append port:py27-setuptools \
-                   port:py27-gflags
+python.default_version 27
 
+depends_build      port:py${python.version}-setuptools
+depends_lib-append port:py${python.version}-gflags
+
 checksums          rmd160  af22306a32ec58fb083a7bebb82406fa33377ce6 \
                    sha256  3c5fc9d3eb7c62f6d203a136a8bc37e89b80c467603c37dbc5a2626145abd93d
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130618/16d1e72b/attachment.html>


More information about the macports-changes mailing list