[68182] trunk/dports/python

phw at macports.org phw at macports.org
Fri May 28 11:31:25 PDT 2010


Revision: 68182
          http://trac.macports.org/changeset/68182
Author:   phw at macports.org
Date:     2010-05-28 11:31:21 -0700 (Fri, 28 May 2010)
Log Message:
-----------
Renamed Port and configured it for different python variants

Modified Paths:
--------------
    trunk/dports/python/rgm3800py/Portfile

Added Paths:
-----------
    trunk/dports/python/rgm3800py/

Property Changed:
----------------
    trunk/dports/python/rgm3800py/Portfile

Modified: trunk/dports/python/rgm3800py/Portfile
===================================================================
--- trunk/dports/python/py27-rgm3800py/Portfile	2010-05-28 16:46:31 UTC (rev 68175)
+++ trunk/dports/python/rgm3800py/Portfile	2010-05-28 18:31:21 UTC (rev 68182)
@@ -1,9 +1,12 @@
-# $Id: Portfile 
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
 
+
 PortSystem          1.0
-PortGroup           python27 1.0
+PortGroup           python26 1.0
+categories			python comms 
 
-name                py27-rgm3800py
+name                rgm3800py
 version             25
 maintainers         phw openmaintainer
 description         Access Royaltek RGM-3800 and compatible GPS datalogger
@@ -35,4 +38,24 @@
     file copy ${portpath}/${filesdir}/setup.py  ${workpath}/${distname}/
     }
 
+default_variants    python26
+
+
+variant python27 conflicts python24 python25 python26 description {Use ${name} with python27} {
+    PortGroup python27 1.0
+}
+
+variant python26 conflicts python24 python25 python27 description {Use ${name} with python26 (default)} {
+    PortGroup python26 1.0
+}
+
+variant python25 conflicts python24 python26 python27 description {Use ${name} with python25} {
+    PortGroup python25 1.0
+}
+
+variant python24 conflicts python25 python26 python27 description {Use ${name} with python24} {
+    PortGroup python24 1.0
+}
+
+
 notes "RGM3800 needs a PL2303 USB driver, i.e. http://osx-pl2303.sourceforge.net/"


Property changes on: trunk/dports/python/rgm3800py/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100528/0ca41d9e/attachment.html>


More information about the macports-changes mailing list