python3Packages.calysto-scheme: drop

This commit is contained in:
Sarah Clark
2026-01-31 12:24:27 -08:00
parent 5627f37ecb
commit ba4ce686c0
3 changed files with 1 additions and 40 deletions
@@ -1,38 +0,0 @@
{
lib,
buildPythonPackage,
fetchFromGitHub,
metakernel,
pytestCheckHook,
yasi,
}:
buildPythonPackage rec {
pname = "calysto-scheme";
version = "1.4.8";
format = "setuptools";
src = fetchFromGitHub {
owner = "Calysto";
repo = "calysto_scheme";
tag = "v${version}";
hash = "sha256-gTBXdjm6Ry6DpjO9tP+acYxM+DQDh4dZQF+pyXrUCiI=";
};
propagatedBuildInputs = [
yasi
metakernel
];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "calysto_scheme" ];
meta = {
description = "Scheme kernel for Jupyter that can use Python libraries";
homepage = "https://github.com/Calysto/calysto_scheme";
changelog = "https://github.com/Calysto/calysto_scheme/blob/${src.rev}/ChangeLog.md";
license = lib.licenses.bsd3;
maintainers = [ ];
};
}
+1
View File
@@ -96,6 +96,7 @@ mapAliases {
bugzilla = throw "'bugzilla' has been renamed to/replaced by 'python-bugzilla'"; # Converted to throw 2025-10-29
bunch = throw "bunch has been removed as it is unmaintained since inception"; # added 2025-05-31
bz2file = throw "'bz2file' has beem removed, as it was not longed maintained upstream since 2020"; # added 2025-08-26
calysto-scheme = throw "'calysto-scheme' has been removed as it is no longer maintained upstream"; # Added 2026-01-31
can = throw "'can' has been renamed to/replaced by 'python-can'"; # Converted to throw 2025-10-29
casbin = pycasbin; # added 2025-06-12
cchardet = throw "'cchardet' has been renamed to/replaced by 'faust-cchardet'"; # Converted to throw 2025-10-29
-2
View File
@@ -2416,8 +2416,6 @@ self: super: with self; {
calysto = callPackage ../development/python-modules/calysto { };
calysto-scheme = callPackage ../development/python-modules/calysto-scheme { };
camel-converter = callPackage ../development/python-modules/camel-converter { };
camelot = callPackage ../development/python-modules/camelot { };