[126502] trunk/dports/science/ligo-gracedb/Portfile

jmr at macports.org jmr at macports.org
Fri Oct 10 21:39:31 PDT 2014


Revision: 126502
          https://trac.macports.org/changeset/126502
Author:   jmr at macports.org
Date:     2014-10-10 21:39:30 -0700 (Fri, 10 Oct 2014)
Log Message:
-----------
ligo-gracedb: use unified python portgroup

Modified Paths:
--------------
    trunk/dports/science/ligo-gracedb/Portfile

Modified: trunk/dports/science/ligo-gracedb/Portfile
===================================================================
--- trunk/dports/science/ligo-gracedb/Portfile	2014-10-11 04:35:15 UTC (rev 126501)
+++ trunk/dports/science/ligo-gracedb/Portfile	2014-10-11 04:39:30 UTC (rev 126502)
@@ -1,14 +1,15 @@
 # $Id$
 
 PortSystem    1.0
-PortGroup     python27 1.0
+PortGroup     python 1.0
 
 name          ligo-gracedb
 version       1.14
 categories    science
 platforms     darwin
+supported_archs noarch
 maintainers   ram
-license       GPL
+license       GPL-3+
 
 description   Gravitational-wave Candidate Event Database
 long_description \
@@ -23,9 +24,11 @@
 checksums     rmd160 4166931d96a9428c2e2fed9718eb31a1e13dd580 \
               sha256 56286749f7984ef21f80fa6c72a41c764fbae2434c9391a931ae81ceeb99b0cc
 
+python.default_version  27
+
 depends_lib-append port:ligo-common \
-                   port:py27-m2crypto \
-                   port:py27-cjson
+                   port:py${python.version}-m2crypto \
+                   port:py${python.version}-cjson
 
 python.link_binaries_suffix
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141010/56196790/attachment.html>


More information about the macports-changes mailing list