[83729] trunk/dports/python/py25-simplejson/Portfile

singingwolfboy at macports.org singingwolfboy at macports.org
Fri Sep 9 13:01:22 PDT 2011


Revision: 83729
          http://trac.macports.org/changeset/83729
Author:   singingwolfboy at macports.org
Date:     2011-09-09 13:01:19 -0700 (Fri, 09 Sep 2011)
Log Message:
-----------
py25-simplejson: updated to 2.2.1

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

Modified: trunk/dports/python/py25-simplejson/Portfile
===================================================================
--- trunk/dports/python/py25-simplejson/Portfile	2011-09-09 19:54:59 UTC (rev 83728)
+++ trunk/dports/python/py25-simplejson/Portfile	2011-09-09 20:01:19 UTC (rev 83729)
@@ -5,29 +5,30 @@
 PortGroup           python25 1.0
 
 name                py25-simplejson
-version             2.0.9
+version             2.2.1
 categories-append   www
 maintainers         openmaintainer akitada
+license             MIT
 description         simplejson is a JSON encoder and decoder.
 long_description    ${description}
 
 platforms           darwin
 
 homepage            http://undefined.org/python/#simplejson
-master_sites        http://cheeseshop.python.org/packages/source/s/simplejson/
+master_sites        http://pypi.python.org/packages/source/s/simplejson/
 distname            simplejson-${version}
 
 depends_lib         port:py25-distribute
 
-checksums           md5     af5e67a39ca3408563411d357e6d5e47 \
-                    sha1    b5b26059adbe677b06c299bed30557fcb0c7df8c \
-                    rmd160  814a0b7aa11a361ba5eda0be93e30505c44409ad
+checksums           rmd160  c50cf48bf38a734dbd5905c8b4a136c7c2fa56bc \
+                    sha256  e85c5ae24dd9827113893c1dd2c799528195057388096f0fc45ad4b32b378c26
 
 post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${docdir}
     xinstall -m 644 -W ${worksrcpath} \
-        LICENSE.txt \
-        ${destroot}${prefix}/share/doc/${name}
-    foreach f [glob -directory ${worksrcpath}/docs *] {
-        copy $f ${destroot}${prefix}/share/doc/${name}/[file tail $f]
-    }
+        README.rst \
+        CHANGES.txt \
+        index.rst \
+        ${docdir}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110909/e3566e84/attachment.html>


More information about the macports-changes mailing list