diff --git a/pkgs/development/misc/resholve/python2-modules/README.md b/pkgs/development/misc/resholve/python2-modules/README.md deleted file mode 100644 index 97252d996691..000000000000 --- a/pkgs/development/misc/resholve/python2-modules/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# 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](https://github.com/NixOS/nixpkgs/pull/201859). diff --git a/pkgs/development/misc/resholve/python27-docs/2.7-html.nix b/pkgs/development/misc/resholve/python27-docs/2.7-html.nix deleted file mode 100644 index e706fc0b9125..000000000000 --- a/pkgs/development/misc/resholve/python27-docs/2.7-html.nix +++ /dev/null @@ -1,24 +0,0 @@ -# This file was generated and will be overwritten by ./generate.sh - -{ - stdenv, - lib, - fetchurl, -}: - -stdenv.mkDerivation { - pname = "python27-docs-html"; - version = "2.7.18"; - - src = fetchurl { - url = "https://www.python.org/ftp/python/doc/2.7.18/python-2.7.18-docs-html.tar.bz2"; - sha256 = "03igxwpqc2lvzspnj78zz1prnmfwwj00jbvh1wsxvb0wayd5wi10"; - }; - installPhase = '' - mkdir -p $out/share/doc/python27 - cp -R ./ $out/share/doc/python27/html - ''; - meta = { - maintainers = [ ]; - }; -} diff --git a/pkgs/development/misc/resholve/python27-docs/2.7-pdf-a4.nix b/pkgs/development/misc/resholve/python27-docs/2.7-pdf-a4.nix deleted file mode 100644 index 31d8a2fe337f..000000000000 --- a/pkgs/development/misc/resholve/python27-docs/2.7-pdf-a4.nix +++ /dev/null @@ -1,24 +0,0 @@ -# This file was generated and will be overwritten by ./generate.sh - -{ - stdenv, - lib, - fetchurl, -}: - -stdenv.mkDerivation { - pname = "python27-docs-pdf-a4"; - version = "2.7.18"; - - src = fetchurl { - url = "https://www.python.org/ftp/python/doc/2.7.18/python-2.7.18-docs-pdf-a4.tar.bz2"; - sha256 = "0rxb2fpxwivjpk5wi2pl1fqibr4khf9s0yq6a49k9b4awi9nkb6v"; - }; - installPhase = '' - mkdir -p $out/share/doc/python27 - cp -R ./ $out/share/doc/python27/pdf-a4 - ''; - meta = { - maintainers = [ ]; - }; -} diff --git a/pkgs/development/misc/resholve/python27-docs/2.7-pdf-letter.nix b/pkgs/development/misc/resholve/python27-docs/2.7-pdf-letter.nix deleted file mode 100644 index 7ee205efc947..000000000000 --- a/pkgs/development/misc/resholve/python27-docs/2.7-pdf-letter.nix +++ /dev/null @@ -1,24 +0,0 @@ -# This file was generated and will be overwritten by ./generate.sh - -{ - stdenv, - lib, - fetchurl, -}: - -stdenv.mkDerivation { - pname = "python27-docs-pdf-letter"; - version = "2.7.18"; - - src = fetchurl { - url = "https://www.python.org/ftp/python/doc/2.7.18/python-2.7.18-docs-pdf-letter.tar.bz2"; - sha256 = "07hbqvrdlq01cb95r1574bxqqhiqbkj4f92wzlq4d6dq1l272nan"; - }; - installPhase = '' - mkdir -p $out/share/doc/python27 - cp -R ./ $out/share/doc/python27/pdf-letter - ''; - meta = { - maintainers = [ ]; - }; -} diff --git a/pkgs/development/misc/resholve/python27-docs/2.7-text.nix b/pkgs/development/misc/resholve/python27-docs/2.7-text.nix deleted file mode 100644 index 8caea548ffa0..000000000000 --- a/pkgs/development/misc/resholve/python27-docs/2.7-text.nix +++ /dev/null @@ -1,24 +0,0 @@ -# This file was generated and will be overwritten by ./generate.sh - -{ - stdenv, - lib, - fetchurl, -}: - -stdenv.mkDerivation { - pname = "python27-docs-text"; - version = "2.7.18"; - - src = fetchurl { - url = "https://www.python.org/ftp/python/doc/2.7.18/python-2.7.18-docs-text.tar.bz2"; - sha256 = "1wj7mxs52kp5lmn5mvv574sygkfnk00kbz9ya9c03yfq5dd5nvy8"; - }; - installPhase = '' - mkdir -p $out/share/doc/python27 - cp -R ./ $out/share/doc/python27/text - ''; - meta = { - maintainers = [ ]; - }; -}