10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
21 hash = "sha256-51SKS6OOXIFT1L3YICR6a4QGSz/rbB8V+Z0u0jMO474=";
24 propagatedBuildInputs = [
34 substituteInPlace setup.py \
35 --replace "'pytest-runner'," ""
38 pythonImportsCheck = [
43 description = "Module that provides crypto-related facilities";
44 homepage = "https://github.com/bdcht/crysp";
45 license = with licenses; [ gpl2Only ];
46 maintainers = with maintainers; [ fab ];