9 buildPythonPackage rec {
11 version = "2024.5.29";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
19 rev = "refs/tags/${version}";
20 hash = "sha256-1k0k5BSEyiJ1Brx7P+sgUQI63k1eT59edghnPVuCuZE=";
23 build-system = [ setuptools ];
25 # extras_require contains signify -> circular dependency
30 pythonImportsCheck = [ "mscerts" ];
33 description = "Makes the Microsoft Trusted Root Program's Certificate Trust Lists available in Python";
34 homepage = "https://github.com/ralphje/mscerts";
35 license = with licenses; [ mpl20 ];
36 maintainers = with maintainers; [ fab ];