Changeset 117631 for trunk/dports


Ignore:
Timestamp:
Mar 6, 2014, 11:19:34 AM (10 years ago)
Author:
g5pw@…
Message:

python/py-keyring:

update to 3.6
move upstream to github
add python 33 and 34 subports
remove python 24 and 25 subports, they are no longer supported upstream

File:
1 edited

Legend:

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

    r114431 r117631  
    33PortSystem          1.0
    44PortGroup           python 1.0
    5 name                py-keyring
    6 version             0.6.2
     5PortGroup           github 1.0
     6
     7github.setup        jaraco keyring 3.6
     8name                py-${name}
    79license             PSF
    810maintainers         nomaintainer
     
    1719
    1820homepage            http://pypi.python.org/pypi/keyring
    19 master_sites        http://pypi.python.org/packages/source/k/keyring
    20 distname            keyring-${version}
    2121
    22 checksums           md5     b21b5783c375fc09abdc060b4edc062f \
    23                     sha1    a8a964c73ce96a19f30d9aa9a47d2feab948022c \
    24                     rmd160  c49fb3c0baa190c798d25e78f392b273cd771540
     22checksums           rmd160  6603d9bac6ff4b4947d2a87a6e9a2438eaf51641 \
     23                    sha256  282132421bafc34b78a25ec07a78ce5539f3d358a290750fe79535fca2a693e0
    2524
    26 #broken with python 3.1 and 3.2
    27 python.versions     24 25 26 27
     25python.versions     26 27 33 34
    2826python.default_version  27
    2927
     
    3230        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} \
    3331                          ${destroot}${prefix}/share/examples/${subport}
    34         xinstall -m 644 -W ${worksrcpath} CONTRIBUTORS.txt CHANGES.txt README \
     32        xinstall -m 644 -W ${worksrcpath} CONTRIBUTORS.txt CHANGES.rst README.rst \
    3533            ${destroot}${prefix}/share/doc/${subport}
    3634        eval file copy [glob ${worksrcpath}/demo/*] \
     
    3836    }
    3937}
    40 
    41 livecheck.url       [lindex ${master_sites} 0]
    42 livecheck.regex     "keyring-(\\d+(?:\\.\\d+)*)${extract.suffix}"
    43 
Note: See TracChangeset for help on using the changeset viewer.