Skip to content

Commit

Permalink
py-pysimdjson: new port
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Nov 26, 2024
1 parent e6e9c7f commit beca18a
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions python/py-pysimdjson/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# -*- 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 6.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 f7be364092455f5c98dd59763cddfa0460fc14a7 \
sha256 ddbd6fecd42aa01c5c87d3c79b8ede1885b6763337d21745587a5392572c1f45 \
size 1213207

python.versions 39 310 311 312
python.pep517_backend \
poetry

# cc1plus: error: unrecognized command line option "-std=c++11"
compiler.cxx_standard 2011

if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
}

0 comments on commit beca18a

Please sign in to comment.