-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e6e9c7f
commit beca18a
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |