# -*- 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-dbus-fast
version             3.1.2
revision            0

categories-append   devel sysutils
license             MIT
maintainers         nomaintainer

description         A faster version of dbus-next
long_description    {*}${description}

homepage            https://github.com/bluetooth-devices/dbus-fast

distname            dbus_fast-${version}

checksums           rmd160  2c7e1518c3ae36ebcecdcccb7bae152b6eab5495 \
                    sha256  6c9e1b45e4b5e7df0c021bf1bf3f27649374e47c3de1afdba6d00a7d7bba4b3a \
                    size    73191

python.versions     313 314
python.pep517_backend poetry

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-cython \
                    port:py${python.version}-setuptools \
                    port:py${python.version}-wheel
}
