# -*- 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 PortSystem 1.0 PortGroup github 1.0 PortGroup python 1.0 github.setup certbot josepy 1.0.1 revision 1 name py-josepy categories-append security license Apache-2 maintainers {mps @Schamschula} openmaintainer description JOSE protocol implementation in Python using cryptography long_description ${description} platforms darwin python.versions 27 checksums rmd160 231b11a0ecffc4919b6c4b85ffa82b9c7305bdda \ sha256 3c09bf78d00dc0c6c1d75d27d1239e6fdeb58c1fdec89dbebf21d5e79d09d7e8 if {${name} ne ${subport}} { pre-activate { # both py-acme and py-josepy previously conflicted because they installed files now provided by py-josepy if {![catch {set installed [lindex [registry_active py${python.version}-acme] 0]}]} { set _version [lindex $installed 1] if {[vercmp $_version 0.21.0] < 0} { # py-acme used to install some files now provided by py-josepy in versions < 0.21.0 registry_deactivate_composite py${python.version}-acme "" [list ports_nodepcheck 1] } } } depends_lib-append port:py${python.version}-setuptools }