gallia: 1.9.0 -> 2.0.0a4
Diff: https://github.com/Fraunhofer-AISEC/gallia/compare/refs/tags/v1.9.0...2.0.0a4 Changelog: https://github.com/Fraunhofer-AISEC/gallia/releases/tag/v2.0.0a4
This commit is contained in:
@@ -8,41 +8,27 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "gallia";
|
||||
version = "1.9.0";
|
||||
version = "2.0.0a4";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Fraunhofer-AISEC";
|
||||
repo = "gallia";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-izMTTZrp4aizq5jS51BNtq3lv9Kr+xI7scZfYKXA/oY=";
|
||||
hash = "sha256-by2zlfVN/FUNU9d5nn4JZ8xzto3k60DITPYhYqwm3Ms=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"aiofiles"
|
||||
"httpx"
|
||||
"msgspec"
|
||||
];
|
||||
|
||||
build-system = with python3.pkgs; [ poetry-core ];
|
||||
build-system = with python3.pkgs; [ hatchling ];
|
||||
|
||||
dependencies = with python3.pkgs; [
|
||||
aiofiles
|
||||
aiohttp
|
||||
aiosqlite
|
||||
argcomplete
|
||||
python-can
|
||||
exitcode
|
||||
boltons
|
||||
construct
|
||||
httpx
|
||||
more-itertools
|
||||
msgspec
|
||||
platformdirs
|
||||
psutil
|
||||
pydantic
|
||||
pygit2
|
||||
tabulate
|
||||
tomli
|
||||
zstandard
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user