nixpkgs/pkgs/development/python2-modules
Eric Firestone 1499b7cdc3
python2-modules: Add a README explaining that Python 2 is no longer supported (#348583)
Add a README explaining that Python 2 is no longer supported
2024-10-31 17:20:08 +08:00
..
attrs pkgs/development: remove unused arguments 2024-08-03 17:18:20 +02:00
backports-functools-lru-cache
bootstrapped-pip
cffi treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
configparser treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
contextlib2
coverage
enum
filelock
futures treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
hypothesis
importlib-metadata
jinja2 treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
markupsafe
mock
more-itertools python27Packages.more-itertools: use unittestCheckHook 2024-09-23 00:13:04 +01:00
packaging
pip
pluggy treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
pycairo
pygobject treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
pygtk treewide: replace stdenv.is with stdenv.hostPlatform.is 2024-09-25 00:04:37 +03:00
pyparsing
pytest treewide: handle preDistPhases __structuredAttrs-agnostically 2024-09-03 05:33:59 +08:00
pytest-xdist
scandir
setuptools
setuptools-scm treewide: remove unused with statements from maintainer lists 2024-07-29 10:06:20 +08:00
typing
wcwidth python2Packages.wcwidth: @bryango in maintainers 2024-07-27 15:47:12 +08:00
wheel
zipp
README.md python2-modules: Add a README explaining that Python 2 is no longer supported (#348583) 2024-10-31 17:20:08 +08:00

Python 2 is Not Supported

Packages, applications, and services based on Python 2 are no longer supported and are being removed. If you require a Python 2 based package, you can include that package in your own local repository.

Some packages may continue to be maintained for internal use by nixpkgs, but they should not be used by new public packages.

For more details, see Issue #201859.