[66479] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Wed Apr 14 04:52:39 PDT 2010


Revision: 66479
          http://trac.macports.org/changeset/66479
Author:   stromnov at macports.org
Date:     2010-04-14 04:52:37 -0700 (Wed, 14 Apr 2010)
Log Message:
-----------
py26-babel: new port

Added Paths:
-----------
    trunk/dports/python/py26-babel/
    trunk/dports/python/py26-babel/Portfile

Added: trunk/dports/python/py26-babel/Portfile
===================================================================
--- trunk/dports/python/py26-babel/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-babel/Portfile	2010-04-14 11:52:37 UTC (rev 66479)
@@ -0,0 +1,30 @@
+# -*- 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-babel
+version             0.9.5
+categories          python
+platforms           darwin
+
+maintainers         stromnov openmaintainer
+
+description         A collection of tools for internationalizing Python applications.
+long_description    ${description}
+
+homepage            http://babel.edgewall.org/
+master_sites        http://ftp.edgewall.com/pub/babel/
+distname            Babel-${version}
+
+checksums           md5     05603f058644f81b9b5f75d0161a14dd \
+                    sha1    63e9b122c8cae065db067bb79385d457453c7dcc \
+                    rmd160  17d804b0ea273c6174dc5462d8923594326c26d0
+
+depends_lib-append  port:py26-distribute \
+                    port:py26-tz
+
+livecheck.type      regex
+livecheck.url       http://babel.edgewall.org/wiki/Download
+livecheck.regex     "Babel-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/python/py26-babel/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/20100414/64d9dc92/attachment.html>


More information about the macports-changes mailing list