You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
923 B
Tcl
32 lines
923 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-pysimdjson
|
|
version 7.0.2
|
|
revision 0
|
|
|
|
categories-append devel
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description SimdJson bindings for Python
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/TkTech/pysimdjson
|
|
|
|
checksums rmd160 81a50bc643c738194075f27ec9c897c28b7996d2 \
|
|
sha256 44cf276e48912a3b9c7ca362c14da8420a7ac15a9f1a16ec95becff86db3904a \
|
|
size 1397812
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
compiler.cxx_standard 2017
|
|
configure.cxxflags-append -std=c++17
|
|
|
|
if {${subport} ne ${name}} {
|
|
depends_build-append \
|
|
port:py${python.version}-cython
|
|
}
|