Commit graph

203 commits

Author SHA1 Message Date
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
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