mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
python3Packages.pytricia: remove
Abandoned. Last change was to the README in 2022.
This commit is contained in:
parent
f870c6ccc8
commit
9c6c3d6043
3 changed files with 1 additions and 27 deletions
|
@ -1,25 +0,0 @@
|
||||||
{
|
|
||||||
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 ];
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -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
|
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
|
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
|
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-radix = throw "py-radix has been removed, since it abandoned"; # added 2023-07-07
|
||||||
py_stringmatching = py-stringmatching; # added 2023-11-12
|
py_stringmatching = py-stringmatching; # added 2023-11-12
|
||||||
py17track = throw "py17track was removed because Home Assistant switched to pyseventeentrack"; # added 2024-08-08
|
py17track = throw "py17track was removed because Home Assistant switched to pyseventeentrack"; # added 2024-08-08
|
||||||
|
|
|
@ -14520,8 +14520,6 @@ self: super: with self; {
|
||||||
|
|
||||||
pytransportnswv2 = callPackage ../development/python-modules/pytransportnswv2 { };
|
pytransportnswv2 = callPackage ../development/python-modules/pytransportnswv2 { };
|
||||||
|
|
||||||
pytricia = callPackage ../development/python-modules/pytricia { };
|
|
||||||
|
|
||||||
pytrydan = callPackage ../development/python-modules/pytrydan { };
|
pytrydan = callPackage ../development/python-modules/pytrydan { };
|
||||||
|
|
||||||
pyttsx3 = callPackage ../development/python-modules/pyttsx3 { };
|
pyttsx3 = callPackage ../development/python-modules/pyttsx3 { };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue