Commit graph

1066 commits

Author SHA1 Message Date
Jeff Hutchison
f4a4a94aa9
Update overrides/build-systems.json
Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
2024-04-30 15:57:24 -04:00
Jeff Hutchison
c5c9880456
overrides: update build system for sqlparse 0.5.0 to hatchling 2024-04-30 15:57:23 -04:00
Phillip Cloud
2e4deb2b2d
Merge pull request #1617 from cpcloud/pandas-2.2
build: add cython3 req to pandas >=2.2.2
2024-04-30 15:56:00 -04:00
Phillip Cloud
066da7fe23
Merge pull request #1583 from Fuuzetsu/pkg-config-fix
Refer to right pkg-config thing
2024-04-30 08:29:29 -04:00
Phillip Cloud
1fda2c061d
fix: require cython3 for pandas >=2.2.2 2024-04-30 08:26:55 -04:00
Phillip Cloud
1e45a45656
Merge pull request #1545 from rx342/overrides-tensorflow-io
overrides: add libtensorflow for tensorflow-io-gcs-filesystem
2024-04-30 08:22:53 -04:00
Jakob Klepp
6b0421df5c overrides: yarl >= 1.9.3 requires tomli
At least on python < 3.11
8cf77bd3f5/pyproject.toml\#L8
2024-04-30 10:38:56 +02:00
Jakob Klepp
4353480eb6 overrides: maphash requires poetry-core 2024-04-30 10:38:55 +02:00
Jakob Klepp
dcea64d430 overrides: gcloud-aio-storage requires poetry-core 2024-04-30 10:38:54 +02:00
Jakob Klepp
9c5c3516a4 overrides: gcloud-aio-auth requires poetry-core 2024-04-30 10:38:30 +02:00
Jakob Klepp
6c842f6741 overrides: frozenlist >= 1.4.1 requires tomli
> Replaced the packaging is replaced from an old-fashioned :file:setup.py to an
> in-tree :pep:517 build backend -- by :user:webknjaz.
https://github.com/aio-libs/frozenlist/releases/tag/v1.4.1
2024-04-30 10:37:49 +02:00
Jakob Klepp
f8659aec77 overrides: add entry for fastapi-sessions with build system setuptools 2024-04-30 10:37:49 +02:00
Jakob Klepp
468634f7f5 overrides: dask >= 2023.4.0 requires tomli
Since version 2023.4.0 dask uses a pyproject.toml.

The pyproject.toml specifies versioneer[toml] as a build requirement.
versioneer[toml] adds tomli as an optional requirements.
2024-04-30 10:37:27 +02:00
rx342
a7454fa44a
overrides: add libtensorflow for tensorflow-io-gcs-filesystem 2024-04-30 09:44:21 +02:00
Phillip Cloud
0b48b5c978
fix: get tests passing and building with latest nixpkgs 2024-04-29 16:57:19 -04:00
Mateusz Kowalczyk
18bd42892f
Refer to right pkg-config thing
In #1447 some references of `pkgs.pkgconfig` were
change to `pkgs.pkg-config` which was correct, as
the `pkgs.pkgconfig` is a deprecated alias for the
latter. However that change _also_ changed
`self.pkgconfig` to `self.pkg-config`: the `self`
here is _not_ the same as `pkgs`. The `self`
refers to Python package set so it formerly
referred to the `pkgconfig` Python package.
There's no `pkg-config` Python package so this
code just fails to evaluate, resulting in #1564.

In first place, it looks like using
`self.pkgconfig` was probably wrong and we wanted
the `pkgs.pkg-config` so I simply make that change
instead.

Fixes #1564.
2024-04-08 11:20:00 +09:00
Franz Pletz
3c92540611 overrides: add hashes for ruff 0.2.{1,2} 2024-02-22 21:17:04 +13:00
Phillip Cloud
d3b3fe5835 use optionalAttrs instead of if else 2024-02-22 21:15:34 +13:00
Eddie Linder
4c227e6fe8 overrides: add cargo hash for granian 1.0.2; don't fail hash when wheel is used 2024-02-22 21:15:34 +13:00
Gregor Grigorjan
4125c95104 overrides: add hash for cryptography 42.0.1 2024-02-22 21:13:09 +13:00
Freeman
f63573e0e0 fix (psutil) v5.9.8 2024-02-22 21:12:02 +13:00
yihuang
df1d8409f9 update rpds-py v0.18.0 cargoHash 2024-02-22 21:11:43 +13:00
fusion44
b8ed18a974 overrides: add fastapi-plugins 2024-02-22 21:11:25 +13:00
Derek Kulinski
61c4b4f13d editables uses flit since version 0.4 2024-02-22 21:11:10 +13:00
Felix Rath
7df2913406 build-systems.json: Add python-firebase
python-firebase needs `setuptools`, see here: 0d79d76098/setup.py (L5)

