2020-08-15 02:23:17 -04:00
|
|
|
# -*- 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
|
2025-11-17 16:30:35 -05:00
|
|
|
version 5.7.1
|
2020-08-15 02:23:17 -04:00
|
|
|
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
|
|
|
|
|
|
2025-11-17 16:30:35 -05:00
|
|
|
checksums rmd160 0eec5f22025e643f12135b90014c60cd2fad6b07 \
|
|
|
|
|
sha256 7a405a1d7c8230ee9acf240aad48ae947ef584e8af05f169f3c1bde8f01f8b71 \
|
|
|
|
|
size 102467
|
2020-08-15 02:23:17 -04:00
|
|
|
|
2026-02-25 22:33:22 -05:00
|
|
|
python.versions 310 311 312 313 314
|
2020-08-15 02:23:17 -04:00
|
|
|
|
|
|
|
|
if {${name} ne ${subport}} {
|
|
|
|
|
depends_build-append \
|
|
|
|
|
port:py${python.version}-setuptools_scm
|
2024-12-22 21:31:29 -05:00
|
|
|
|
2024-01-16 09:38:54 -05:00
|
|
|
depends_test-append \
|
|
|
|
|
port:py${python.version}-hypothesis
|
2024-12-22 21:31:29 -05:00
|
|
|
|
2023-08-16 15:07:55 -04:00
|
|
|
test.run yes
|
2020-08-15 02:23:17 -04:00
|
|
|
}
|