17 buildPythonPackage rec {
22 src = fetchFromGitHub {
24 repo = "cti-python-stix2";
25 rev = "refs/tags/v${version}";
26 hash = "sha256-1bILZUZgPOWmFWRu4p/fmgi4QPEE1lFQH9mxoWd/saI=";
29 build-system = [ setuptools ];
48 "test_graph_equivalence_with_filesystem_source"
49 "test_graph_similarity_with_filesystem_source"
50 "test_object_similarity_prop_scores"
53 pythonImportsCheck = [ "stix2" ];
56 description = "Produce and consume STIX 2 JSON content";
57 homepage = "https://stix2.readthedocs.io/en/latest/";
58 changelog = "https://github.com/oasis-open/cti-python-stix2/blob/v${version}/CHANGELOG";
59 license = licenses.bsd3;
60 maintainers = with maintainers; [ PapayaJackal ];