11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
22 hash = "sha256-51SKS6OOXIFT1L3YICR6a4QGSz/rbB8V+Z0u0jMO474=";
25 propagatedBuildInputs = [
30 nativeCheckInputs = [ pytestCheckHook ];
33 substituteInPlace setup.py \
34 --replace "'pytest-runner'," ""
37 pythonImportsCheck = [ "crysp" ];
40 description = "Module that provides crypto-related facilities";
41 homepage = "https://github.com/bdcht/crysp";
42 license = with licenses; [ gpl2Only ];
43 maintainers = with maintainers; [ fab ];