Richtman, Ariel
2fd9006826
added override for python-hcl2 build system
2023-02-07 10:56:31 +10:00
Jairo Llopis
23bdc6cb80
build-systems: add nanoid
2023-02-03 12:22:43 +00:00
Pierre Bourdon
26e09674cb
overrides: automat: only add m2r to inputs for older versions
...
Newer versions of automat do not depend on m2r anymore [1]. Because of
this m2r might not end up being in poetry.lock along with automat, so
"self.m2r" ends up refering to the nixpkgs pythonPackages.m2r. That
package happens to be marked as broken in some conditions.
2023-02-03 12:29:13 +01:00
Jairo Llopis
f1ce816cde
fix(pillow): add libxcrpyt
2023-02-02 12:05:55 +00:00
Jairo Llopis
c2933fea0e
fix: use selenium wheels in >=4.0.0
...
[Selenium 4.0 uses Bazel to build python code][1]. Let's use the wheel to make it easier.
The override is split in two due to https://github.com/nix-community/poetry2nix/pull/948 .
[1]: 3ad153b168/py/CHANGES (L368)
2023-02-02 11:23:47 +00:00
Jairo Llopis
b53b0d72f0
fix(build-systems): add a few
...
@moduon MT-1075
2023-02-02 11:19:12 +00:00
Victor Engmark
5c1770a049
refactor: Sort build systems
2023-02-02 15:56:36 +13:00
Victor Engmark
5f897604eb
fix: Support shapely 2
...
Requires `geos-config` executable during build.
2023-01-30 14:47:12 +13:00
Pierre Bourdon
9e40a27bc6
build-systems: add pypeul
2023-01-29 02:29:42 +01:00
Phillip Cloud
860530598f
Merge pull request #967 from delroth/bs-dj-inmemorystorage
2023-01-28 09:57:51 -05:00
sohalt
3e7dd17a1e
build-systems: add petname
2023-01-27 12:16:53 +01:00
Pierre Bourdon
37fdea36e8
build-systems: add dj-inmemorystorage
2023-01-27 07:16:48 +01:00
Phillip Cloud
1c181d45c6
Merge pull request #963 from ac130kz/master
2023-01-25 19:25:58 -05:00
Mikhail Krassavin
8bcf0b0e90
feat: add flit-core for pathspec >=0.11.0
2023-01-26 00:31:02 +06:00
Edward Gokmen
1475bc2278
added pathspec override
2023-01-25 16:40:18 +00:00
Edward Gokmen
a175ec5133
fixed syntax error
2023-01-25 11:42:17 +00:00
Edward Gokmen
3b37f0cd0a
added overrides but theyre not sorted :(
2023-01-25 11:25:48 +00:00
Daniel Underwood
9e154630c2
Add setuptools build dependency to ligo-segments
2023-01-24 20:26:13 -05:00
adisbladis
4a29bb7de7
Merge pull request #947 from ac130kz-personal-workspace/master
...
feat: overrides granian
2023-01-24 18:13:36 +13:00
adisbladis
1ee5aa869b
Merge pull request #952 from nlewo/more-buildsystem-overrides
...
Add more build-systems overrides
2023-01-24 18:12:56 +13:00
Mikhail Krassavin
24b36048e5
feat: granian overrides
2023-01-23 18:08:29 +06:00
Bouke van der Bijl
3542832374
Link include and share folders in pybind11 to top-level
...
This makes sure that share and include exist at $out so the pybind11
headers and cmake libraries can be found by cmake.
2023-01-21 16:38:30 +01:00
Antoine Eiche
0270dc1152
Add more build-systems overrides
...
For colander, consulate, pytest-ordering, uwsgidecorators, zk
2023-01-20 17:17:10 +01:00
Jairo Llopis
2241744fc6
fix: pydocstyle >= 6.2.0 build system
2023-01-19 09:01:13 +00:00
Phillip Cloud
41b16c4ff7
fix: fix shapely wheel build with newer versions of nixpkgs
2023-01-14 07:29:18 -05:00
Jairo Llopis
58dd088f32
fix: plumbum 1.8.1 build systems
2023-01-13 10:28:10 +00:00
Phillip Cloud
b318b64ce9
chore: don't patch fancycompleter
when building from wheel
2023-01-12 08:27:11 -05:00
Phillip Cloud
adc36bc4bf
chore: remove wheel
wheel override
2023-01-12 05:33:40 -05:00
adisbladis
1d49746394
Merge pull request #938 from takeda/patch-2
...
override: pulumi-azure-native
2023-01-12 14:01:55 +13:00
adisbladis
c18f73ebf0
Merge pull request #933 from simonkampe/overrides/python-snap7
...
Add python-snap7 override to fix library issue
2023-01-12 14:00:39 +13:00
adisbladis
24bf78d67a
Merge pull request #935 from takeda/patch-1
...
override: cryptography 39.0.0
2023-01-12 14:00:15 +13:00
adisbladis
3e99ab4d3c
Merge pull request #940 from ac130kz/patch-1
...
fix: hatchling for iniconfig >=2.0.0
2023-01-12 13:59:49 +13:00
Mikhail Krassavin
2d4026bde2
fix: iniconfig <2.0.0
2023-01-11 16:42:06 +06:00
Mikhail Krassavin
b832ec74c2
feat: orjson 3.8.5
2023-01-11 16:35:47 +06:00
Mikhail Krassavin
ac30ce25a6
fix: hatchling for iniconfig >=2.0.0
2023-01-11 16:29:30 +06:00
Derek Kulinski
e59d8d60fd
override: pulumi-azure-native
2023-01-10 13:26:08 -08:00
Derek Kulinski
9ce40b381d
override: cryptography 39.0.0
2023-01-09 14:15:19 -08:00
Simon Kämpe
da3e7af605
Add python-snap7 override to fix library issue
2023-01-09 13:18:16 +01:00
Victor Engmark
7b7448a739
fix: Use setuptools-scm for python-ulid
...
Closes #921 .
2023-01-09 09:25:50 +13:00
Mikhail Krassavin
53f5836a87
fix: change hash to the one showed in the error message
2023-01-08 13:35:01 +06:00
Mikhail Krassavin
939c58fefe
feat(orjson): 3.8.4
2023-01-08 11:40:24 +06:00
Phillip Cloud
7af0e3fe6a
fix: make sure all isWheel
accesses have an or false
expression
2023-01-07 06:57:30 -05:00
Victor Engmark
54ff485422
fix: Use hatchling for filelock >=3.9.0
...
As per the
[release log](https://github.com/tox-dev/py-filelock/releases/tag/3.9.0 ).
2023-01-07 06:36:32 -05:00
Phillip Cloud
f90fb474c7
Merge pull request #915 from Sohalt/pluralizer
2023-01-07 06:35:18 -05:00
Phillip Cloud
ba0f4aabd1
style: fix formatting
2023-01-07 06:34:28 -05:00
Phillip Cloud
3a2b4b7f73
Merge pull request #926 from das-g/pytest-flake8
2023-01-06 21:10:00 -05:00
Jeff Hutchison
09c325855d
Fix tba-api-v3client alphabetical sort order
2023-01-06 11:26:16 -05:00
Jeff Hutchison
ed47467fb1
build-systems: add tba-api-v3client
2023-01-06 11:11:14 -05:00
Raphael Das Gupta
709d79178f
build-systems: pytest-flake8
2023-01-06 16:46:26 +01:00
adisbladis
9cd2803519
Merge pull request #913 from Sohalt/django-coverage-plugin
...
build-systems: add django-coverage-plugin
2023-01-07 04:13:26 +13:00