You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.0 KiB
Tcl
36 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-srsly
|
|
epoch 1
|
|
version 2.5.3
|
|
revision 0
|
|
|
|
checksums rmd160 85087b89e8f9aa03a338e6ea90f620f2ba28a743 \
|
|
sha256 08f98dbecbff3a31466c4ae7c833131f59d3655a0ad8ac749e6e2c149e2b0680 \
|
|
size 490881
|
|
|
|
license MIT
|
|
|
|
maintainers {jonesc @cjones051073} openmaintainer
|
|
|
|
description Modern high-performance serialization utilities for Python
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/explosion/srsly
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-cython
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-catalogue
|
|
|
|
compiler.blacklist-append \
|
|
*gcc-4.0 *gcc-4.2
|
|
}
|