python3Packages.python-mbedtls: drop
EOL and used EOL mbedtls_2
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user