Commit graph

1151 commits

Author SHA1 Message Date
adisbladis
044d7d70fc Add development tool to automatically derive build-systems from nixpkgs 2022-01-21 14:25:21 +12:00
adisbladis
e6433fee56 overrides.nix: Move into overrides/default.nix
I will implement some automation around creating these which will have supplementary files that shouldn't pollute the project root.
2022-01-21 10:19:04 +12:00
adisbladis
c3642f5368 overrides: Add assorted overrides to fix build-system dependencies 2022-01-20 11:58:16 +12:00
adisbladis
7388c74004
Merge pull request #524 from nix-community/assorted-pkgs-test
Add assorted-pkgs test
2022-01-20 11:57:20 +12:00
adisbladis
f4dcab7362 Add assorted-pkgs test
I intend to add smaller test cases here that are not big enough to warrant their own tests.
2022-01-20 10:04:25 +12:00
adisbladis
038ed56cc1
Merge pull request #522 from nix-community/extended-cross
Extended cross tests
2022-01-19 19:24:17 +12:00
adisbladis
a032307edd Add extended cross test 2022-01-19 18:59:50 +12:00
adisbladis
1011a79c95 overrides: Fix various cross issues 2022-01-19 18:59:50 +12:00
adisbladis
8ca929109d fetchFromPypi: Fix cross 2022-01-19 18:59:50 +12:00
adisbladis
30e1dc364c overrides.cffi: Fix cross 2022-01-19 18:59:50 +12:00
adisbladis
ba1107f46b overrides.pysqlite: Fix cross 2022-01-19 18:59:50 +12:00
adisbladis
42a24320d4 Update LICENSE years 2022-01-19 18:59:50 +12:00
adisbladis
053363b007
Merge pull request #521 from K900/master
Add some overrides
2022-01-19 18:59:36 +12:00
K900
2834cd7a53 overrides: add systemd-python 2022-01-19 09:43:40 +03:00
K900
9b3f728de6 overrides: add tortoise-orm + deps 2022-01-19 09:42:17 +03:00
adisbladis
1b090f2917
Merge pull request #519 from nix-community/cross
Fix cross compilation and add cross test
2022-01-19 04:41:56 +12:00
adisbladis
9b5fba1b71 Fix cross compilation and add cross test 2022-01-19 04:35:12 +12:00
adisbladis
ca33d25e5e
Merge pull request #518 from nix-community/no-isbootstrap
Remove __isBootstrap hack
2022-01-19 02:27:55 +12:00
adisbladis
230e4fbb48 Remove __isBootstrap hack
Since #466 was merged we don't need it anymore.
2022-01-19 02:20:37 +12:00
adisbladis
ff47a9735b
Merge pull request #516 from nix-community/mpl-fixup-args
overrides.matplotlib: old.passthru -> old.passthru.args
2022-01-18 22:49:50 +12:00
adisbladis
48aeba5812 overrides.matplotlib: old.passthru -> old.passthru.args 2022-01-18 22:34:24 +12:00
adisbladis
1c4a1a2232
Merge pull request #513 from nix-community/no-dontprefersetuppy
Remove dontPreferSetupPy & don't remove pyproject.toml
2022-01-18 22:26:55 +12:00
adisbladis
d214b36911 Inherit test cases from nixpkgs
These packages uses poetry2nix and we can use them for regression testing.
2022-01-18 22:18:00 +12:00
adisbladis
eedd417712 Bump nixpkgs 2022-01-18 21:18:48 +12:00
adisbladis
ff4c1b9068 Fix file deps test 2022-01-18 21:06:29 +12:00
adisbladis
cacab99101 overrides: Create addPbr abstraction 2022-01-18 21:06:29 +12:00
adisbladis
fbc86b40d4 overrides: Create addPoetry abstraction 2022-01-18 21:06:29 +12:00
adisbladis
71f665c5bf overrides: Create addFlit abstraction 2022-01-18 15:47:50 +12:00
adisbladis
8be11cbe8f Remove dontPreferSetupPy & don't remove pyproject.toml ever
It seems like this bandaid to avoid some build-system related overrides causes more problems than it fixes.
Let's just deal with reality up-front and hope that https://github.com/python-poetry/poetry/issues/2789 will be fixed at some point.
2022-01-18 15:18:57 +12:00
adisbladis
23be9b3cb0
Merge pull request #466 from cpcloud/remove-bootstrap-poetry
build: remove bootstrap dependency on poetry
2022-01-18 15:18:22 +12:00
adisbladis
6f31c4ed1d
Merge pull request #512 from nix-community/fetchgit-nix24
fetchGit: work-around bug in Nix 2.4
2022-01-18 10:04:56 +12:00
László Vaskó
8e1eef3751 fetchGit: use allRefs only when it is needed
If `branch` or `tag` is given in sourceSpec, then `fetchGit` would
work as before, the only problematic setup is `rev` when used with Nix 2.4+
2022-01-18 09:53:24 +12:00
László Vaskó
5c06704d45 fetchGit: work-around bug in Nix 2.4
Another approach to make `poetry2nix` work with dependencies specified
by arbitrary `rev=<hash>` values on newer Nix revisions.

