# -*- 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-smbus2
version             0.5.0
revision            0
maintainers         nomaintainer
platforms           {darwin any}
supported_archs     noarch
license             MIT

description         A drop-in replacement for smbus-cffi/smbus-python in pure \
                    Python
long_description    smbus2 is (yet another) pure Python implementation of of \
                    the python-smbus package.

homepage            https://github.com/kplindegaard/smbus2

checksums           rmd160  35c37f2f478aad50e8112d50476a00cbf9471160 \
                    sha256  4a5946fd82277870c2878befdb1a29bb28d15cda14ea4d8d2d54cf3d4bdcb035 \
                    size    16950
python.versions     39 310 311 312 313

if {${name} ne ${subport}} {
    test.run        yes
}
