17 buildPythonPackage rec {
18 pname = "cryptodatahub";
22 disabled = pythonOlder "3.7";
24 src = fetchFromGitLab {
26 repo = "cryptodatahub";
27 rev = "refs/tags/v${version}";
28 hash = "sha256-zVHHBQYcl26zTtXPAs/AgKOojKQORu08rpkfY0l1zjM=";
32 substituteInPlace requirements.txt \
33 --replace-warn "attrs>=20.3.0,<22.0.1" "attrs>=20.3.0"
40 propagatedBuildInputs = [
55 pythonImportsCheck = [
62 rm test/updaters/test_common.py
63 # Tests require network access
64 rm test/common/test_utils.py
68 description = "Repository of cryptography-related data";
69 homepage = "https://gitlab.com/coroner/cryptodatahub";
70 changelog = "https://gitlab.com/coroner/cryptodatahub/-/blob/${version}/CHANGELOG.rst";
71 license = licenses.mpl20;
72 maintainers = with maintainers; [ ];