mach-nix/mach_nix
Bjørn Forsman cc9ab5a0d8 Add support for manylinux_${GLIBCMAJOR}_${GLIBCMINOR} wheels
https://www.python.org/dev/peps/pep-0600/

This fixes e.g. using the latest tokenizers package (0.10.3) with
mach-nix.

TODO: Update WheelDependencyProvider to process all filename tags
individually instead of matching them all with a single regexp. If it
had done that already, this change would have been somewhat unneeded, as
all wheel files seem to be doubly tagged (at least for now):

* manylinux_2_5 is also tagged manylinux1
* manylinux_2_12 is also tagged manylinux2010
* manylinux_2_17 is also tagged manylinux2014

(But since the new format is first in the filename, the old regexps
don't match.)
2021-07-04 11:33:19 +02:00
..
data Add support for manylinux_${GLIBCMAJOR}_${GLIBCMINOR} wheels 2021-07-04 11:33:19 +02:00
generators fix: improper recursive dependency cleaning when overriding nixpkgs 2021-06-09 21:54:45 +07:00
nix revert default providers to 'wheel,sdist,nixpkgs' 2021-06-10 00:07:19 +07:00
resolver filter out semaphors 2020-11-21 00:38:51 +07:00
tests Add support for manylinux_${GLIBCMAJOR}_${GLIBCMINOR} wheels 2021-07-04 11:33:19 +02:00
__init__.py init 2020-04-22 09:46:03 +00:00
cache.py respect requires_python for wheels, support macos, add caching 2020-08-08 17:08:11 +07:00
deptree.py continue work on conda 2020-11-17 18:29:44 +07:00
ensure_nix.py improve installation for other platforms 2020-04-23 03:54:23 +00:00
exceptions.py symlink conda extra files to root dir 2020-11-19 01:09:56 +07:00
fixes.nix fix: don't apply fix tensorflow.rm-tensorboard when provider == conda 2021-06-09 15:11:06 +07:00
flake.lock update flake lock 2021-06-08 19:13:27 +07:00
generate.py Merge branch 'master' into conda-beta 2021-05-23 16:22:02 +07:00
provider_defaults.toml revert default providers to 'wheel,sdist,nixpkgs' 2021-06-10 00:07:19 +07:00
requirements.py fix: requirements parsing 2021-06-09 13:10:33 +07:00
run.py fix: wrong python interpreter in mach-nix cli env 2021-05-14 17:50:40 +07:00
VERSION revert references to 'conda-beta' 2021-06-10 15:04:19 +07:00
versions.py fix version bug and requirements parsing 2020-11-21 13:34:51 +07:00