[71136] trunk/dports/python
stromnov at macports.org
stromnov at macports.org
Thu Sep 2 05:35:29 PDT 2010
Revision: 71136
http://trac.macports.org/changeset/71136
Author: stromnov at macports.org
Date: 2010-09-02 05:35:28 -0700 (Thu, 02 Sep 2010)
Log Message:
-----------
py26-colander: New port
Added Paths:
-----------
trunk/dports/python/py26-colander/
trunk/dports/python/py26-colander/Portfile
Added: trunk/dports/python/py26-colander/Portfile
===================================================================
--- trunk/dports/python/py26-colander/Portfile (rev 0)
+++ trunk/dports/python/py26-colander/Portfile 2010-09-02 12:35:28 UTC (rev 71136)
@@ -0,0 +1,29 @@
+# -*- 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 python26 1.0
+
+name py26-colander
+version 0.7.3
+maintainers stromnov openmaintainer
+
+description System for validating and deserializing data.
+long_description ${description}
+
+platforms darwin
+
+homepage http://docs.repoze.org/colander
+master_sites http://pypi.python.org/packages/source/c/colander/
+distname colander-${version}
+
+checksums md5 691e75e79b280760c77ee7e61cb5766d \
+ sha1 55d44aa3fff514e2c88a66e4166917b3306bbe63 \
+ rmd160 1ab298f714016c223fa7d1bd2ed499cc57419fc9
+
+depends_lib-append port:py26-iso8601 \
+ port:py26-translationstring
+
+livecheck.type regex
+livecheck.url ${master_sites}
+livecheck.regex "colander-(\\d+(?:\\.\\d+)*)${extract.suffix}"
Property changes on: trunk/dports/python/py26-colander/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100902/e9afe07b/attachment.html>
More information about the macports-changes
mailing list