9 buildPythonPackage rec {
14 inherit pname version;
15 format = "setuptools";
17 sha256 = "f16e5e796b9dcc1d17ee76f87d53dd471f205fa19b4045eeda5bc7558a57d579";
20 propagatedBuildInputs = [
24 # Tests require Network Connectivity and a server up and running
25 # https://github.com/miketeo/pysmb/blob/master/python3/tests/README_1st.txt
28 pythonImportsCheck = [ "nmb" "smb" ];
31 description = "Experimental SMB/CIFS library written in Python to support file sharing between Windows and Linux machines";
32 homepage = "https://miketeo.net/wp/index.php/projects/pysmb";
33 license = lib.licenses.zlib;
34 maintainers = with lib.maintainers; [