[105730] trunk/dports/python

jmr at macports.org jmr at macports.org
Fri May 3 16:29:49 PDT 2013


Revision: 105730
          https://trac.macports.org/changeset/105730
Author:   jmr at macports.org
Date:     2013-05-03 16:29:49 -0700 (Fri, 03 May 2013)
Log Message:
-----------
py*-pymacs: unify, license, noarch

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

Added Paths:
-----------
    trunk/dports/python/py-pymacs/

Removed Paths:
-------------
    trunk/dports/python/py26-pymacs/
    trunk/dports/python/py27-pymacs/

Modified: trunk/dports/python/py-pymacs/Portfile
===================================================================
--- trunk/dports/python/py27-pymacs/Portfile	2013-05-03 22:31:06 UTC (rev 105728)
+++ trunk/dports/python/py-pymacs/Portfile	2013-05-03 23:29:49 UTC (rev 105730)
@@ -2,11 +2,13 @@
 # $Id$
 
 PortSystem		1.0
-PortGroup		python27 1.0
+PortGroup		python 1.0
 
-name			py27-pymacs
+name			py-pymacs
 version	        0.23
 platforms		darwin
+supported_archs	noarch
+license         GPL-2+
 maintainers		nomaintainer
 description		python/emacs integration 
 long_description	Pymacs is a powerful tool which, once started from Emacs, \
@@ -16,7 +18,13 @@
 load and use Python modules. Python functions may themselves use Emacs services, \
 and handle Emacs Lisp objects kept in Emacs Lisp space. 
 homepage		http://pymacs.progiciels-bpi.ca/pymacs.html
-master_sites	http://pymacs.progiciels-bpi.ca/archives/
+master_sites	http://pymacs.progiciels-bpi.ca/archives/ \
+		http://distfiles.macports.org/python/
 distname          Pymacs-${version}
-depends_lib       port:py27-distribute
 checksums		sha1 1293b69db60726bb6a5cfaddd627a11650c39c54
+
+python.versions	26 27
+
+if {$subport != $name} {
+    depends_lib       port:py${python.version}-distribute
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130503/d84f7230/attachment.html>


More information about the macports-changes mailing list