Rowan Skewes
9cbaca69c3
overrides: jupyterlab-widgets
2021-09-17 21:34:48 +10:00
Rowan Skewes
9e9b0b0344
overrides: argcomplete
2021-09-17 21:32:10 +10:00
Derek Kulinski
963b399985
licensecheck override
...
The `setup.py` generated by poetry appears to be broken for some reason.
2021-09-14 16:22:26 -07:00
Tom Repetti
0ef89b2eba
overrides: fix llvmlite build and add appropriate LLVM versions
2021-09-07 13:49:49 -04:00
lunik1
d9bf565b63
Add overrides for cwcwidth, platformdirs, and pythran
2021-09-01 16:35:44 +01:00
Victor Engmark
c71640822d
feat: Make virtualenv installable
...
I do not fully understand why the version specification breaks the
installation, because `poetry install` and `pip install
--requirement=<(poetry export)` both work just fine.
Closes #340 .
2021-08-27 10:48:16 +12:00
adisbladis
2f5291f9cd
Add override to make shellcheck-py installable
2021-08-26 12:41:15 -05:00
adisbladis
11f15b8c7d
Merge pull request #368 from erictapen/overrides
...
Add overrides for borgbackup, weblate-language-date
2021-08-26 11:56:01 -05:00
adisbladis
c261b4d6b9
Merge pull request #364 from l0b0/feat/make-recent-mypy-installable
...
feat: Make mypy >=0.900 installable
2021-08-26 11:36:41 -05:00
Tom Sydney Kerckhove
ce1081254d
Add --no-clobber to pendulum override so it doesn't fail if the f iles are already in the right place
2021-08-26 16:06:11 +02:00
Kerstin Humm
b17017968b
add overrides for borgbackup, weblate-language-date
2021-08-26 13:38:27 +02:00
Victor Engmark
f3224ef88c
feat: Make mypy >=0.900 installable
...
Based on
<https://github.com/nix-community/poetry2nix/issues/323#issuecomment-871929102 >.
Hopefully there's a better solution soon, but for the moment it looks
like this is necessary to install recent versions of mypy.
Closes #323 .
2021-08-26 17:07:10 +12:00
adisbladis
046ee4939a
Merge pull request #366 from l0b0/feat/make-pytest-randomly-installable
...
feat: Make pytest-randomly installable
2021-08-25 11:45:34 -05:00
Victor Engmark
607d93fd2e
feat: Make pytest-randomly installable
...
Based on
<https://github.com/nix-community/poetry2nix/issues/322#issue-922199285 >.
Closes #322 together with #365 .
2021-08-25 12:25:05 +12:00
Victor Engmark
b41301ef0c
feat: Make ruamel-yaml installable
...
Based on
<https://github.com/nix-community/poetry2nix/issues/322#issuecomment-874944931 >
2021-08-25 12:20:10 +12:00
adisbladis
bcc679d1ae
poetry: 1.17.0 -> 1.18.0
2021-08-19 15:06:24 -05:00
Tom Repetti
34541ddb3f
Add override for tomli
2021-08-16 20:22:10 -04:00
Li Junkang
e0cbe3a9e5
Add override arpeggio
2021-08-15 00:52:08 +08:00
Antoine Eiche
bfce63096f
Add override for requestsexceptions
2021-08-12 00:08:40 +02:00
lunik1
1ca0a63509
Enable dataset module in pyarrow
2021-08-03 18:45:07 +01:00
Jez Cope
1a0ecd7288
Add override for requests-unixsocket
2021-07-23 21:21:17 +01:00
Utku Demir
613152f16f
Fix matplotlib build
2021-07-20 21:20:08 +12:00
Jascha Geerds
00afb77ee8
Add overrides for multiple packages
...
- pygraphviz
- pyjsg
- pyshex
- pyshexc
- shexjsg
- sparqlslurper
2021-07-01 11:19:49 +02:00
adisbladis
765615e043
Fix pendulum wheel install
2021-06-29 10:06:47 -05:00
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