You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
30 lines
925 B
Tcl
30 lines
925 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 38 39
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
}
|
|
|