10 buildPythonPackage rec {
11 pname = "python-pkcs11";
13 format = "setuptools";
15 src = fetchFromGitHub {
19 sha256 = "0kncbipfpsb7m7mhv5s5b9wk604h1j08i2j26fn90pklgqll0xhv";
27 propagatedBuildInputs = [
32 # Test require additional setup
35 pythonImportsCheck = [ "pkcs11" ];
38 description = "PKCS#11/Cryptoki support for Python";
39 homepage = "https://github.com/danni/python-pkcs11";
40 license = with licenses; [ mit ];
41 maintainers = with maintainers; [ fab ];