11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
21 rev = "refs/tags/pysmb-${version}";
22 hash = "sha256-Zid6KGNr7BBuyHaxdXkhRC/Ug93HmVXKMtreFf+M7OE=";
25 build-system = [ setuptools ];
32 # Tests require Network Connectivity and a server up and running
33 # https://github.com/miketeo/pysmb/blob/master/python3/tests/README_1st.txt
36 pythonImportsCheck = [
42 changelog = "https://github.com/miketeo/pysmb/releases/tag/pysmb-${version}";
43 description = "Experimental SMB/CIFS library written in Python to support file sharing between Windows and Linux machines";
44 homepage = "https://miketeo.net/wp/index.php/projects/pysmb";
45 license = licenses.zlib;
46 maintainers = with maintainers; [ kamadorueda ];