2020-08-14 17:32:32 -04:00
|
|
|
# -*- 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
|
2021-02-15 13:51:59 -05:00
|
|
|
version 2.7.1
|
|
|
|
|
revision 0
|
2020-08-14 17:32:32 -04:00
|
|
|
platforms darwin
|
|
|
|
|
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
|
|
|
|
|
|
2021-02-15 13:51:59 -05:00
|
|
|
checksums rmd160 b5a70fb41922b391cc6db4a48ebc0c99515504cf \
|
|
|
|
|
sha256 b7e7d433cab77171a4c752875d91836f3040306bab5063fb6dbe11f64ea69551 \
|
|
|
|
|
size 20631
|
2020-08-14 17:32:32 -04:00
|
|
|
|
2021-02-15 13:51:59 -05:00
|
|
|
python.versions 38 39
|
2020-08-14 17:32:32 -04:00
|
|
|
|
|
|
|
|
if {${name} ne ${subport}} {
|
|
|
|
|
depends_build-append \
|
|
|
|
|
port:py${python.version}-setuptools
|
|
|
|
|
}
|