Phillip Cloud
73f004b3a7
Merge pull request #1582 from Atry/jupyter-existing-provisioner
...
fix(jupyter-existing-provisioner): Add missing dependency to `setuptools`
2024-05-01 07:01:31 -04:00
Phillip Cloud
aed21497f4
Merge branch 'master' into jupyter-existing-provisioner
2024-05-01 06:50:38 -04:00
Phillip Cloud
90b77fa964
Merge branch 'master' into llvmlite-static
2024-05-01 06:42:58 -04:00
Phillip Cloud
1a3c099885
Merge pull request #1611 from takeda/patch-1
...
mockito: setuptools -> hatchling
2024-05-01 06:40:15 -04:00
Phillip Cloud
04cf903440
Merge branch 'master' into patch-1
2024-05-01 06:26:36 -04:00
Phillip Cloud
9db495bc9e
Merge branch 'master' into pypika-json
2024-05-01 06:20:09 -04:00
Phillip Cloud
c14a02e750
Merge pull request #1614 from MatthewCroughan/mc/apsw-src
...
overrides: add hashes and overide source for apsw 3.44.2.0+
2024-05-01 05:51:19 -04:00
Phillip Cloud
0ca15ae84a
chore: hack around attempted download of sqlite amalgamation
2024-05-01 05:41:41 -04:00
matthewcroughan
f108917991
overrides: add hashes and overide source for apsw 3.44.2.0+
2024-05-01 05:08:05 -04:00
Artem Starikov
0d2058fff1
fix(fastapi-users-db-sqlalchemy): add build system info
2024-05-01 05:07:28 -04:00
Artem Starikov
9ffb7ffa4c
fix(fastapi-users): add build system info
2024-05-01 05:07:27 -04:00
Artem Starikov
62429b8e1c
fix(pwdlib): add build system info
2024-05-01 05:07:26 -04:00
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
Derek Kulinski
a97e89543b
mockito: setuptools -> hatchling
2024-04-22 18:29:34 -07:00
Isabella Skořepová
fdc63dde78
fix(pypika): add build system info
2024-04-17 10:29:02 +02: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
Yang, Bo
596432fa1f
fix(jupyter-existing-provisioner): Add missing dependency to setuptools
...
https://github.com/sv99/jupyter_existing_provisioner
2024-04-06 17:45:33 +00:00
Cameron Smith
09720ef26f
fix(llvmlite): static linking disabled by default
...
* https://github.com/numba/llvmlite/pull/250
* "-static-libstdc++" is not used in f22420ad76/ffi/Makefile.linux
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
2024-03-05 21:54:42 -05: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