10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-IvFxXfglif2cxCU/6rOQtO8Lq/FPZFE82NB7N4mWMiY=";
22 nativeBuildInputs = [ pkg-config ];
24 buildInputs = [ samba ];
26 # Tests would require a local SMB server
29 pythonImportsCheck = [ "smbc" ];
32 description = "libsmbclient binding for Python";
33 homepage = "https://github.com/hamano/pysmbc";
34 license = with licenses; [ gpl2Plus ];
35 maintainers = with maintainers; [ fab ];