adisbladis
6ee5684f3c
Merge pull request #976 from delroth/overrides-automat
...
overrides: automat: only add m2r to inputs for older versions
2023-02-27 12:51:48 +13:00
adisbladis
89fbf13b57
Merge pull request #992 from l0b0/fix/fiona
...
fix: Use Cython to build Fiona >=1.9.0 from source
2023-02-27 12:46:33 +13:00
Laureηt
42f3784af5
feat: orjson 3.8.6
2023-02-22 12:52:16 +01:00
Victor Engmark
fe30d95c6c
fix: Enable Cython in bounded build system constraints
2023-02-21 15:49:00 +13:00
Pierre Bourdon
f70533d298
overrides: add libarchive
...
- Build system dependency (setuptools).
- Native library dependency path fixup.
2023-02-11 03:50:41 +01:00
Mikhail Krassavin
d4de2d84cb
feat: granian 0.2.6
2023-02-10 12:36:56 +06:00
Pierre Bourdon
26e09674cb
overrides: automat: only add m2r to inputs for older versions
...
Newer versions of automat do not depend on m2r anymore [1]. Because of
this m2r might not end up being in poetry.lock along with automat, so
"self.m2r" ends up refering to the nixpkgs pythonPackages.m2r. That
package happens to be marked as broken in some conditions.
2023-02-03 12:29:13 +01:00
Jairo Llopis
f1ce816cde
fix(pillow): add libxcrpyt
2023-02-02 12:05:55 +00:00
Jairo Llopis
c2933fea0e
fix: use selenium wheels in >=4.0.0
...
[Selenium 4.0 uses Bazel to build python code][1]. Let's use the wheel to make it easier.
The override is split in two due to https://github.com/nix-community/poetry2nix/pull/948 .
[1]: 3ad153b168/py/CHANGES (L368)
2023-02-02 11:23:47 +00:00
Victor Engmark
5f897604eb
fix: Support shapely 2
...
Requires `geos-config` executable during build.
2023-01-30 14:47:12 +13:00
adisbladis
4a29bb7de7
Merge pull request #947 from ac130kz-personal-workspace/master
...
feat: overrides granian
2023-01-24 18:13:36 +13:00
Mikhail Krassavin
24b36048e5
feat: granian overrides
2023-01-23 18:08:29 +06:00
Bouke van der Bijl
3542832374
Link include and share folders in pybind11 to top-level
...
This makes sure that share and include exist at $out so the pybind11
headers and cmake libraries can be found by cmake.
2023-01-21 16:38:30 +01:00
Phillip Cloud
41b16c4ff7
fix: fix shapely wheel build with newer versions of nixpkgs
2023-01-14 07:29:18 -05:00
Phillip Cloud
b318b64ce9
chore: don't patch fancycompleter
when building from wheel
2023-01-12 08:27:11 -05:00
Phillip Cloud
adc36bc4bf
chore: remove wheel
wheel override
2023-01-12 05:33:40 -05:00
adisbladis
c18f73ebf0
Merge pull request #933 from simonkampe/overrides/python-snap7
...
Add python-snap7 override to fix library issue
2023-01-12 14:00:39 +13:00
adisbladis
24bf78d67a
Merge pull request #935 from takeda/patch-1
...
override: cryptography 39.0.0
2023-01-12 14:00:15 +13:00
Mikhail Krassavin
b832ec74c2
feat: orjson 3.8.5
2023-01-11 16:35:47 +06:00
Derek Kulinski
9ce40b381d
override: cryptography 39.0.0
2023-01-09 14:15:19 -08:00
Simon Kämpe
da3e7af605
Add python-snap7 override to fix library issue
2023-01-09 13:18:16 +01:00
Mikhail Krassavin
53f5836a87
fix: change hash to the one showed in the error message
2023-01-08 13:35:01 +06:00
Mikhail Krassavin
939c58fefe
feat(orjson): 3.8.4
2023-01-08 11:40:24 +06:00
Phillip Cloud
7af0e3fe6a
fix: make sure all isWheel
accesses have an or false
expression
2023-01-07 06:57:30 -05:00
Phillip Cloud
f90fb474c7
Merge pull request #915 from Sohalt/pluralizer
2023-01-07 06:35:18 -05:00
Phillip Cloud
ba0f4aabd1
style: fix formatting
2023-01-07 06:34:28 -05:00
Simon Kämpe
5190cf359e
overrides: opencv-python-headless
...
Fix that opencv-python-headless tries to override opencv-python.
2023-01-04 15:33:51 +01:00
sohalt
0c98509bf4
overrides: pluralizer
2022-12-30 17:22:55 +01:00
Phillip Cloud
d18e185d78
fix: add patches for mkdocstrings jinja2 imports
2022-12-20 09:34:26 -05:00
Phillip Cloud
d72e0b4c0f
fix: patch nbconvert
installed source when installed from wheel
2022-12-19 14:51:32 -05:00
Phillip Cloud
28f2518a27
fix: support pyarrow wheels
2022-12-19 07:47:58 -05:00
Phillip Cloud
d4dd0195cc
fix: only patch non-wheels on darwin for cffi and pandas
2022-12-18 11:44:45 -05:00
Phillip Cloud
ed1a9bf37b
fix: don't patch shapely when using wheel
2022-12-18 06:58:48 -05:00
Phillip Cloud
37122a1cdb
Merge pull request #897 from trofi/pycairo-without-xlibsWrapper
...
Closes https://github.com/nix-community/poetry2nix/issues/863
2022-12-18 06:50:38 -05:00
Phillip Cloud
4d0cbf36f7
fix: get fiona wheel build working
2022-12-17 16:51:16 -05:00
Sergei Trofimovich
9006db54aa
overrides: drop unused pkgs.xlibsWrapper package
...
`xlibsWrapper` was a transitional package to move from monolithic
xorg package to modules. `nixpkgs` `python3Packages.pycairo` already
removed `pkgs.xlibsWrapper`. This change follow the same change.
Bug: https://github.com/NixOS/nixpkgs/issues/194054
Closes: https://github.com/nix-community/poetry2nix/issues/863
2022-12-17 21:06:39 +00:00
Phillip Cloud
2310c21c25
fix: support duckdb wheel
2022-12-17 14:00:24 -05:00
Phillip Cloud
0159b76838
fix: support nbconvert wheels
2022-12-17 09:17:50 -05:00
adisbladis
1ed1b83dc2
Merge pull request #872 from cpcloud/duckdb-cores
...
build: use nix build cores with duckdb and remove setuptools_scm constraint
2022-12-14 17:04:26 +13:00
Victor Engmark
7f5bf0fb69
fix: Build rasterio
2022-12-13 15:45:52 +13:00
Victor Engmark
d3696f2daa
fix: Build GDAL 3.6 with Python 3.9
2022-12-13 15:41:58 +13:00
Phillip Cloud
a31b66eb70
revert: mkdocs-material: support newer versions
...
This reverts commit 6b0a8b6f01
.
2022-12-12 08:13:41 -05:00
Phillip Cloud
93137da71e
Merge pull request #865 from cpcloud/mkdocs-material
...
mkdocs-material: support newer versions
2022-12-12 07:44:16 -05:00
Phillip Cloud
d728846b5d
build: use nix build cores with duckdb and remove setuptools_scm constraint
2022-12-12 06:34:05 -05:00
Jairo Llopis
7b59c2765d
override: copier, pyyaml-include, mypy, poethepoet, types-backports, types-psutil
...
Fixes https://github.com/nix-community/poetry2nix/issues/768 .
Only patch mypy >= 0.990
2022-12-12 08:26:50 +00:00
Phillip Cloud
6b0a8b6f01
mkdocs-material: support newer versions
2022-12-11 09:26:52 -05:00
adisbladis
4527cf0031
Merge pull request #861 from nix-community/correct-optional
...
overrides: Use lib.optional/lib.optionals correctly
2022-12-11 03:16:22 +13:00
Phillip Cloud
84f6394092
mkdocs: fix babel
package case
2022-12-10 09:06:59 -05:00
adisbladis
94bb4d64d4
overrides: Use lib.optional/lib.optionals correctly
...
The expression `lib.optional cond [ 1 ]` returns `[ [ 1 ] ]` which is incorrect.
2022-12-11 02:24:16 +13:00
adisbladis
92f6495042
Merge pull request #794 from twoolie/patch-2
...
Fix cryptography `override` not allowing subsequent call to `overridePythonAttrs`
2022-12-10 20:27:04 +13:00