adisbladis
5612b5cbdf
mypy: Don't patch if format is wheel
...
We don't have the sources if it's a wheel, and hence cant/dont need to patch.
2022-05-09 20:37:00 +12:00
Chaz Schlarp
b7d8fe42ce
overrides.jinja2-ansible-filters: Fix missing VERSION file
2022-05-07 19:29:50 -07:00
P. R. d. O
683bc56b2d
overrides.python-twitter: add override
2022-05-07 07:25:44 -06:00
adisbladis
98f188deda
overrides.pandas: Add overrides to build on non-linux
...
And also enable parallel building.
2022-05-05 06:34:30 +12:00
adisbladis
d09cb7145c
overrides.psycopg2cffi: Add override
2022-05-05 04:15:45 +12:00
adisbladis
639115b897
overrides.lsassy: Work around upstream missing version constraint in setup.py
2022-04-29 03:22:30 +12:00
adisbladis
8cfd980262
overrides.platformdirs: Add hatch-vcs
2022-04-23 18:06:38 +12:00
Jairo Llopis
ee93bd0121
fix: add hatchling for platformdirs
...
https://github.com/platformdirs/platformdirs/pull/75 was released yesterday.
2022-04-22 21:48:06 +12:00
Brian Parker
32263bebfe
make soundfile find libsndfile at runtime ( #597 )
...
* make soundfile find libsndfile at runtime
* nixpkgs-fmt
2022-04-17 10:36:17 +07:00
Derek Kulinski
2291694c6a
Used incorrect hash for orjson 3.6.7
2022-04-16 00:54:25 -07:00
adisbladis
204d242690
Merge pull request #593 from takeda/takeda-patch-2
...
datadog package and hatch support
2022-04-16 11:07:28 +07:00
Derek Kulinski
a992cb630b
datadog package and also support for hatchling
2022-04-16 14:57:51 +12:00
Derek Kulinski
2f3acc2cf2
orjson override
2022-04-16 14:09:58 +12:00
adisbladis
b6bab4e188
overrides: Fix docutils with setuptools >= 60
2022-04-15 22:58:46 +12:00
Suwon Park
0dd8ba714a
overrides: pillow: Add libxcb libX11 ( #587 )
...
Add libxcb libX11 to pillow
2022-04-14 15:06:50 +12:00
adisbladis
7735583527
overrides.cryptography: Add 36.0.2 hash
2022-04-01 00:37:03 +12:00
adisbladis
000d8dddb8
overrides.cryptography: Prefer wheel if we don't have a pinned cargo hash
...
I'm really tired of the situation where we have to play catch-up with
upstream's Rust shenanigans.
While this is not a true fix it should at least help some people not
to break their setups whenever upstream decides to cut a new release.
2022-03-31 13:12:50 +12:00
adisbladis
fa78616448
Merge pull request #578 from jonringer/web3
...
Add support for web3 package
2022-03-31 12:51:19 +12:00
Jonathan Ringer
70fcc2b05b
overrides: add py-solc-x
2022-03-29 18:56:34 -07:00
Jonathan Ringer
caad636c27
overrides: add coincurve
2022-03-29 18:56:34 -07:00
Sem Mulder
d687e93cb9
Add test for PEP 600
2022-03-28 23:49:29 +02:00
Sem Mulder
8bee2d9d83
Do not include the build system in nativeBuildInputs for wheels
2022-03-28 23:49:29 +02:00
Lorenzo Manacorda
3bf852b542
overrides.ccxt: patch path to README
...
MarkDown file doesn't exist in source, yet is sourced, so let's place it
there.
2022-03-27 12:26:07 +02:00
Derek Kulinski
d124e7312b
Fix mypy 0.940+
2022-03-21 21:16:34 -07:00
Daniel Nagy
f36a1aaea3
overrides.pymediainfo: patch libmediainfo paths
2022-02-16 12:08:22 +01:00
Daniel Nagy
b92a007388
overrides.pikepdf: add qpdf and pybind11 buildInputs
2022-02-14 20:43:11 +01:00
Daniel Nagy
029260810c
overrides.python-magic: patch libmagic path
...
Also add an importscheck for the "magic" module. Without this override,
an error such as this occurs:
> ImportError: failed to find libmagic. Check your installation
2022-02-11 18:06:05 +01:00
Nejc Zupan
43c600f390
More various fixes
2022-02-05 20:47:13 +00:00
adisbladis
58e95427d4
Revert "fix utf8 emoji for strawberry-graphql"
...
This reverts commit 6876a58bb79bd62fd21b0cc0ef5961d0c1cfaa72.
It seems that the build is successful regardless of this override.
2022-02-05 18:38:57 +12:00
case
fb2c617d08
fix utf8 emoji for strawberry-graphql
2022-02-05 18:38:57 +12:00
case
4c802105bc
add confluent-kafka
2022-02-05 18:38:57 +12:00
adisbladis
82cbe16cf1
Merge pull request #534 from takeda/takeda-patch-1
...
Compile mypy once again
2022-02-05 12:35:36 +12:00
Derek Kulinski
5747d0d7da
Compile mypy once again
2022-02-03 20:17:27 -08:00
Nejc Zupan
ea15a00506
A few fixes to various packages
2022-02-01 20:33:37 +00:00
Tom Repetti
7dff6e4238
overrides.igraph: add override
2022-01-27 20:36:21 -05:00
lunik1
59bf583eed
overrides.uwsgi: only change sourceRoot for 2.0.19.x
2022-01-25 22:28:49 +00:00
adisbladis
4022cbc823
overrides: Assorted fixes
2022-01-23 10:26:18 +12:00
adisbladis
c667bfa529
Skip failing tests on darwin
...
And fix scikit-learn on darwin.
2022-01-22 20:01:07 +12:00
adisbladis
0a6d22407c
overrides.matplotlib: Hopefully fix darwin build
2022-01-22 10:18:14 +12:00
adisbladis
47ec073295
overrides.matplotlib: Don't copy mplsetup.cfg
2022-01-22 10:07:15 +12:00
adisbladis
c60eba609e
overrides.cryptography: Fix darwin build by adding iconv
2022-01-22 10:07:15 +12:00
adisbladis
1d62cb77e6
overrides;pendulum: Remove explicit override
2022-01-21 15:33:24 +12:00
adisbladis
bb918a65de
overrides: pkgs.lib -> lib
2022-01-21 15:33:24 +12:00
adisbladis
6c2c497a29
Add cython to derived overrides script
2022-01-21 14:53:44 +12:00
adisbladis
849e0e3ca4
overrides: Move build-systems to separate file which can be automatically generated
...
This change uses the new development tool to derive build-systems from
nixpkgs to the extent that it is possible.
This will reduce the maintenance burden on us a bit until the upstream Poetry issue around this is solved.
Additionally it will fix a lot of packages we didn't even know were broken to begin with.
2022-01-21 14:30:51 +12:00
adisbladis
044d7d70fc
Add development tool to automatically derive build-systems from nixpkgs
2022-01-21 14:25:21 +12:00
adisbladis
e6433fee56
overrides.nix: Move into overrides/default.nix
...
I will implement some automation around creating these which will have supplementary files that shouldn't pollute the project root.
2022-01-21 10:19:04 +12:00