Skip to content

Commit

Permalink
Add build systems for genson, jsonref
Browse files Browse the repository at this point in the history
- Add build system for genson
- Add build system for jsonref >= 0.3.0, < 1.1.0
  • Loading branch information
apeschar authored and adisbladis committed Jun 20, 2023
1 parent 1582e15 commit 2ddfc53
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions overrides/build-systems.json
Original file line number Diff line number Diff line change
Expand Up @@ -6131,6 +6131,9 @@
"cython",
"setuptools"
],
"genson": [
"setuptools"
],
"gentools": [
"setuptools"
],
Expand Down Expand Up @@ -7982,6 +7985,11 @@
"jsonref": [
{
"buildSystem": "setuptools",
"until": "0.3.0"
},
{
"buildSystem": "poetry",
"from": "0.3.0",
"until": "1.1.0"
},
{
Expand Down

0 comments on commit 2ddfc53

Please sign in to comment.