From 46903c538b280b0cfc17ca3176a8312c561d1296 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Fri, 18 Aug 2023 19:56:36 +0200 Subject: [PATCH] overrides: add build systems --- overrides/build-systems.json | 74 +++++++++++++++++++++++++++++++++++- 1 file changed, 73 insertions(+), 1 deletion(-) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index 7c0b77c..6a1f36e 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -2966,6 +2966,9 @@ "cdk-nag": [ "setuptools" ], + "cdsapi": [ + "setuptools" + ], "celery": [ "setuptools" ], @@ -3044,6 +3047,9 @@ "setuptools", "setuptools-scm" ], + "cfgrib": [ + "setuptools" + ], "cfgv": [ "setuptools" ], @@ -3909,6 +3915,9 @@ "curio": [ "setuptools" ], + "curlify": [ + "setuptools" + ], "curtsies": [ "setuptools" ], @@ -4114,6 +4123,9 @@ "datamodeldict": [ "setuptools" ], + "datapackage": [ + "setuptools" + ], "datapoint": [ "setuptools" ], @@ -5376,6 +5388,9 @@ "ec2instanceconnectcli": [ "setuptools" ], + "eccodes": [ + "setuptools" + ], "ecdsa": [ "setuptools" ], @@ -5561,6 +5576,9 @@ "flit-core", "setuptools" ], + "entsoe-py": [ + "setuptools" + ], "enturclient": [ "poetry-core", "setuptools" @@ -6055,6 +6073,9 @@ "findimports": [ "setuptools" ], + "findlibs": [ + "setuptools" + ], "findpython": [ "setuptools" ], @@ -6815,6 +6836,9 @@ "geojson-client": [ "setuptools" ], + "geojson-rewind": [ + "setuptools" + ], "geomet": [ "setuptools" ], @@ -8032,6 +8056,9 @@ "hypothesis-graphql": [ "poetry" ], + "hypothesis-jsonschema": [ + "setuptools" + ], "hypothesmith": [ "setuptools" ], @@ -9581,6 +9608,9 @@ "setuptools", "setuptools-scm" ], + "linear-tsv": [ + "setuptools" + ], "linecache2": [ "pbr", "setuptools" @@ -11426,6 +11456,9 @@ "cython", "setuptools" ], + "numpy-financial": [ + "setuptools" + ], "numpy-stl": [ "cython", "setuptools" @@ -11614,6 +11647,15 @@ "openbabel-bindings": [ "setuptools" ], + "opencensus": [ + "setuptools" + ], + "opencensus-context": [ + "setuptools" + ], + "opencensus-ext-azure": [ + "setuptools" + ], "opencv-python": [ "cmake", "pip", @@ -12167,6 +12209,9 @@ "poetry-core", "setuptools" ], + "pandera": [ + "setuptools" + ], "pandoc-attributes": [ "setuptools" ], @@ -13328,6 +13373,9 @@ "pushover-complete": [ "setuptools" ], + "pvfactors": [ + "setuptools" + ], "pvlib": [ "setuptools", "setuptools-scm" @@ -13363,7 +13411,10 @@ "setuptools-scm" ], "py-cpuinfo": [ - "setuptools" + "cython", + "py-cpuinfo", + "setuptools", + "setuptools-scm" ], "py-deprecate": [ "setuptools" @@ -15616,6 +15667,9 @@ "setuptools", "setuptools-scm" ], + "pytest-aioresponses": [ + "poetry" + ], "pytest-annotate": [ "setuptools" ], @@ -16101,6 +16155,9 @@ "setuptools", "setuptools-scm" ], + "python-decouple": [ + "setuptools" + ], "python-didl-lite": [ "setuptools" ], @@ -17460,6 +17517,9 @@ "poetry-core", "setuptools" ], + "reretry": [ + "setuptools" + ], "resampy": [ "cython", "setuptools" @@ -17971,6 +18031,9 @@ "poetry-core", "setuptools" ], + "schemathesis": [ + "hatchling" + ], "schiene": [ "setuptools" ], @@ -19239,6 +19302,9 @@ "starlette-context": [ "poetry-core" ], + "starlette-testclient": [ + "hatchling" + ], "starline": [ "setuptools" ], @@ -19573,6 +19639,9 @@ "cython", "setuptools" ], + "tableschema": [ + "setuptools" + ], "tablib": [ "setuptools", "setuptools-scm" @@ -19588,6 +19657,9 @@ "from": "0.9.0" } ], + "tabulator": [ + "setuptools" + ], "tabview": [ "setuptools" ],