[83732] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Fri Sep 9 13:38:43 PDT 2011


Revision: 83732
          http://trac.macports.org/changeset/83732
Author:   singingwolfboy at macports.org
Date:     2011-09-09 13:38:42 -0700 (Fri, 09 Sep 2011)
Log Message:
-----------
New port: py-tz-gae

Modified Paths:
--------------
    trunk/dports/python/py-tz-gae/Portfile

Added Paths:
-----------
    trunk/dports/python/py-tz-gae/

Modified: trunk/dports/python/py-tz-gae/Portfile
===================================================================
--- trunk/dports/python/py-tz/Portfile	2011-09-09 19:17:35 UTC (rev 83718)
+++ trunk/dports/python/py-tz-gae/Portfile	2011-09-09 20:38:42 UTC (rev 83732)
@@ -3,41 +3,29 @@
 PortSystem      1.0
 PortGroup       python 1.0
 
-name            py-tz
-set my_name     pytz
+name            py-tz-gae
+conflicts       py-tz
+set real_name   gaepytz
 version         2011h
-revision        1
 categories      python devel
 platforms       darwin
 supported_archs noarch
-maintainers     ram openmaintainer
+maintainers     nomaintainer
 license         MIT
 
-description     World Timezone Definitions for Python
+description     pytz tuned for Google App Engine
 long_description \
-    pytz brings the Olson tz database into Python. This library allows \
-    accurate and cross platform timezone calculations.
+    ${description}
 
-homepage        http://pytz.sourceforge.net/
-master_sites    http://cheeseshop.python.org/packages/source/p/pytz/
-distname        ${my_name}-${version}
-#use_zip         yes
+homepage        http://code.google.com/p/gae-pytz/
+master_sites    http://pypi.python.org/packages/source/g/${real_name}
+distname        ${real_name}-${version}
 
 python.versions 24 25 26 27 31 32
 
-checksums       md5 37248de48c28e1ae4ffb5ee47a298e4c \
-                sha1 46d8c71eb06631bc50fc1671b7a071758655a236 \
-                rmd160 30fb4fb855615df2ac8ca10cd160b7286a14bd10
+checksums       rmd160  f704e2c99016d115d27f03fd47c5cb89721fc9d4 \
+                sha256  d6e214fdc071c9a22234aed92ea763889501d0c000ee202b8a5493ef4390843b
 
-post-destroot {
-    if {${name} != ${subport}} {
-    set docdir ${prefix}/share/doc/${subport}
-    xinstall -d ${destroot}${docdir}
-    xinstall -m 644 -W $worksrcpath CHANGES.txt LICENSE.txt README.txt \
-        ${destroot}${docdir}
-    }
-}
-
 livecheck.type  regex
 livecheck.url   ${master_sites}?C=M&O=D
-livecheck.regex ${my_name}-(\\d+\\w?)
+livecheck.regex ${real_name}-(\\d+\\w?)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110909/8f318e08/attachment.html>


More information about the macports-changes mailing list