# -*- 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-cbor2 version 5.6.2 license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer description Pure Python CBOR de-serializer with extensive tag support long_description {*}${description} homepage https://github.com/agronholm/cbor2 checksums rmd160 772bc617f91ffdec6176a5232b61ce71ccc990f6 \ sha256 b7513c2dea8868991fad7ef8899890ebcf8b199b9b4461c3c11d7ad3aef4820d \ size 100016 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools \ port:py${python.version}-setuptools_scm depends_test-append \ port:py${python.version}-coverage \ port:py${python.version}-hypothesis test.run yes }