You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.0 KiB
Tcl
31 lines
1.0 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-u-msgpack-python
|
|
version 2.7.1
|
|
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 b5a70fb41922b391cc6db4a48ebc0c99515504cf \
|
|
sha256 b7e7d433cab77171a4c752875d91836f3040306bab5063fb6dbe11f64ea69551 \
|
|
size 20631
|
|
|
|
python.versions 38 39 310 311
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
}
|