Commits
reneeotten authored and Chih-Hsuan Yen committed ab9cd59a76a
1 1 | # -*- 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | name py-openid |
7 - | version 2.2.4 |
7 + | version 2.2.5 |
8 + | revision 0 |
8 9 | categories-append net |
9 10 | license Apache-2 |
10 11 | maintainers nomaintainer |
11 12 | platforms darwin freebsd |
12 13 | supported_archs noarch |
13 14 | description Python OpenID Library |
14 15 | long_description ${description} |
15 16 | |
16 17 | distname python-openid-${version} |
17 18 | |
18 - | homepage http://openidenabled.com/python-openid/ |
19 - | master_sites http://distfiles.macports.org/python/ |
20 - | checksums sha1 45599d46ebb36bf4cbf617622abe736c59ccb8e1 |
21 - | |
22 - | use_bzip2 yes |
19 + | homepage https://github.com/openid/python-openid |
20 + | master_sites pypi:p/python-openid |
21 + | checksums rmd160 b52319a04269cb4d7363ad04a3df48ec18e62d44 \ |
22 + | sha256 92c51c3ecec846cbec4aeff11f9ff47303d4a63f93b0e6ac0ec02a091fed70ef \ |
23 + | size 301619 |
23 24 | |
24 25 | python.versions 27 |
26 + | |
27 + | if {${subport} ne ${name}} { |
28 + | livecheck.type none |
29 + | } else { |
30 + | livecheck.name python-openid |
31 + | } |