Commit graph

184 commits

Author SHA1 Message Date
Thomas Sanchez
673741851e add lazy-object-proxy override 2021-06-10 12:04:01 +02:00
Thomas Sanchez
5edc54a3d9 Add ua-parser override 2021-06-10 09:27:51 +02:00
Thomas Sanchez
3b0baa6b90 Add marisa-trie override 2021-06-08 21:31:30 +02:00
Alexander Shestakov
ed29519bfc
Adding xcodebuild as a darwin dependency for lxml
Since lxml requires xcrun to be present in PATH
2021-06-08 12:29:34 +03:00
Mitsuhiro Nakamura
328c5e915b overrides: disable matplotlib lto on darwin 2021-06-02 10:34:51 +09:00
Steve Purcell
474640c3dd Additional overrides for some crypto-related packages 2021-05-18 14:48:41 +12:00
Steve Purcell
e01a46c563 Add override for pyusb
See https://github.com/qmk/qmk_firmware/pull/12855
2021-05-11 12:57:42 +12:00
Steve Purcell
bcf4907be2 Add override for hid
See https://github.com/qmk/qmk_firmware/pull/12855
2021-05-11 12:57:07 +12:00
Tom Sydney Kerckhove
8e5d320b43
safer overrides using 'or [ ]' 2021-05-07 13:13:50 -05:00
adisbladis
1d70475753
Merge pull request #294 from ryneeverett/importlib-metadata_pyproject
importlib-metadata: Don't remove pyproject.toml
2021-05-07 02:33:00 -05:00
adisbladis
3c502802b3
Merge pull request #295 from m15a/pflake8
Add override for pyproject-flake8
2021-05-07 02:32:41 -05:00
Derek Kulinski
0afcc3276c Use compiled version of mypy (mypyc)
Use compiled version (this supposed to offer 4x speed improvement over pure python, it's also the version that is provided through wheels).
2021-05-07 00:03:44 -07:00
Mitsuhiro Nakamura
b684cb802c Add override for pyproject-flake8 2021-05-07 09:47:48 +09:00
ryneeverett
872f1d5519 importlib-metadata: Don't remove pyproject.toml
Without this change a build depending on recent versions of `keyring` results in:

> ERROR: Could not find a version that satisfies the requirement importlib-metadata>=3.6 (from keyring==23.0.1) (from versions: none)
> ERROR: No matching distribution found for importlib-metadata>=3.6 (from keyring==23.0.1)
2021-05-06 11:15:59 -04:00
ilikeavocadoes
9fca804645 overrides: add pytest-runner dependency for aiohttp-swagger3 2021-05-04 13:16:48 +03:00
Thiago Franco de Moraes
cb27ae14c3
Add overrides for wxPython (#281)
* Add overrides for wxPython
2021-05-03 16:57:37 +02:00
Mitsuhiro Nakamura
a56ad6e4eb
Add override for psutil on darwin (#290) 2021-05-03 16:29:07 +02:00
Mitsuhiro Nakamura
745b256622
Add override for python-snappy (#291) 2021-05-03 16:28:54 +02:00
Thiago Franco de Moraes
1b3d7f4f36
Added typing-extensions to torch propagatedBuildInputs 2021-04-21 19:39:40 -03:00
Thiago Franco de Moraes
d779b1adcb
Added an override to torchvision 2021-04-19 21:48:55 -03:00
confusus
d7fd89d119 Add overrides for django, django-*, pillow, typed_ast and weasyprint packages 2021-04-14 20:56:36 +02:00
Félix Baylac-Jacqué
3eb9083df5
overrides: sentence-transformer package
sentence-transformer depends on a unspecficied typing-extensions
python dependency.
2021-03-30 11:19:09 +02:00
Félix Baylac-Jacqué
9e6fc2d52e
overrides: add sentenpiece override
Sentenpiece depends on a native library and a local C library built
with cmake.
2021-03-30 11:08:30 +02:00
Félix Baylac-Jacqué
8585b78353
overrides: use a wheel for the tokenizers package
The tokenizers build system is pretty complex and requires cargo setup
to actually build (cf. the nixpkgs python override).

Using the wheel seems like the local optimum here to prevent the
source build complexity.
2021-03-30 11:08:28 +02:00
Imran Hossain
64b120159b Add libmysqlclient to mysqlclient nativeBuildInputs 2021-03-17 20:37:29 -04:00
adisbladis
fd35047502
overrides: Make grpcio override safer 2021-03-16 16:58:47 +02:00
adisbladis
ebd3696122
overrides: Add grpcio-tools override 2021-03-16 16:41:54 +02:00
adisbladis
8790d1c615
overrides: Add grpcio override 2021-03-16 16:41:54 +02:00
Rowan Skewes
4f6b98b270 overrides: munch, fiona, pygeos, rtree 2021-03-12 18:00:10 +11:00
adisbladis
5247b36e8e
overrides: Update h5py override 2021-03-07 01:41:18 +02:00
Joel Rivera
23b3e00bfc Add additional overrides for jaraco-functools, portend and tempora.
They need toml as a build dependency, they require setuptools_scm with the toml extra.
2021-02-27 16:38:33 -06:00
adisbladis
12b238e4f2
pyqt5: Set dontWrapQtApps to fix build 2021-02-21 12:43:13 +01:00
Rowan Skewes
3484e377f9
overrides for gdal, moto, pdal, pyproj, others 2021-02-21 11:41:19 +01:00
adisbladis
8ca228bd9c
overrides: Add overrides to build rmfuse 2021-02-15 16:44:25 +01:00
adisbladis
2bc8743470
overrides: Make more overrides safe against missing attrs 2021-02-15 16:37:46 +01:00
Sandro
ff1a109304
Do not hardcode openjpeg version 2021-02-14 16:56:12 +01:00
adisbladis
cbdcd499f5
overrides: Add more overrides 2021-02-11 13:59:43 +01:00
adisbladis
61f3dc5e54
overrides: Fix building cryptography 3.4 2021-02-11 03:49:37 +01:00
Tom Sydney Kerckhove
01c042021c
safer overrides (#250)
Co-authored-by: Tom Sydney Kerckhove <syd@cs-syd.eu>
2021-02-04 21:03:13 +01:00
adisbladis
267e417af0
overrides: Replace openmpi with mpi 2021-02-02 15:13:31 +01:00
adisbladis
095793f14f
overrides: pkgconfig -> pkg-config 2021-02-02 15:11:08 +01:00
adisbladis
f48bb3859c
Remove all references to stdenv.lib 2021-02-02 14:36:40 +01:00
ilikeavocadoes
39c39f65d4
Fix osqp
Closes #206
2021-02-02 12:37:33 +01:00
Philipp Hausmann
ecf1dd2fe5
mysqlclient: Add missing native library dependency 2021-02-02 12:24:13 +01:00
Tom Sydney Kerckhove
7a9d5dbe97
reformat 2021-02-02 12:15:55 +01:00
Tom Sydney Kerckhove
62fc282c1d
newrelic override fix 2021-02-02 12:15:55 +01:00
Tom Sydney Kerckhove
25de8d0893
pyee override fix 2021-02-02 12:15:55 +01:00
Tom Sydney Kerckhove
38f2a09c59
watchdog override fix 2021-02-02 12:15:55 +01:00
Tom Sydney Kerckhove
76ac8727d6
pytest-splinter override fix 2021-02-02 12:15:55 +01:00
Tom Sydney Kerckhove
7887e57c17
tqdm override fix 2021-02-02 12:15:55 +01:00