nixpkgs/pkgs/development/interpreters/python/cpython/3.6
Frederik Rietdijk 40851a4d26 Python: the pythonModule attribute
Python libraries or modules now have an attribute `pythonModule = interpreter;` to indicate
they provide Python modules for the specified `interpreter`.

The package set provides the following helper functions:

- hasPythonModule: Check whether a derivation provides a Python module.
- requiredPythonModules: Recurse into a list of Python modules, returning all Python modules that are required.
- makePythonPath: Create a PYTHONPATH from a list of Python modules.

Also included in this commit is:
- disabledIf: Helper function for disabling non-buildPythonPackage functions.
2017-11-23 15:11:02 +01:00
..
default.nix Python: the pythonModule attribute 2017-11-23 15:11:02 +01:00
no-ldconfig.patch python 3.4, 3.5, 3.6: Don't use ldconfig and speed up uuid load, fixes #28349 2017-08-28 09:42:59 +02:00