Unverified Commit 5d08d2eb authored by Aliaksandr's avatar Aliaksandr
Browse files

python3Packages.pyrr: drop

parent d84a8145
Loading
Loading
Loading
Loading
+0 −32
Original line number Diff line number Diff line
{
  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 −0
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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 { };