[30119] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Sat Oct 20 06:52:57 PDT 2007


Revision: 30119
          http://trac.macosforge.org/projects/macports/changeset/30119
Author:   nox at macports.org
Date:     2007-10-20 06:52:56 -0700 (Sat, 20 Oct 2007)

Log Message:
-----------
py25-tz: New port.

Modified Paths:
--------------
    trunk/dports/python/py25-tz/Portfile

Added Paths:
-----------
    trunk/dports/python/py25-tz/

Copied: trunk/dports/python/py25-tz (from rev 30117, trunk/dports/python/py-tz)

Modified: trunk/dports/python/py25-tz/Portfile
===================================================================
--- trunk/dports/python/py-tz/Portfile	2007-10-20 10:37:54 UTC (rev 30117)
+++ trunk/dports/python/py25-tz/Portfile	2007-10-20 13:52:56 UTC (rev 30119)
@@ -1,19 +1,37 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup python24 1.0
+PortSystem      1.0
+PortGroup       python25 1.0
 
-name			py-tz
-version			2007c
-categories		python devel
-maintainers		landonf at threerings.net
-description		World Timezone Definitions for Python
-long_description	pytz brings the Olson tz database into Python. \
-			This library allows accurate and cross platform \
-			timezone calculations using Python 2.3 or higher.
+name            py25-tz
+set my_name     pytz
+version         2007g
+categories-append   devel
+maintainers     nox
+description     World Timezone Definitions for Python
 
-homepage		http://pytz.sourceforge.net/
-master_sites		http://cheeseshop.python.org/packages/source/p/pytz/
-distname		pytz-${version}
-use_bzip2		yes
-checksums		md5 57bbdf75e30ddbdd18ac4e6cdca07cdc
+long_description \
+    pytz brings the Olson tz database into Python. This library allows \
+    accurate and cross platform timezone calculations using Python 2.3 \
+    or higher.
+
+homepage        http://pytz.sourceforge.net/
+master_sites    http://cheeseshop.python.org/packages/source/p/pytz/
+distname        ${my_name}-${version}
+use_bzip2       yes
+
+checksums       md5 cb92fe978af20b389d58a5d46c083618 \
+                sha1 c1408c3f31cbd95fbabc839d1037ab85247fb3bb \
+                rmd160 127ae0070c15bb3fa061a188083af3b4602818a6
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}-${version}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 0644 -W ${worksrcpath} CHANGES.txt LICENSE.txt README.txt \
+        ${destroot}${docdir}
+}
+
+livecheck.check regex
+livecheck.url   ${master_sites}?C=M&O=D
+livecheck.regex ${my_name}-(\\d+\\w?)
+

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


More information about the macports-changes mailing list