You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.1 KiB
Tcl
33 lines
1.1 KiB
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-bbpb
|
|
version 1.4.2
|
|
revision 0
|
|
|
|
license MIT
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description Blackbox Protobuf is a set of tools for working with encoded \
|
|
Protocol Buffers (protobuf) without the matching protobuf definition.
|
|
long_description {*}${description}
|
|
homepage https://github.com/nccgroup/blackboxprotobuf
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
checksums rmd160 059103cd88c6ff53f359e40a308153715e33ee0a \
|
|
sha256 03446991bc500cfc9dd2049e6cc9489979e157c5ecb793e27936ab3d579d3496 \
|
|
size 36339
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
python.pep517_backend \
|
|
poetry
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-six
|
|
}
|