Commit graph

1929 commits

Author SHA1 Message Date
Pierre Bourdon
f70533d298
overrides: add libarchive
- Build system dependency (setuptools).
- Native library dependency path fixup.
2023-02-11 03:50:41 +01:00
Varun Madiath
98f2a051a4 build-systems: add bencode-py 2023-02-10 12:09:12 -05:00
Mikhail Krassavin
d4de2d84cb
feat: granian 0.2.6 2023-02-10 12:36:56 +06:00
Edward Gokmen
762a7028d0 ran the command to sort build systems 2023-02-09 21:52:33 +00:00
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
57f3937822 feat: Verify that build systems are sorted 2023-02-02 15:56:36 +13: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
Victor Engmark
4edba3cc89 test: Update Shapely test to use latest pre-2 version 2023-01-30 14:47:12 +13:00
Victor Engmark
4ee1b00b21 refactor: Simplify Shapely test 2023-01-30 14:47:12 +13:00
Victor Engmark
ebfdb76104 build: Use flit-core for affine>=2.4.0
As per <https://github.com/rasterio/affine/compare/2.3.1...2.4.0>.
2023-01-30 14:19:58 +13:00
Victor Engmark
73e0dbd147 test: Add affine<2.4 test 2023-01-30 14:16:09 +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
Phillip Cloud
5b099d0c27
Merge pull request #969 from Sohalt/petname 2023-01-28 09:57:40 -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
ea63bd8d4a
Merge pull request #964 from cpcloud/native-check-inputs 2023-01-26 05:11:51 -05:00
Jairo Llopis
c1de037f1b
docs: document how to override preferWheel = true
This commit also fixes the previous one's test.
2023-01-26 10:00:13 +00:00
Phillip Cloud
1c181d45c6
Merge pull request #963 from ac130kz/master 2023-01-25 19:25:58 -05:00
Phillip Cloud
ac7ba7b269
Merge pull request #961 from danielunderwood/ligo-segments-setuptools 2023-01-25 16:12:24 -05:00
Phillip Cloud
f3637f6d0e
Merge pull request #946 from ryanswrt/fix/url-parsing 2023-01-25 16:05:19 -05:00
Phillip Cloud
d6687ddbe7
fix: add nativeCheckInputs for new nixpkgs 2023-01-25 14:53:32 -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
dependabot[bot]
76a4ad2b40
build(deps): bump keyring from 23.11.0 to 23.13.1 in /pkgs/poetry
Bumps [keyring](https://github.com/jaraco/keyring) from 23.11.0 to 23.13.1.
- [Release notes](https://github.com/jaraco/keyring/releases)
- [Changelog](https://github.com/jaraco/keyring/blob/main/CHANGES.rst)
- [Commits](https://github.com/jaraco/keyring/compare/v23.11.0...v23.13.1)

---
updated-dependencies:
- dependency-name: keyring
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-24 05:20:05 +00:00
adisbladis
a20e27e055
Merge pull request #950 from l0b0/fix/dependabot-directory
fix: Point Dependabot to directory with poetry.lock file
2023-01-24 18:14:20 +13: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
adisbladis
83a6b995ac
Merge pull request #953 from bouk/pybind11-link
Link include and share folders in pybind11 to top-level
2023-01-24 18:12:34 +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
Victor Engmark
c2d67ebfc6 fix: Point Dependabot to directory with poetry.lock file
Otherwise it won't update.
2023-01-20 15:50:13 +13:00
Jairo Llopis
936f2b08bb
tests: assert that setting preferWheel with overridePythonAttrs fails
Adding `preferWheel = true` to a package can only be done with `.override` and not with `.overridePythonAttrs`. This is something unexpected or undocumented until now. This test proves that it doesn't work.
2023-01-19 10:53:20 +00:00
Jairo Llopis
2241744fc6
fix: pydocstyle >= 6.2.0 build system 2023-01-19 09:01:13 +00:00
Ryan Swart
0e9c1d8599 fix: wheel is not tarball... 2023-01-17 21:41:17 +08:00
Ryan Swart
1a2045ef51 fix: use hash on url dep 2023-01-17 20:08:24 +08:00
adisbladis
a5c454a834
Merge pull request #945 from Mic92/flake-simplification
Modernize flake and simplify flake template
2023-01-17 16:41:15 +13:00
Jörg Thalheim
05b788f7b9 template: drop use of overlay
This makes the template a lot shorter.
Overlays are not only harder to read and understand (especially if
multiple of them have to be combined), they also have a
real performance impact as each flake would introduce its own instance
of nixpkgks, which can further multiply if these flakes are than import
into multiple NixOS configurations:
https://zimbatm.com/notes/1000-instances-of-nixpkgs

If the goal of overlays was here to make importing easier, I would
rather recommend looking into https://flake.parts
2023-01-15 13:01:36 +01:00
Jörg Thalheim
16e7600337 flake: replace deprecated default attributes with their new equivalents
defaultPackage was renamed to packages.default
defaultTemplate was renamed to templates.default
defaultApp was renamed to apps.default
2023-01-15 13:01:36 +01:00
Phillip Cloud
c3f200c055
Merge pull request #944 from cpcloud/shapely-wheel-fix 2023-01-14 07:45:04 -05:00