python311Packages.pyzufall: remove

pyzufall was removed, because it is no longer maintained
This commit is contained in:
Fabian Affolter 2024-05-14 08:19:09 +02:00
parent 56c7ebdc5e
commit 1015d9f69f
3 changed files with 1 additions and 32 deletions

View File

@ -1,30 +0,0 @@
{ lib, fetchPypi, python, buildPythonPackage, nose, future, coverage }:
buildPythonPackage rec {
pname = "pyzufall";
version = "0.13.2";
src = fetchPypi {
pname = "PyZufall";
inherit version;
sha256 = "1jffhi20m82fdf78bjhncbdxkfzcskrlipxlrqq9741xdvrn14b5";
};
# disable tests due to problem with nose
# https://github.com/nose-devs/nose/issues/1037
doCheck = false;
nativeCheckInputs = [ nose coverage ];
propagatedBuildInputs = [ future ];
checkPhase = ''
${python.interpreter} setup.py nosetests
'';
meta = with lib; {
homepage = "https://pyzufall.readthedocs.io/de/latest/";
description = "Library for generating random data and sentences in german language";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ davidak ];
};
}

View File

@ -428,6 +428,7 @@ mapAliases ({
PyVirtualDisplay = pyvirtualdisplay; # added 2023-02-19
pywick = throw "pywick has been removed, since it is no longer maintained"; # added 2023-07-01
pyxb = throw "pyxb has been removed, its last release was in 2017 and it has finally been archived in April 2023."; # added 2024-01-05
pyzufall = throw "pyzufall was removed, because it is no longer maintained"; # added 2024-05-14
qasm2image = throw "qasm2image is no longer maintained (since November 2018), and is not compatible with the latest pythonPackages.qiskit versions."; # added 2020-12-09
qds_sdk = qds-sdk; # added 2023-10-21
Quandl = quandl; # added 2023-02-19

View File

@ -12834,8 +12834,6 @@ self: super: with self; {
pyzmq = callPackage ../development/python-modules/pyzmq { };
pyzufall = callPackage ../development/python-modules/pyzufall { };
qbittorrent-api = callPackage ../development/python-modules/qbittorrent-api { };
qasync = callPackage ../development/python-modules/qasync { };