You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
924 B
Tcl
26 lines
924 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-flatbuffers
|
|
version 25.9.23
|
|
revision 0
|
|
license Apache-2
|
|
platforms {darwin any} linux
|
|
supported_archs noarch
|
|
maintainers {gmail.com:herby.gillot @herbygillot} {judaew @judaew} \
|
|
openmaintainer
|
|
|
|
description Python runtime library for use with the Flatbuffers \
|
|
serialization format.
|
|
long_description {*}${description}
|
|
|
|
homepage https://flatbuffers.dev/
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
checksums rmd160 78529f0bfe53472b276faa3ede7d9eedf004a558 \
|
|
sha256 676f9fa62750bb50cf531b42a0a2a118ad8f7f797a511eda12881c016f093b12 \
|
|
size 22067
|