Files
Herby Gillot 398c3ba34b py-cbor2: update to 5.2.0
- add version for python39
2020-10-10 12:26:39 -04:00

29 lines
968 B
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-cbor2
version 5.2.0
platforms darwin
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 3085abd98292c515ffb75e5ec246ba56f3f29f40 \
sha256 a33aa2e5534fd74401ac95686886e655e3b2ce6383b3f958199b6e70a87c94bf \
size 81467
python.versions 38 39
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools \
port:py${python.version}-setuptools_scm
}