I hope I added it correctly!
2024-02-22 21:10:58 +13:00
dzmitry-lahoda
137cbaf575
adding more build tools and make clarabel hook into rust 2024-02-17 11:58:47 +00:00
dzmitry-lahoda
03d2f54b19
add build-system of pyscipopt 2024-02-17 11:43:11 +00:00
Vonfry
e22544aef9 overrides: add ninja-python, alabaster and quantile-python 2024-02-16 23:55:04 +13:00
laurens
316a759f65 overrides: add hash for cryptography 42.0.3 2024-02-16 23:51:06 +13:00
Franz Pletz
4eb2ac5402 fix(watchfiles): prevent IFD
Fix #1464.
2024-02-06 17:51:53 +13:00
Franz Pletz
7cea1a46b7 fix(ruff): add 0.2.0, prevent IFD
Prevents IFD by optionally providing a cargoHash.

See #1464 for a similar issue.
2024-02-06 17:51:53 +13:00
Phillip Cloud
658dc2595a
Merge pull request #1481 from cameronraysmith/lightning-unpackphase 2024-02-04 06:57:57 -05:00
Phillip Cloud
921e964a8e
Merge pull request #1498 from colons/types-ujson 2024-02-04 06:46:02 -05:00
Phillip Cloud
952d548578
Merge pull request #1508 from davejames/overrides 2024-02-04 06:41:51 -05:00
Phillip Cloud
89aa79ba8d
Merge pull request #1512 from amrox/override-gnu-readline 2024-02-04 06:41:18 -05:00
Phillip Cloud
3d899a7a64
Merge pull request #1501 from fpletz/ruff-0.1.13 2024-02-04 06:38:33 -05:00
Phillip Cloud
65ae806c25
Merge pull request #1516 from PicoGeyer/m2crypto_fixes 2024-02-04 06:38:05 -05:00
Phillip Cloud
e6b114f92d
Merge pull request #1523 from jhh/pynetworktables 2024-02-04 06:37:47 -05:00
Phillip Cloud
f95b5c32e8
Merge pull request #1524 from bclaud/master 2024-02-04 06:37:34 -05:00
Phillip Cloud
3a3c802857
Merge pull request #1521 from sigprof/pythonForBuild-deprecation 2024-02-04 06:37:03 -05:00
Phillip Cloud
11872bc160
Merge pull request #1520 from surajsnair92/surajsnair92-cryptography-override 2024-02-04 06:36:31 -05:00
j.r
ca93a5019e
chore(rpds-py): add getCargoHash for 0.17.1 2024-02-03 13:19:10 +01:00
Bruno Claudino
0f5200c010
fix(aiokafka): add zlib
aiokafka

remove blank space
2024-02-01 13:51:47 -03:00
Jeff Hutchison
e86f608f09
overrides: add pynetworktables 2024-02-01 08:08:32 -05:00
Bruno Claudino
4183d08c90
override: fastapi-camelcase setuptools 2024-02-01 09:02:25 -03:00
Sergey Vlasov
8fb6db1d12 Adjust for renaming of pythonForBuild to pythonOnBuildForHost
The upstream Nixpkgs renamed `pythonForBuild` to `pythonOnBuildForHost`
and made `pythonForBuild` emit warnings: NixOS/nixpkgs#265764.  Adjust
the poetry2nix code to avoid warnings with the new version, while still
keeping compatibility with the old one.
2024-02-01 10:03:24 +03:00
Suraj
b9c8a6a5f1
overrides: add hash for cryptography 42.0.2 2024-01-31 18:47:59 -08:00
Suraj
2585821cd7
Revert "overrides: add hash for cryptography 42.0.2" 2024-01-31 18:45:24 -08:00
Suraj
c745031cf9
overrides: add hash for cryptography 42.0.2 2024-01-31 18:40:03 -08:00
Pico Geyer
f8b2463fcd fix(m2crypto): Update missing dependencies for M2Crypto
m2crypto needs swig at build time and openssl libs at run time.
2024-01-31 17:14:03 +02:00