python3Packages.python-mbedtls: drop

EOL and used EOL mbedtls_2
This commit is contained in:
Leona Maroni
2026-05-06 22:15:51 +02:00
parent 782c3cd83f
commit a0cd7b06ea
3 changed files with 1 additions and 51 deletions
@@ -1,49 +0,0 @@
{
lib,
buildPythonPackage,
fetchFromGitHub,
certifi,
cython,
mbedtls_2,
pytestCheckHook,
setuptools,
typing-extensions,
}:
buildPythonPackage rec {
pname = "python-mbedtls";
version = "2.10.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Synss";
repo = "python-mbedtls";
rev = version;
hash = "sha256-eKKb12G/0QAcwtv5Yk/92QXhMipeKOfKR1JEaNHDIlg=";
};
build-system = [
cython
setuptools
];
buildInputs = [ mbedtls_2 ];
dependencies = [
certifi
typing-extensions
];
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "mbedtls" ];
meta = {
description = "Cryptographic library with an mbed TLS back end";
homepage = "https://github.com/Synss/python-mbedtls";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ SuperSandro2000 ];
};
}
+1
View File
@@ -477,6 +477,7 @@ mapAliases {
python-jsonrpc-server = throw "python-jsonrpc-server has been removed because it was no longer used by anything"; # added 2025-11-11
python-Levenshtein = throw "'python-Levenshtein' has been renamed to/replaced by 'levenshtein'"; # Converted to throw 2025-10-29
python-lz4 = throw "'python-lz4' has been renamed to/replaced by 'lz4'"; # Converted to throw 2025-10-29
python-mbedtls = throw "'python-mbedtls' has been removed as it is unmaintained";
python-qt = throw "python-qt has been removed, because hard to maintain and not required by anything"; # Added 2025-01-14
python-simple-hipchat = throw "'python-simple-hipchat' has been removed because it was broken and unmaintained"; # added 2025-08-26
python-subunit = throw "'python-subunit' has been renamed to/replaced by 'subunit'"; # Converted to throw 2025-10-29
-2
View File
@@ -15875,8 +15875,6 @@ self: super: with self; {
python-matter-server = callPackage ../development/python-modules/python-matter-server { };
python-mbedtls = callPackage ../development/python-modules/python-mbedtls { };
python-melcloud = callPackage ../development/python-modules/python-melcloud { };
python-memcached = callPackage ../development/python-modules/python-memcached {