You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
32 lines
932 B
Tcl
32 lines
932 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-msgpack
|
|
version 1.0.2
|
|
revision 0
|
|
categories-append devel
|
|
platforms darwin
|
|
license Apache
|
|
|
|
python.versions 27 35 36 37 38 39
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description MessagePack (de)serializer for Python.
|
|
long_description ${description}
|
|
|
|
homepage https://msgpack.org/
|
|
|
|
checksums rmd160 2640036c1c14c99a9b70cd261d279d4a6e971774 \
|
|
sha256 fae04496f5bc150eefad4e9571d1a76c55d021325dcd484ce45065ebbdd00984 \
|
|
size 123033
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
livecheck.type none
|
|
}
|