[100746] trunk/dports/python/py-xar/Portfile

jmr at macports.org jmr at macports.org
Fri Dec 21 15:38:39 PST 2012


Revision: 100746
          https://trac.macports.org/changeset/100746
Author:   jmr at macports.org
Date:     2012-12-21 15:38:39 -0800 (Fri, 21 Dec 2012)
Log Message:
-----------
py-xar: switch to unified portgroup, set license

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

Modified: trunk/dports/python/py-xar/Portfile
===================================================================
--- trunk/dports/python/py-xar/Portfile	2012-12-21 23:27:26 UTC (rev 100745)
+++ trunk/dports/python/py-xar/Portfile	2012-12-21 23:38:39 UTC (rev 100746)
@@ -1,12 +1,12 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python 1.0
 
 name			py-xar
 version			0.4
-categories		python
 platforms		darwin
+license			BSD
 maintainers		afb openmaintainer
 description		Python bindings for xar
 long_description	The Python bindings for xar currently include a single \
@@ -15,9 +15,13 @@
 
 homepage		http://code.google.com/p/xar/wiki/pyxar
 
-depends_lib		port:xar \
-			port:py-pyrex
-
 master_sites		http://xar.googlecode.com/files/
 distname		pyxar-${version}
 checksums		md5 fec45900eada611df5091930598c69f4
+
+python.versions	24
+
+if {$subport != $name} {
+	depends_lib	port:xar \
+			port:py${python.version}-pyrex
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121221/afbfb652/attachment-0001.html>


More information about the macports-changes mailing list