[93373] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Sun May 20 16:50:37 PDT 2012


Revision: 93373
          https://trac.macports.org/changeset/93373
Author:   singingwolfboy at macports.org
Date:     2012-05-20 16:50:37 -0700 (Sun, 20 May 2012)
Log Message:
-----------
Unified py25-rfc3339 port, added py26 and py27 variants

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

Removed Paths:
-------------
    trunk/dports/python/py25-rfc3339/Portfile

Copied: trunk/dports/python/py-rfc3339/Portfile (from rev 93285, trunk/dports/python/py25-rfc3339/Portfile)
===================================================================
--- trunk/dports/python/py-rfc3339/Portfile	                        (rev 0)
+++ trunk/dports/python/py-rfc3339/Portfile	2012-05-20 23:50:37 UTC (rev 93373)
@@ -0,0 +1,25 @@
+# -*- 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           python 1.0
+
+name                py-rfc3339
+set real_name       rfc3339
+version             5
+python.versions     25 26 27
+python.default_version 27
+maintainers         singingwolfboy openmaintainer
+license             ISCL
+description         Formats dates according to the RFC 3339.
+long_description    \
+    ${description}
+
+platforms           darwin
+
+homepage            http://pypi.python.org/pypi/${real_name}/
+master_sites        http://pypi.python.org/packages/source/r/${real_name}
+distname            ${real_name}-${version}
+
+checksums           rmd160  0a79a0a39ab859460145ad7823bc4e941c383645 \
+                    sha256  a57c4ca95e1faab2ed717daab7659f9bf3dda9ec80698b41f011211dad58fa21

Deleted: trunk/dports/python/py25-rfc3339/Portfile
===================================================================
--- trunk/dports/python/py25-rfc3339/Portfile	2012-05-20 23:42:37 UTC (rev 93372)
+++ trunk/dports/python/py25-rfc3339/Portfile	2012-05-20 23:50:37 UTC (rev 93373)
@@ -1,23 +0,0 @@
-# -*- 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           python25 1.0
-
-name                py25-rfc3339
-set real_name       rfc3339
-version             5
-maintainers         singingwolfboy openmaintainer
-license             ISCL
-description         Formats dates according to the RFC 3339.
-long_description    \
-    ${description}
-
-platforms           darwin
-
-homepage            http://pypi.python.org/pypi/${real_name}/
-master_sites        http://pypi.python.org/packages/source/r/${real_name}
-distname            ${real_name}-${version}
-
-checksums           rmd160  0a79a0a39ab859460145ad7823bc4e941c383645 \
-                    sha256  a57c4ca95e1faab2ed717daab7659f9bf3dda9ec80698b41f011211dad58fa21
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120520/ad6c38ba/attachment.html>


More information about the macports-changes mailing list