Commit graph

986 commits

Author SHA1 Message Date
Nejc Zupan
ea15a00506 A few fixes to various packages 2022-02-01 20:33:37 +00:00
adisbladis
1e91b23606
Merge pull request #542 from cpcloud/build-systems
Add more build systems overrides
2022-02-02 07:57:32 +12:00
Phillip Cloud
bd2ada9339
Add mkdocs-jupyter 2022-02-01 05:30:04 -05:00
Phillip Cloud
9c5c872ee3
Add more build-systems overrides 2022-02-01 05:25:34 -05:00
Phillip Cloud
4f476e3b57
Sort keys of build-systems.json 2022-02-01 05:24:36 -05:00
adisbladis
18df036626
Merge pull request #541 from cpcloud/build-systems
Add more build systems
2022-02-01 11:36:06 +12:00
Phillip Cloud
11f987bbec
Add more build systems 2022-01-31 05:08:09 -05:00
adisbladis
9b601b8cd0
Merge pull request #536 from mou/docs_and_edge_cases
Document explaining known issues with python packages
2022-01-28 15:17:55 +12:00
adisbladis
c5dbe937f4
Merge pull request #539 from trepetti/igraph
overrides.igraph: add override
2022-01-28 15:17:11 +12:00
Tom Repetti
7dff6e4238 overrides.igraph: add override 2022-01-27 20:36:21 -05:00
Andrey "MOU" Larionov
2b413427c1
Document explaining known issues with python packages
Also corresponding changes in issue template to
reference new document.
2022-01-26 14:20:53 +03:00
adisbladis
a92bd7f929
Merge pull request #535 from lunik1/uwsgi-override
overrides.uwsgi: only change sourceRoot for 2.0.19.x
2022-01-26 11:49:55 +12:00
lunik1
59bf583eed
overrides.uwsgi: only change sourceRoot for 2.0.19.x 2022-01-25 22:28:49 +00:00
adisbladis
dc9565f068
Merge pull request #533 from takeda/takeda-patch-1
Added build-system for unknown packages
2022-01-25 20:28:12 +12:00
Derek Kulinski
9bdb1e7226
Build system for requirements-parser 2022-01-24 21:49:13 -08:00
Derek Kulinski
66d577cdad
More build requirements
- fhconfparser
- licensecheck
- metprint
2022-01-24 17:14:19 -08:00
Derek Kulinski
d284003078
Added build-system for unknown packages
Added build system for:
- aws-error-utils
- fastapi-restful
- prometheus-fastapi-instrumentator
2022-01-24 16:22:35 -08:00
adisbladis
b37a389df4
Merge pull request #530 from nix-community/assorted-fixes-2022-01-23
overrides: Assorted fixes
2022-01-23 11:23:37 +12:00
adisbladis
4022cbc823 overrides: Assorted fixes 2022-01-23 10:26:18 +12:00
adisbladis
9ef0870c48
Merge pull request #528 from nix-community/macos-ci
Enable CI on MacOS
2022-01-22 21:31:18 +12:00
adisbladis
c667bfa529 Skip failing tests on darwin
And fix scikit-learn on darwin.
2022-01-22 20:01:07 +12:00
adisbladis
ab4aef7037 Enable CI on MacOS 2022-01-22 10:36:31 +12:00
adisbladis
35f0b22424
Merge pull request #529 from nix-community/minor-macos-fixes
Minor macos fixes
2022-01-22 10:35:43 +12:00
adisbladis
0a6d22407c overrides.matplotlib: Hopefully fix darwin build 2022-01-22 10:18:14 +12:00
adisbladis
47ec073295 overrides.matplotlib: Don't copy mplsetup.cfg 2022-01-22 10:07:15 +12:00
adisbladis
c60eba609e overrides.cryptography: Fix darwin build by adding iconv 2022-01-22 10:07:15 +12:00
adisbladis
0f40952013 Show full log in build output in CI 2022-01-22 10:07:15 +12:00
adisbladis
e3fff9ae95 overrides.aiosqlite: Use flit, not poetry 2022-01-21 20:41:31 +12:00
adisbladis
0587ee0344
Merge pull request #527 from nix-community/pendulum-explicit-remove
overrides.pendulum: Remove explicit override
2022-01-21 15:42:03 +12:00
adisbladis
1d62cb77e6 overrides;pendulum: Remove explicit override 2022-01-21 15:33:24 +12:00
adisbladis
bb918a65de overrides: pkgs.lib -> lib 2022-01-21 15:33:24 +12:00
adisbladis
d6d2e8dcdd
Merge pull request #526 from nix-community/cython-derived-overrides
Add cython to derived overrides script
2022-01-21 15:13:05 +12:00
adisbladis
6c2c497a29 Add cython to derived overrides script 2022-01-21 14:53:44 +12:00
adisbladis
cfccf191ef
Merge pull request #525 from nix-community/derived-overrides
overrides: Move build-systems to separate file which can be automatically generated
2022-01-21 14:39:44 +12:00
adisbladis
849e0e3ca4 overrides: Move build-systems to separate file which can be automatically generated
This change uses the new development tool to derive build-systems from
nixpkgs to the extent that it is possible.

This will reduce the maintenance burden on us a bit until the upstream Poetry issue around this is solved.
Additionally it will fix a lot of packages we didn't even know were broken to begin with.
2022-01-21 14:30:51 +12:00
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