Changeset 98617


Ignore:
Timestamp:
Oct 10, 2012, 9:42:07 AM (12 years ago)
Author:
stromnov@…
Message:

py-anyjson: update to version 0.3.3 (#36420, maintainer timeout)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-anyjson/Portfile

    r84550 r98617  
    66
    77name                py-anyjson
    8 version             0.3.1
     8version             0.3.3
     9revision            0
    910categories          python www
    1011license             BSD
     
    2526distname            anyjson-${version}
    2627
    27 checksums           md5     2b53b5d53fc40af4da7268d3c3e35a50 \
    28                     sha1    f459fbdbd5b7ee81b236ef5eed023970db38572a \
    29                     rmd160  ed958d1c30c28975f9bfe5d6c4da05f9bde9e58d
     28checksums           rmd160  c85bad7565e983077ea863ec99ca45048faecb18 \
     29                    sha256  37812d863c9ad3e35c0734c42e0bf0320ce8c3bed82cd20ad54cb34d158157ba
    3030
    31 python.versions     25 26 27
     31python.versions     25 26 27 31 32 33
    3232python.default_version 27
    3333
     
    3535    depends_build-append    port:py${python.version}-distribute
    3636
    37     # Depend upon cjson so that the best JSON module can be used.
    38     depends_lib-append      port:py${python.version}-cjson
     37    if {$subport == "py25-anyjson"} {
     38        # Depend upon cjson so that the best JSON module for python25 can be used.
     39        depends_lib-append      port:py${python.version}-cjson
     40    }
    3941}
    4042
Note: See TracChangeset for help on using the changeset viewer.