# -*- 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           python 1.0

name                py-http-ece
python.rootname     http_ece
version             1.2.1
revision            0
categories-append   devel crypto
platforms           any
license             MIT
maintainers         nomaintainer
description         Encrypted Content Encoding for HTTP
long_description    {*}${description}
homepage            https://github.com/web-push-libs/encrypted-content-encoding
checksums           rmd160  12f53f61cc98d06e7e9341efedfe3a82a7c933e5 \
                    sha256  8c6ab23116bbf6affda894acfd5f2ca0fb8facbcbb72121c11c75c33e7ce8cff \
                    size    8830
supported_archs     noarch

python.versions     310 311 312 313 314

if {${subport} ne ${name}} {
    depends_lib-append \
                    port:py${python.version}-cryptography
}
