You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
26 lines
928 B
Tcl
26 lines
928 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-u-msgpack-python
|
|
version 2.8.0
|
|
revision 0
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
description A portable lightweight MessagePack serializer and \
|
|
deserializer written in pure Python.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/vsergeev/u-msgpack-python
|
|
|
|
checksums rmd160 83fd90f4735f848ace84c361cc42b91c3875f635 \
|
|
sha256 b801a83d6ed75e6df41e44518b4f2a9c221dc2da4bcd5380e3a0feda520bc61a \
|
|
size 18167
|
|
|
|
python.versions 310 311 312 313
|