Commits
Marius Schamschula authored bde2faaba34
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 github 1.0 |
5 5 | PortGroup python 1.0 |
6 6 | |
7 - | github.setup certbot josepy 1.0.1 |
8 - | revision 1 |
7 + | github.setup certbot josepy 1.1.0 v |
9 8 | name py-josepy |
10 9 | categories-append security |
11 10 | license Apache-2 |
12 11 | maintainers {mps @Schamschula} openmaintainer |
13 12 | description JOSE protocol implementation in Python using cryptography |
14 13 | long_description ${description} |
15 14 | platforms darwin |
16 15 | |
17 - | python.versions 27 |
16 + | python.versions 27 36 37 |
18 17 | |
19 - | checksums rmd160 231b11a0ecffc4919b6c4b85ffa82b9c7305bdda \ |
20 - | sha256 3c09bf78d00dc0c6c1d75d27d1239e6fdeb58c1fdec89dbebf21d5e79d09d7e8 |
18 + | checksums rmd160 c297a66f6f9f50c30c82292ed0e0a5c2c87e8d3c \ |
19 + | sha256 453c2128fc783469b7d0f515acae7dfc50b6fa2b7e3f45b3d5fca49e5f15b25f \ |
20 + | size 52130 |
21 21 | |
22 22 | if {${name} ne ${subport}} { |
23 23 | pre-activate { |
24 24 | # both py-acme and py-josepy previously conflicted because they installed files now provided by py-josepy |
25 25 | if {![catch {set installed [lindex [registry_active py${python.version}-acme] 0]}]} { |
26 26 | set _version [lindex $installed 1] |
27 27 | if {[vercmp $_version 0.21.0] < 0} { |
28 28 | # py-acme used to install some files now provided by py-josepy in versions < 0.21.0 |
29 29 | registry_deactivate_composite py${python.version}-acme "" [list ports_nodepcheck 1] |
30 30 | } |