Merge pull request #330404 from Sigmanificient/safe

python312Package.safe: drop
This commit is contained in:
Emily
2024-07-31 19:16:30 +01:00
committed by GitHub
3 changed files with 1 additions and 26 deletions
@@ -1,24 +0,0 @@
{
lib,
buildPythonPackage,
fetchPypi,
nose,
}:
buildPythonPackage rec {
version = "0.4";
pname = "Safe";
src = fetchPypi {
inherit pname version;
sha256 = "a2fdac9fe8a9dcf02b438201d6ce0b7be78f85dc6492d03edfb89be2adf489de";
};
buildInputs = [ nose ];
meta = with lib; {
homepage = "https://github.com/lepture/safe";
license = licenses.bsd3;
description = "Check password strength";
};
}
+1
View File
@@ -524,6 +524,7 @@ mapAliases ({
ruamel_yaml_clib = ruamel-yaml-clib; # added 2021-11-01
inherit (super.pkgs) ruff-lsp; # added 2023-06-23
runway-python = throw "SDK has been deprecated and was archived by upstream"; # added 2023-05-03
safe = throw "safe has been removed, it was unmaintained sinced October 2019"; # added 2024-07-28
sampledata = throw "sampledata has been removed, it was unmaintained since 2017"; # added 2024-07-27
sapi-python-client = kbcstorage; # added 2022-04-20
scikitimage = scikit-image; # added 2023-05-14
-2
View File
@@ -13878,8 +13878,6 @@ self: super: with self; {
sacremoses = callPackage ../development/python-modules/sacremoses { };
safe = callPackage ../development/python-modules/safe { };
safe-pysha3 = callPackage ../development/python-modules/safe-pysha3 { };
safeio = callPackage ../development/python-modules/safeio { };