You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
810 B
Tcl
24 lines
810 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-cbor
|
|
version 1.0.0
|
|
revision 1
|
|
platforms darwin
|
|
license Apache
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
description RFC 7049 Concise Binary Object Representation
|
|
long_description {*}${description}
|
|
|
|
homepage https://bitbucket.org/bodhisnarkva/cbor
|
|
|
|
checksums rmd160 27191bbc42751d6a305f8ce7f70748f7541e2e9e \
|
|
sha256 13225a262ddf5615cbd9fd55a76a0d53069d18b07d2e9f19c39e6acb8609bbb6 \
|
|
size 20096
|
|
|
|
python.versions 310 311
|