# -*- 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-jeepney
version             0.9.0
revision            0
categories-append   devel
platforms           any
license             MIT
maintainers         nomaintainer

description         DBus protocol wrapper
long_description    Low-level, pure-Python {*}${description}.
homepage            https://gitlab.com/takluyver/jeepney

checksums           rmd160  4bdead1074f2d3d42c1f90d9c202ca5e2574310f \
                    sha256  cf0e9e845622b81e4a28df94c40345400256ec608d0e55bb8a3feaa9163f5732 \
                    size    106758
supported_archs     noarch

python.versions     310 311 312 313 314
python.pep517_backend \
                    flit

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