Victor Engmark
b781f3cea5
fix: Install pytest-runner for rfc3986-validator build
2023-03-24 12:43:21 +13:00
Victor Engmark
6c6a464428
fix: Add hatchling for ypy-websocket build
2023-03-24 12:43:21 +13:00
Victor Engmark
99eea1d168
fix: Add hatchling for jupyter-ydoc build
2023-03-24 12:43:21 +13:00
Victor Engmark
227ef2dd05
fix: Add hatchling for jupyter-server-terminals build
2023-03-24 12:43:21 +13:00
Victor Engmark
5589bb11a6
fix: Add hatchling for jupyter-events build
2023-03-24 12:43:21 +13:00
Victor Engmark
8ca9ebb501
test: Verify JupyterLab build
2023-03-24 12:43:21 +13:00
Victor Engmark
77a0dd3404
chore: Remove reference to non-existing package
2023-03-24 12:43:21 +13:00
Victor Engmark
28d9271854
fix: Use y-py wheel
...
The maturin build doesn't seem to work.
2023-03-24 12:43:21 +13:00
adisbladis
477e67ed03
Merge pull request #1060 from bouk/otel
...
overrides: add some more opentelemetry packages
2023-03-24 12:23:47 +13:00
adisbladis
de71b920e5
Merge pull request #1061 from Pegasust/master
...
Add `option` and `returns` python module (for `option` and `result` in Python)
2023-03-24 12:23:30 +13:00
Bouke van der Bijl
d972e0ee22
overrides: add some more opentelemetry packages
2023-03-24 12:15:58 +13:00
Pegasust
654b3a8ed5
+module: fastapi-utils
2023-03-24 12:12:14 +13:00
Pegasust
d5cf5a4d75
+module: returns
2023-03-24 12:11:54 +13:00
Pegasust
9fda178ae4
+module: option
2023-03-24 12:11:54 +13:00
adisbladis
25c537ad62
Merge pull request #1051 from l0b0/fix/gitlint-core
...
fix: gitlint-core 0.19 needs hatchling
2023-03-24 12:10:02 +13:00
adisbladis
ffd70b526a
Merge pull request #1064 from Pegasust/add-fastapi_utils
...
Add build system for fastapi-utils
2023-03-24 11:59:27 +13:00
adisbladis
07297c5b04
Merge pull request #1071 from janydoe/patch-1
...
Update build-systems.json
2023-03-24 11:59:16 +13:00
Victor Engmark
ad56f749f3
fix: gitlint-core 0.19 needs hatchling
2023-03-24 11:58:55 +13:00
adisbladis
984a8a32ce
Merge pull request #1072 from janydoe/patch-2
...
Update default.nix
2023-03-24 11:51:37 +13:00
Pegasust
35fd919d29
+module: fastapi-utils
2023-03-24 11:50:06 +13:00
adisbladis
109469e975
Merge pull request #1034 from nix-community/poetry_1_4_0
...
poetry: 1.3.0 -> 1.4.1
2023-03-24 11:44:28 +13:00
Jany
d171a31a94
overrides: update build systems for nox
2023-03-23 16:23:59 +03:00
Jany
f92f55b2a4
overrides: disable configure phase for pip-requirements-parser
...
Don't configure `pip-requirements-parser`.
Fixes the following error:
```
error: builder for '/nix/store/zxzy82bvkxim44ab4p0nl7qdxlbwqbah-python3.10-pip-requirements-parser-32.0.1.drv' failed with exit code 127;
last 10 log lines:
> source root is pip-requirements-parser-32.0.1
> setting SOURCE_DATE_EPOCH to timestamp 1671636260 of file pip-requirements-parser-32.0.1/setup.cfg
> patching sources
> Removing path dependencies
> Finished removing path dependencies
> Removing git dependencies
> Finished removing git dependencies
> configuring
> configure flags: --prefix=/nix/store/3amsl67vbg6y28clkhk889hbcknnp3rr-python3.10-pip-requirements-parser-32.0.1
> /nix/store/pw17yc3mwmsci4jygwalj8ppg0drz31v-stdenv-linux/setup: line 1289: ./configure: cannot execute: required file not found
```
2023-03-23 16:20:19 +03:00
adisbladis
b6e7b4e761
tests.pendulum: Skip on OSX
2023-03-24 00:54:50 +13:00
adisbladis
8587bc142d
poetry: 1.4.0 -> 1.4.1
2023-03-23 15:50:50 +13:00
adisbladis
1a79e628b9
Add a hook to rewrite python_requires in setup.py to be PEP440 compliant
...
Upstream packaging has changed and using wildcards in python_requires is now considered a bug as it's not PEP400 compliant.
Realistically we have to work around this issue as we can't expect every older version to change.
We do this by rewriting the problematic definitions and dropping the
version precision. This works out because 3.9.* is functionally
equivalent to 3.9.
2023-03-23 15:23:57 +13:00
adisbladis
f6e5a490ce
Bump nixpkgs
2023-03-23 12:23:46 +13:00
adisbladis
573b643d7e
tests.pendulum: Use python 3.8
...
MacOS ci is unreliable and fails with the wheel install on python 3.10.
My guess is that it's an older version of setuptools that's causing this.
2023-03-23 12:04:35 +13:00
adisbladis
4b086d33f5
tests.pendulum: re-lock dependencies
...
Hopefully this fixes the test on macos
2023-03-22 19:38:35 +13:00
adisbladis
4260b8b289
shapely: Set GEOS_LIBRARY_PATH manually
...
nixpkgs removed it's usage
2023-03-22 19:38:35 +13:00
adisbladis
722282d65e
scipy/meson-python: Don't use meson configure
2023-03-22 19:38:35 +13:00
adisbladis
99ea0bb5e8
overrides.bootstrapped-pip: use python interpreter based on version in override
2023-03-22 19:38:35 +13:00
adisbladis
f88b0814c0
Bump nixpkgs
2023-03-22 19:38:35 +13:00
adisbladis
3a547ed342
poetry: 1.3.0 -> 1.4.0
2023-03-22 19:38:35 +13:00
adisbladis
67e360cdbc
overrides: add pyproject-hooks build system
2023-03-22 19:38:35 +13:00
adisbladis
50ec694c27
Merge pull request #1069 from takeda/patch-1
...
override: humanize: setuptools -> hatchling
2023-03-22 13:41:00 +13:00
adisbladis
23194b22e7
Merge pull request #1070 from K900/more-overrides
...
overrides: regenerate, add some stuff manually
2023-03-22 13:39:41 +13:00
K900
cdd6e39037
overrides: regenerate, add some stuff manually
2023-03-21 16:11:22 +03:00
Derek Kulinski
b78b0d5107
override: humanize: setuptools -> hatchling
2023-03-20 14:38:14 -07:00
adisbladis
4e91056ff1
Merge pull request #1066 from nix-community/gdal-version-mix
...
overrides.gdal: disable python bindings in gdal from nixpkgs
2023-03-20 17:43:09 +13:00
adisbladis
0f962934ed
overrides.gdal: disable python bindings in gdal from nixpkgs
...
This collides with the version built from pypi, and if the version
mismatches the build process attempts an uninstall of the nixpkgs
gdal package.
We can avoid this by only building the native library and ignore the Python bindings.
2023-03-20 17:09:35 +13:00
adisbladis
9ce2252803
Merge pull request #1057 from Pegasust/patch-1
...
+docs: build binary with `mkPoetryApplication` and build webserver wrapper binary
2023-03-15 16:31:08 +13:00
adisbladis
e905898db9
Merge pull request #1058 from Pegasust/master
...
Add support for python-ubersmith module
2023-03-15 16:30:12 +13:00
Pegasust
503c66ec2d
+module: python-ubersmith
2023-03-14 16:32:11 -07:00
Hung Tran
5f915f9500
+docs: build binary with mkPoetryApplication
and build webserver wrapper binary
2023-03-14 15:55:21 -07:00
adisbladis
d45ca6fb03
Merge pull request #1055 from arichtman/aws-sso-util-override
...
fix: aws-sso-util needs Poetry
2023-03-14 18:51:52 +13:00
Ariel Richtman
a17c8dda95
added override for aws-sso-util
2023-03-14 13:45:21 +10:00
Ariel Richtman
a1a5aaf77c
added override for aws-sso-lib
2023-03-14 13:42:38 +10:00
adisbladis
bf239d53fa
Merge pull request #1050 from farcaller/master
...
Add the build system updates required for python-dxf
2023-03-11 18:50:06 +13:00
adisbladis
05ee124a9c
Merge pull request #1049 from prusnak/master
...
Update build-systems
2023-03-11 18:49:42 +13:00