Ticket #14235: py-simplejson.diff

File py-simplejson.diff, 1.6 KB (added by ebgssth@…, 16 years ago)

1.7.4

  • py-simplejson/Portfile

     
    33PortSystem                      1.0
    44PortGroup                       python24 1.0
    55name                            py-simplejson
    6 version                         1.7.1
     6version                         1.7.4
    77categories-append               www
    88maintainers                     stechert@macports.org
    99description                     simplejson is a JSON encoder and decoder.
     
    1616master_sites                    http://cheeseshop.python.org/packages/source/s/simplejson/
    1717distname                        simplejson-${version}
    1818
    19 checksums                       sha1 cc7e34b7bbf349601cc9f96bc861f3caac09f47f
     19depends_lib                     port:py-setuptools
     20
     21checksums                       md5 0395956395d22657c333a1de57dce2d3 \
     22                                sha1 ffb7e247a202cd3d36a4c9370617744bdfad9758 \
     23                                rmd160 70da27ce1055a243ec1ac3daaae6fa7c3c8207e5
     24
  • py25-simplejson/Portfile

     
    33PortSystem                      1.0
    44PortGroup                       python25 1.0
    55name                            py25-simplejson
    6 version                         1.7.1
    7 revision                        1
     6version                         1.7.4
    87categories-append               www
    98maintainers                     stechert@macports.org
    109description                     simplejson is a JSON encoder and decoder.
     
    1817
    1918depends_lib                     port:py25-setuptools
    2019
    21 checksums                       sha1 cc7e34b7bbf349601cc9f96bc861f3caac09f47f
     20checksums                       md5 0395956395d22657c333a1de57dce2d3 \
     21                                sha1 ffb7e247a202cd3d36a4c9370617744bdfad9758 \
     22                                rmd160 70da27ce1055a243ec1ac3daaae6fa7c3c8207e5
     23