[26727] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 5 06:00:57 PDT 2007


Revision: 26727
          http://trac.macosforge.org/projects/macports/changeset/26727
Author:   afb at macports.org
Date:     2007-07-05 06:00:57 -0700 (Thu, 05 Jul 2007)

Log Message:
-----------
new port, requirement for repoview

Added Paths:
-----------
    trunk/dports/python/py-kid/
    trunk/dports/python/py-kid/Portfile

Added: trunk/dports/python/py-kid/Portfile
===================================================================
--- trunk/dports/python/py-kid/Portfile	                        (rev 0)
+++ trunk/dports/python/py-kid/Portfile	2007-07-05 13:00:57 UTC (rev 26727)
@@ -0,0 +1,26 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python24 1.0
+
+name			py-kid
+version			0.9.5
+platforms		darwin
+categories		python
+maintainers		afb at macports.org
+description		A simple and pythonic XML template language
+long_description	Kid is a simple, Python-based template language for \
+			generating and transforming XML vocabularies.
+
+homepage		http://www.kid-templating.org/
+master_sites		${homepage}dist/${version}/
+distname		kid-${version}
+checksums		md5 61545377ea95704852bf5a894f7cae26
+
+depends_lib-append	port:py-celementtree
+
+test.run		yes
+
+livecheck.check regex
+livecheck.url   ${homepage}
+livecheck.regex stable version of Kid is (\[0-9\.-\]+)


Property changes on: trunk/dports/python/py-kid/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070705/14db565f/attachment.html


More information about the macports-changes mailing list