mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
exegol: 5.1.10 -> 5.1.11
Diff: https://github.com/ThePorgs/Exegol/compare/5.1.10...5.1.11 Changelog: https://github.com/ThePorgs/Exegol/releases/tag/5.1.11
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
}:
|
||||
python3Packages.buildPythonApplication (finalAttrs: {
|
||||
pname = "exegol";
|
||||
version = "5.1.10";
|
||||
version = "5.1.11";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
@@ -14,7 +14,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
owner = "ThePorgs";
|
||||
repo = "Exegol";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-iyzTBZHOzr6CfZDqHvycdWZply/BXH7kESaO5pDLBMY=";
|
||||
hash = "sha256-FI6lBJkJqmDexfxOWOa4tFe06tOFmUezy7OoDqXQN24=";
|
||||
};
|
||||
|
||||
build-system = with python3Packages; [ pdm-backend ];
|
||||
@@ -22,6 +22,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
pythonRelaxDeps = [
|
||||
"argcomplete"
|
||||
"cryptography"
|
||||
"docker"
|
||||
"pydantic"
|
||||
"requests"
|
||||
"rich"
|
||||
@@ -42,17 +43,16 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
requests
|
||||
rich
|
||||
supabase
|
||||
]
|
||||
++ pyjwt.optional-dependencies.crypto
|
||||
++ [ xhost ]
|
||||
++ lib.optionals (!stdenv.hostPlatform.isLinux) [
|
||||
tzlocal
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
xhost
|
||||
]
|
||||
++ pyjwt.optional-dependencies.crypto;
|
||||
|
||||
pythonImportsCheck = [ "exegol" ];
|
||||
|
||||
# No relevant python tests nor --version flag
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description = "Fully featured and community-driven hacking environment";
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user