# -*- 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-pyubjson
python.rootname     py-ubjson
version             0.16.1
revision            0

license             Apache-2
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

description         Universal Binary JSON encoder/decoder
long_description    {*}${description}

homepage            https://github.com/Iotic-Labs/py-ubjson

checksums           rmd160  c5d75a21a18b0786924414987d8a568f593b20cf \
                    sha256  b9bfb8695a1c7e3632e800fb83c943bf67ed45ddd87cd0344851610c69a5a482 \
                    size    50316

python.versions     313

if {${subport} ne ${name}} {
    test.run        yes
    python.test_framework
    test.cmd        ${python.bin}
    test.args       test/test.py
    test.env-append PYTHONPATH=${destroot}${python.pkgd}
}
