pip has moved to using the pypa/packaging package instead of pep425tags.py. Is there interest in moving wheel to use that as well? Should it be vendored or listed as a dependent package? I think a dependent package would be better, since it should be safe to assume a working pip exists when wheel is installed.
I am particularly interested in improving PEP 600 support for manlinux_X_Y wheels, see pypa/packaging#280, pypa/manylinux#494
Edit: fix link