Commit 9c6c3d60 authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.pytricia: remove

Abandoned. Last change was to the README in 2022.
parent f870c6cc
Loading
Loading
Loading
Loading
+0 −25
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  fetchFromGitHub,
}:

buildPythonPackage {
  pname = "pytricia";
  version = "unstable-2019-01-16";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "jsommers";
    repo = "pytricia";
    rev = "4ba88f68c3125f789ca8cd1cfae156e1464bde87";
    sha256 = "0qp5774xkm700g35k5c76pck8pdzqlyzbaqgrz76a1yh67s2ri8h";
  };

  meta = with lib; {
    description = "Library for fast IP address lookup in Python";
    homepage = "https://github.com/jsommers/pytricia";
    license = with licenses; [ lgpl3Plus ];
    maintainers = with maintainers; [ mkg ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -521,6 +521,7 @@ mapAliases ({
  pwndbg = throw "'pwndbg' has been removed due to dependency version incompatibilities that are infeasible to maintain in nixpkgs. Use the downstream flake that pwndbg provides instead: https://github.com/pwndbg/pwndbg"; # Added 2025-02-09
  pxml = throw "pxml was removed, because it was disabled on all python version since 3.8 and last updated in 2020."; # added 2024-05-13
  py3to2 = throw "py3to2 is unmaintained and source is no longer available"; # added 2024-10-23
  pytricia = throw "pytricia has been removed, since it is unmaintained"; # added 2025-05-25
  py-radix = throw "py-radix has been removed, since it abandoned"; # added 2023-07-07
  py_stringmatching = py-stringmatching; # added 2023-11-12
  py17track = throw "py17track was removed because Home Assistant switched to pyseventeentrack"; # added 2024-08-08
+0 −2
Original line number Diff line number Diff line
@@ -14520,8 +14520,6 @@ self: super: with self; {
  pytransportnswv2 = callPackage ../development/python-modules/pytransportnswv2 { };
  pytricia = callPackage ../development/python-modules/pytricia { };
  pytrydan = callPackage ../development/python-modules/pytrydan { };
  pyttsx3 = callPackage ../development/python-modules/pyttsx3 { };