Commit graph

21 commits

Author SHA1 Message Date
DavHau
84383f85ae version 3.1.0 2020-11-27 01:08:36 +07:00
DavHau
28800e47ef add library functions to flakes 2020-11-25 14:09:40 +07:00
DavHau
53c0ed1b96 add test for dateutil alias infinite recursion 2020-10-27 16:34:03 +07:00
DavHau
2f9b022d91
Release 3.0.0 (#159)
* fix non-python packages passed via packagesExtra

* refactor examples and readme for 3.0.0

* add changelog for 3.0.0

* bump version to 3.0.0 and update nixpkgs and pypi-deps-db dependencies
2020-10-14 03:17:27 +07:00
DavHau
abaf0355fe move python attribute to mach-nix import 2020-10-14 00:29:27 +07:00
DavHau
4ee7d647fb fix flakes and add tests for flakes 2020-10-12 10:54:19 +07:00
DavHau
763b15d56d fix: detect pname properly in mach_nix_file 2020-10-12 10:22:26 +07:00
DavHau
f7e844b015 make individual tests executable via cmdline 2020-10-12 00:59:41 +07:00
DavHau
877d55d06d allow r packages to be passed via extra_pkgs 2020-10-12 00:17:54 +07:00
DavHau
edc05c233b throw proper error if 'extra_pkgs' is passed to buildPythonPackage 2020-10-11 16:11:57 +07:00
DavHau
2ee1aa8f3f stop using nix_names as keys; improve get_passthru; add test 2020-10-09 22:36:11 +07:00
DavHau
7ed1116bd1 update nixpkgs and fix nix tests 2020-10-07 23:23:52 +07:00
DavHau
f71f371479 add: fixes.nix feature for buildPythonPackage 2020-09-21 12:14:48 +07:00
DavHau
f17b361603 fix collision when using simple overrides inside extra_pkgs 2020-09-20 16:36:28 +07:00
DavHau
d401de7b87 stop unifying pkg-names -> fixes passthru inf. recursions 2020-09-15 13:48:35 +07:00
DavHau
02d2779810 inherit passthru from nixpkgs 2020-09-12 20:19:41 +07:00
DavHau
7d27c66933 handle overrides for extra_pkgs 2020-09-12 00:54:26 +07:00
DavHau
2935985fda parallel tests 2020-08-26 15:32:06 +07:00
DavHau
4d9371cbb7 add tests; improve examples 2020-08-26 13:06:14 +07:00
DavHau
70a60b9a70 add test for dot in name 2020-08-18 13:18:53 +07:00
DavHau
1652e31ce3
Dev (#63)
* fix abi tag for python 3.8

* handle circular deps; print info ResolutionImpossible; add tests

* fix readme

* version 2.2.1
2020-08-11 18:40:10 +07:00