python3Packages.pyrr: drop

This commit is contained in:
Aliaksandr
2026-02-18 04:46:34 +02:00
parent d84a81458b
commit 5d08d2eb02
3 changed files with 1 additions and 34 deletions
@@ -1,32 +0,0 @@
{
lib,
buildPythonPackage,
fetchFromGitHub,
multipledispatch,
numpy,
}:
buildPythonPackage {
pname = "pyrr";
version = "unstable-2022-07-22";
format = "setuptools";
src = fetchFromGitHub {
owner = "adamlwgriffiths";
repo = "Pyrr";
rev = "f6c8698c48a75f3fb7ad0d47d0ce80a04f87ba2f";
hash = "sha256-u9O52MQskZRzw0rBH6uPdXdikWLJe7wyBZGNKIFA4BA=";
};
propagatedBuildInputs = [
multipledispatch
numpy
];
meta = {
description = "3D mathematical functions using NumPy";
homepage = "https://github.com/adamlwgriffiths/Pyrr/";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ c0deaddict ];
};
}
+1
View File
@@ -382,6 +382,7 @@ mapAliases {
pyRFC3339 = throw "'pyRFC3339' has been renamed to/replaced by 'pyrfc3339'"; # Converted to throw 2025-10-29
Pyro4 = throw "'Pyro4' has been renamed to/replaced by 'pyro4'"; # Converted to throw 2025-10-29
Pyro5 = throw "'Pyro5' has been renamed to/replaced by 'pyro5'"; # Converted to throw 2025-10-29
pyrr = throw "pyrr has been removed because it is incompatible with NumPy 2.0+"; # Added 2026-02-18
PyRSS2Gen = throw "'PyRSS2Gen' has been renamed to/replaced by 'pyrss2gen'"; # Converted to throw 2025-10-29
pyside6-fluent-widgets = throw "pyside6-fluent-widgets has been removed, since it is unmaintained"; # added 2025-08-20
pysidesix-frameless-window = throw "pysidesix-frameless-window has been removed, since it is unmaintained"; # added 2025-08-20
-2
View File
@@ -14593,8 +14593,6 @@ self: super: with self; {
pyroute2 = callPackage ../development/python-modules/pyroute2 { };
pyrr = callPackage ../development/python-modules/pyrr { };
pyrsistent = callPackage ../development/python-modules/pyrsistent { };
pyrss2gen = callPackage ../development/python-modules/pyrss2gen { };