9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-IvFxXfglif2cxCU/6rOQtO8Lq/FPZFE82NB7N4mWMiY=";
29 # Tests would require a local SMB server
32 pythonImportsCheck = [
37 description = "libsmbclient binding for Python";
38 homepage = "https://github.com/hamano/pysmbc";
39 license = with licenses; [ gpl2Plus ];
40 maintainers = with maintainers; [ fab ];