[71134] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Thu Sep 2 04:27:45 PDT 2010


Revision: 71134
          http://trac.macports.org/changeset/71134
Author:   stromnov at macports.org
Date:     2010-09-02 04:27:41 -0700 (Thu, 02 Sep 2010)
Log Message:
-----------
py26-iso8601: New port.

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

Added: trunk/dports/python/py26-iso8601/Portfile
===================================================================
--- trunk/dports/python/py26-iso8601/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-iso8601/Portfile	2010-09-02 11:27:41 UTC (rev 71134)
@@ -0,0 +1,26 @@
+# -*- 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-iso8601
+version             0.1.4
+maintainers         stromnov openmaintainer
+
+description         Simple module to parse ISO 8601 dates
+long_description    ${description}
+
+platforms           darwin
+
+homepage            http://code.google.com/p/pyiso8601/
+master_sites        http://pypi.python.org/packages/source/i/iso8601/
+distname            iso8601-${version}
+
+checksums           md5     f63c17a1786b9fe48d05b43d61970f85 \
+                    sha1    91af50a59c7af07b59ec7dbd2dd3e4f6cd2a8c0d \
+                    rmd160  5783da9bf409c23afd90c286465948af9c12dc1b
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "iso8601-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/python/py26-iso8601/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/18e2a4be/attachment.html>


More information about the macports-changes mailing list