python312Packages.aiosmb: refactor

This commit is contained in:
Fabian Affolter
2024-09-08 10:12:33 +02:00
parent c0aee56158
commit cbe8a341e7
@@ -10,6 +10,7 @@
prompt-toolkit,
pycryptodomex,
pythonOlder,
setuptools,
six,
tqdm,
winacl,
@@ -19,7 +20,7 @@
buildPythonPackage rec {
pname = "aiosmb";
version = "0.4.11";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -28,7 +29,9 @@ buildPythonPackage rec {
hash = "sha256-bWb1HtI1T3byBmE+rA1j83z9ntRL6figZZTUECRCc9c=";
};
propagatedBuildInputs = [
build-system = [ setuptools ];
dependencies = [
asyauth
asysocks
colorama
@@ -51,7 +54,7 @@ buildPythonPackage rec {
description = "Python SMB library";
homepage = "https://github.com/skelsec/aiosmb";
changelog = "https://github.com/skelsec/aiosmb/releases/tag/${version}";
license = with licenses; [ mit ];
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};
}