Relates-to: https://github.com/nix-community/poetry2nix/pull/358
Relates-to: https://github.com/NixOS/nix/issues/5128
2022-01-18 09:53:24 +12:00
adisbladis
a47cc109f8
Merge pull request #511 from nix-community/no-recurse-checkinputs
Add overlay that disables checks for packages inherited from nixpkgs
2022-01-17 23:41:17 +12:00
adisbladis
504dc068bb Add overlay that disables checks for packages inherited from nixpkgs
This is a more principled fix to #510 that will hopefully prevent this entire class of errors.
2022-01-17 22:24:06 +12:00
adisbladis
83a135e781
Merge pull request #510 from nix-community/pyparsing-no-recurse
overrides.pyparsing: Prevent infinite recursion by disabling tests
2022-01-17 22:02:24 +12:00
adisbladis
01ae862d09 overrides.pyparsing: Prevent infinite recursion by disabling tests 2022-01-17 21:45:08 +12:00
adisbladis
7b5c8e3b83
Merge pull request #508 from lunik1/pymssql
overrides.pymssql: add override
2022-01-15 14:55:33 +12:00
adisbladis
73de0ca6a3
Merge pull request #507 from lunik1/pyrfr-override
overrides.pyrfr: add override
2022-01-15 14:54:50 +12:00
adisbladis
e950659441
Merge pull request #509 from vale981/patch-2
fix typo in overrides: enableTk -> enableGtk3
2022-01-15 14:54:32 +12:00
adisbladis
c2250a8c02
Merge pull request #506 from lunik1/flatbuffers-override
overrides.flatbuffers: add override
2022-01-15 14:54:06 +12:00
390173bce2
fix typo in overrides: enableTk -> enableGtk3 2022-01-14 19:26:31 +01:00
lunik1
601609e83b
overrides.pymssql: add override 2022-01-14 16:57:34 +00:00
lunik1
bdecd74f6e
overrides.pyrfr: add override 2022-01-14 12:21:35 +00:00
lunik1
c5d345cb06
overrides.flatbuffers: add override
Co-authored-by: Bryan Bennett <Bryan.Bennett@protonmail.com>
2022-01-14 12:09:29 +00:00
adisbladis
cf1547ba2b
Merge pull request #505 from crabhi/patch-1
Cymem needs Cython
2022-01-13 02:21:28 +12:00
Filip Sedlák
31fde2890a
Cymem needs Cython
The https://pypi.org/project/cymem/ package fails to build without Cython.
2022-01-12 14:00:18 +01:00
adisbladis
212535c3c3
Merge pull request #503 from Yajo/patch-1
Remove rec from template
2022-01-12 21:58:38 +12:00
Jairo Llopis
a71ffbe7c5
Remove rec from template
It seems this is an anti-pattern, according to https://nix.dev/anti-patterns/language#rec-expression.

So, I suggest to remove it from there. Better not ship anti-patterns on templates, isn't it?
2022-01-12 08:42:40 +01:00
adisbladis
f07f509004 Bump version to 1.26.0
I think revived Python2 compat warrants a release!
2022-01-12 20:16:23 +13:00