You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.0 KiB
Tcl
34 lines
1.0 KiB
Tcl
# -*- 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 4.0.0
|
|
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 a1551e60cc6014c9ac9f5fb870007ad7d005dab4 \
|
|
sha256 e1d3ee49a4a81524d7caaa2d5a31fc71075a1c977b661df958cee24bef86b8fe \
|
|
size 75082
|
|
|
|
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
|
|
}
|