[49922] trunk/dports/python

blb at macports.org blb at macports.org
Mon Apr 20 00:16:52 PDT 2009


Revision: 49922
          http://trac.macports.org/changeset/49922
Author:   blb at macports.org
Date:     2009-04-20 00:16:37 -0700 (Mon, 20 Apr 2009)
Log Message:
-----------
New port - python/py26-kid, A simple and pythonic XML template language

Modified Paths:
--------------
    trunk/dports/python/py26-kid/Portfile

Added Paths:
-----------
    trunk/dports/python/py26-kid/

Modified: trunk/dports/python/py26-kid/Portfile
===================================================================
--- trunk/dports/python/py25-kid/Portfile	2009-04-19 23:37:33 UTC (rev 49912)
+++ trunk/dports/python/py26-kid/Portfile	2009-04-20 07:16:37 UTC (rev 49922)
@@ -1,13 +1,13 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python25 1.0
+PortGroup python26 1.0
 
-name			py25-kid
+name			py26-kid
 version			0.9.6
 platforms		darwin
 categories		python
-maintainers		afb at macports.org openmaintainer
+maintainers		nomaintainer
 description		A simple and pythonic XML template language
 long_description	Kid is a simple, Python-based template language for \
 			generating and transforming XML vocabularies.
@@ -17,11 +17,17 @@
 distname		kid-${version}
 checksums		md5 4233e592eee906039ad3dcbedbf6e972
 
-depends_lib-append	port:py25-celementtree
-depends_build-append	port:py25-setuptools
+depends_lib-append	port:py26-celementtree
+depends_build-append	port:py26-setuptools
 
+post-destroot {
+    ln -s ${python.prefix}/bin/kid ${destroot}${prefix}/bin/kid-2.6
+    ln -s ${python.prefix}/bin/kidc ${destroot}${prefix}/bin/kidc-2.6
+}
+
 test.run		yes
 
 livecheck.check regex
 livecheck.url   ${homepage}
 livecheck.regex stable version of Kid is (\[0-9\.-\]+)
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090420/52cb708c/attachment-0001.html>


More information about the macports-changes mailing list