9 buildPythonPackage rec {
10 pname = "cryptography-vectors";
11 # The test vectors must have the same version as the cryptography package
12 inherit (cryptography) version;
16 pname = "cryptography_vectors";
18 hash = "sha256-EGIodmxFuaX/0aiz4lTwVgyCHaedXNf9EToX43U1gKs=";
21 nativeBuildInputs = [ flit-core ];
26 pythonImportsCheck = [ "cryptography_vectors" ];
29 description = "Test vectors for the cryptography package";
30 homepage = "https://cryptography.io/en/latest/development/test-vectors/";
31 downloadPage = "https://github.com/pyca/cryptography/tree/master/vectors";
32 license = with licenses; [
36 maintainers = with maintainers; [ SuperSandro2000 ];