mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
Merge pull request #690 from takeda/overrides
overrides for cysimdjson, orjson, minimal-dydb, pydantic-dydb, types-s3transfer
This commit is contained in:
commit
52ad6484cf
2 changed files with 13 additions and 0 deletions
|
@ -276,6 +276,9 @@
|
||||||
"cysignals": [
|
"cysignals": [
|
||||||
"cython"
|
"cython"
|
||||||
],
|
],
|
||||||
|
"cysimdjson": [
|
||||||
|
"cython"
|
||||||
|
],
|
||||||
"datadog": [
|
"datadog": [
|
||||||
"hatchling"
|
"hatchling"
|
||||||
],
|
],
|
||||||
|
@ -734,6 +737,9 @@
|
||||||
"metprint": [
|
"metprint": [
|
||||||
"poetry-core"
|
"poetry-core"
|
||||||
],
|
],
|
||||||
|
"minimal-dydb": [
|
||||||
|
"poetry-core"
|
||||||
|
],
|
||||||
"mkdocs-autorefs": [
|
"mkdocs-autorefs": [
|
||||||
"pdm-pep517",
|
"pdm-pep517",
|
||||||
"poetry"
|
"poetry"
|
||||||
|
@ -1052,6 +1058,9 @@
|
||||||
"pydantic": [
|
"pydantic": [
|
||||||
"cython"
|
"cython"
|
||||||
],
|
],
|
||||||
|
"pydantic-dydb": [
|
||||||
|
"poetry-core"
|
||||||
|
],
|
||||||
"pydy": [
|
"pydy": [
|
||||||
"cython"
|
"cython"
|
||||||
],
|
],
|
||||||
|
@ -1748,6 +1757,9 @@
|
||||||
"typical": [
|
"typical": [
|
||||||
"poetry-core"
|
"poetry-core"
|
||||||
],
|
],
|
||||||
|
"types-s3transfer": [
|
||||||
|
"poetry-core"
|
||||||
|
],
|
||||||
"typing-extensions": [
|
"typing-extensions": [
|
||||||
"flit-core"
|
"flit-core"
|
||||||
],
|
],
|
||||||
|
|
|
@ -1261,6 +1261,7 @@ lib.composeManyExtensions [
|
||||||
"3.6.7" = "sha256-sz2k9podPB6QSptkyOu7+BoVTrKhefizRtYU+MICPt4=";
|
"3.6.7" = "sha256-sz2k9podPB6QSptkyOu7+BoVTrKhefizRtYU+MICPt4=";
|
||||||
"3.6.8" = "sha256-vpfceVtYkU09xszNIihY1xbqGWieqDquxwsAmDH8jd4=";
|
"3.6.8" = "sha256-vpfceVtYkU09xszNIihY1xbqGWieqDquxwsAmDH8jd4=";
|
||||||
"3.7.2" = "sha256-2U37IhftNYjH7sV7Nh51YpR/WjmPmmzX/aGuHsFgwf4=";
|
"3.7.2" = "sha256-2U37IhftNYjH7sV7Nh51YpR/WjmPmmzX/aGuHsFgwf4=";
|
||||||
|
"3.7.9" = "sha256-QHzAhjHgm4XLxY2zUdnIsd/WWMI7dJLQQAvTXC+2asQ=";
|
||||||
}.${version} or null;
|
}.${version} or null;
|
||||||
in
|
in
|
||||||
super.orjson.overridePythonAttrs (old: {
|
super.orjson.overridePythonAttrs (old: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue