16 buildPythonPackage rec {
17 pname = "polyswarm-api";
21 disabled = pythonOlder "3.8";
23 src = fetchFromGitHub {
25 repo = "polyswarm-api";
26 rev = "refs/tags/${version}";
27 hash = "sha256-GMLgph6mjDSDn2CCfeqcqFY2gjtziH4xVHJhYTGRYw8=";
55 pythonImportsCheck = [
60 description = "Library to interface with the PolySwarm consumer APIs";
61 homepage = "https://github.com/polyswarm/polyswarm-api";
62 changelog = "https://github.com/polyswarm/polyswarm-api/releases/tag/${version}";
63 license = licenses.mit;
64 maintainers = with maintainers; [ fab ];