Changeset 99251


Ignore:
Timestamp:
Oct 30, 2012, 11:23:13 AM (12 years ago)
Author:
stromnov@…
Message:

py-logbook: update to version 0.4, unify

Location:
trunk/dports/python/py-logbook
Files:
1 edited
1 moved

Legend:

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

    r74366 r99251  
    33
    44PortSystem          1.0
    5 PortGroup           python26 1.0
     5PortGroup           python 1.0
    66
    7 name                py26-logbook
    8 version             0.3
    9 categories          python
     7name                py-logbook
     8version             0.4
     9categories-append   devel
     10license             BSD
    1011platforms           darwin
    1112
     
    1718homepage            http://packages.python.org/Logbook/
    1819master_sites        http://pypi.python.org/packages/source/L/Logbook/
     20
    1921distname            Logbook-${version}
    2022
    21 checksums           md5     f6db00f52bd4629b154c205252461719 \
    22                     sha1    465aa343d30f321a780c77956144bd816213c3b9 \
    23                     rmd160  6f39ddf86c6e393ee46230645d25f80f67459d9e
     23checksums           rmd160  de94dc592f73cdc6e7272ffeb2677f3a7e152f5c \
     24                    sha256  3f5942e841c3b77e1b0b00a4cca4197db76bd0fe0356851f30f0a58a9494ba66
    2425
    25 depends_lib-append  port:py26-distribute
     26python.default_version  27
     27python.versions     26 27 32
     28
     29if {$subport != $name} {
     30    depends_lib-append  port:py${python.version}-distribute
     31}
    2632
    2733livecheck.type      regex
Note: See TracChangeset for help on using the changeset viewer.