Files

34 lines
1.3 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-canmatrix
version 1.0
revision 0
categories-append devel
license BSD
platforms {darwin any}
supported_archs noarch
maintainers {@ierofant gmail.com:aw.kornilov} openmaintainer
description Converting Can (Controller Area Network) Database Formats .arxml .dbc .dbf .kcd
long_description Canmatrix implements a "Python Can Matrix Object" which describes the can-communication \
and the needed objects (Boardunits, Frames, Signals, Values, ...) \
Canmatrix also includes two Tools (canconvert and cancompare) for converting and comparing \
CAN databases.
python.versions 311
checksums rmd160 199c9e9d3b931e2cab2a094a448b22939bf6191c \
sha256 2feb2d1160f0b2e1f3eff80255c161902e00e3a62bf3edb603d054f75efdcd10 \
size 301471
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-attrs \
port:py${python.version}-click \
port:py${python.version}-six
}