[36471] trunk/dports/python

akira at macports.org akira at macports.org
Sat May 3 17:07:16 PDT 2008


Revision: 36471
          http://trac.macosforge.org/projects/macports/changeset/36471
Author:   akira at macports.org
Date:     2008-05-03 17:07:15 -0700 (Sat, 03 May 2008)

Log Message:
-----------
Upgraded simplejson to 1.9 and added docs

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

Modified: trunk/dports/python/py-simplejson/Portfile
===================================================================
--- trunk/dports/python/py-simplejson/Portfile	2008-05-03 23:30:47 UTC (rev 36470)
+++ trunk/dports/python/py-simplejson/Portfile	2008-05-04 00:07:15 UTC (rev 36471)
@@ -1,24 +1,33 @@
+# -*- 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			python24 1.0
+PortSystem          1.0
+PortGroup           python24 1.0
 
-name				py-simplejson
-version				1.8.1
-categories-append		www
-maintainers			openmaintainer stechert akira
-description			simplejson is a JSON encoder and decoder.
-long_description		${description}
+name                py-simplejson
+version             1.9
+categories-append   www
+maintainers         openmaintainer stechert akira
+description         simplejson is a JSON encoder and decoder.
+long_description    ${description}
 
-platforms			darwin
+platforms           darwin
 
-homepage			http://undefined.org/python/#simplejson
-master_sites			http://cheeseshop.python.org/packages/source/s/simplejson/
-distname			simplejson-${version}
+homepage            http://undefined.org/python/#simplejson
+master_sites        http://cheeseshop.python.org/packages/source/s/simplejson/
+distname            simplejson-${version}
 
-depends_lib			port:py-setuptools
+depends_lib         port:py-setuptools
 
-checksums			md5 7d024d6ae74abb269637be204e132bdc \
-				sha1 282ce1fcd0300814dc7df0b5c9dc253498fcae3f \
-				rmd160 003f3c83bdc0b7fff65a233320e3281b7a69b440
+checksums           md5 8780ac416325d22a59252f7cd9561373 \
+                    sha1 049c3e7dbc78a7844d6ce3112d5de77642fc06cc \
+                    rmd160 22b15e181ddee15e2756a6598d89e8fa3951d07f
 
+post-destroot {
+    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]
+    }
+}

Modified: trunk/dports/python/py25-simplejson/Portfile
===================================================================
--- trunk/dports/python/py25-simplejson/Portfile	2008-05-03 23:30:47 UTC (rev 36470)
+++ trunk/dports/python/py25-simplejson/Portfile	2008-05-04 00:07:15 UTC (rev 36471)
@@ -1,24 +1,33 @@
+# -*- 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
+PortSystem          1.0
+PortGroup           python25 1.0
 
-name				py25-simplejson
-version				1.8.1
-categories-append		www
-maintainers			openmaintainer stechert akira
-description			simplejson is a JSON encoder and decoder.
-long_description		${description}
+name                py25-simplejson
+version             1.9
+categories-append   www
+maintainers         openmaintainer stechert akira
+description         simplejson is a JSON encoder and decoder.
+long_description    ${description}
 
-platforms			darwin
+platforms           darwin
 
-homepage			http://undefined.org/python/#simplejson
-master_sites			http://cheeseshop.python.org/packages/source/s/simplejson/
-distname			simplejson-${version}
+homepage            http://undefined.org/python/#simplejson
+master_sites        http://cheeseshop.python.org/packages/source/s/simplejson/
+distname            simplejson-${version}
 
-depends_lib			port:py25-setuptools
+depends_lib         port:py25-setuptools
 
-checksums			md5 7d024d6ae74abb269637be204e132bdc \
-				sha1 282ce1fcd0300814dc7df0b5c9dc253498fcae3f \
-				rmd160 003f3c83bdc0b7fff65a233320e3281b7a69b440
+checksums           md5 8780ac416325d22a59252f7cd9561373 \
+                    sha1 049c3e7dbc78a7844d6ce3112d5de77642fc06cc \
+                    rmd160 22b15e181ddee15e2756a6598d89e8fa3951d07f
 
+post-destroot {
+    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]
+    }
+}

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


More information about the macports-changes mailing list