13 buildPythonPackage rec {
14 pname = "ms-active-directory";
16 format = "setuptools";
18 disabled = pythonOlder "3.8";
20 src = fetchFromGitHub {
22 repo = "ms_active_directory";
23 rev = "refs/tags/v${version}";
24 hash = "sha256-+wfhtEGuC1R5jbEnWm4mDHIR096KKEcG/K8SuItwjGk=";
27 propagatedBuildInputs = [
39 pythonImportsCheck = [
44 description = "Python module for integrating with Microsoft Active Directory domains";
45 homepage = "https://github.com/zorn96/ms_active_directory/";
46 changelog = "https://github.com/zorn96/ms_active_directory/releases/tag/v${version}";
47 license = with licenses; [ mit ];
48 maintainers = with maintainers; [ fab ];