Commit graph

1755 commits

Author SHA1 Message Date
Victor Engmark
f0216abfe1 fix: Use Cython to build Fiona >=1.9.0 from source 2023-02-21 15:50:35 +13:00
Victor Engmark
fe30d95c6c fix: Enable Cython in bounded build system constraints 2023-02-21 15:49:00 +13: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
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
Daniel Underwood
9e154630c2
Add setuptools build dependency to ligo-segments 2023-01-24 20:26:13 -05: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
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
Phillip Cloud
41b16c4ff7
fix: fix shapely wheel build with newer versions of nixpkgs 2023-01-14 07:29:18 -05:00
adisbladis
6878b31bd7
Merge pull request #943 from moduon/update
fix: plumbum 1.8.1 build systems
2023-01-14 20:53:23 +13:00
Jairo Llopis
58dd088f32
fix: plumbum 1.8.1 build systems 2023-01-13 10:28:10 +00:00
Phillip Cloud
9b55d925f5
Merge pull request #942 from cpcloud/fancycompleter 2023-01-12 08:39:03 -05:00
Phillip Cloud
b318b64ce9
chore: don't patch fancycompleter when building from wheel 2023-01-12 08:27:11 -05:00
Phillip Cloud
2d5a11ae37
Merge pull request #895 from cpcloud/wheel-wheel 2023-01-12 06:48:44 -05:00
Phillip Cloud
adc36bc4bf
chore: remove wheel wheel override 2023-01-12 05:33:40 -05:00
Phillip Cloud
ffa5261510
fix: disallow the wheel package to preferWheels
Otherwise an infinite recursion error occurs.
2023-01-12 05:33:38 -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
94a57abd4a
Merge pull request #936 from apeschar/nixpkgs-extend
flake: define packages without re-importing nixpkgs
2023-01-12 14:01:22 +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
adisbladis
f03a088695
Merge pull request #941 from ac130kz/patch-2
feat: orjson 3.8.5
2023-01-12 13:59:35 +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
Albert Peschar
bd48d1ea71 Use existing nixpkgs.legacyPackages.${system} instead of import 2023-01-10 16:51:41 +02: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
adisbladis
449e238044
Merge pull request #930 from l0b0/docs/explain-setuptools-scm-edge-case
docs: Explain setuptools-scm edge case
2023-01-10 00:57:59 +13:00
adisbladis
e3bee2ee1c
Merge pull request #931 from l0b0/fix/setuptools-scm-for-python-ulid
fix: Use setuptools-scm for python-ulid
2023-01-09 11:51:15 +13:00