13 buildPythonPackage rec {
16 disabled = pythonOlder "3.6";
17 format = "setuptools";
19 src = fetchFromGitHub {
23 sha256 = "sha256-YJc9RIqkEL7dd1ahE4IbxyyZgsZWBDqbXZAvI/nK24M=";
26 propagatedBuildInputs = [
34 pythonImportsCheck = [
43 # chain doesn't validate because end-entitys certificate expired
44 # https://github.com/ralphje/signify/issues/27
45 "test_revoked_certificate"
49 homepage = "https://github.com/ralphje/signify";
50 description = "library that verifies PE Authenticode-signed binaries";
51 license = licenses.mit;
52 maintainers = with maintainers; [ baloo ];