11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.6";
18 src = fetchFromGitHub {
21 rev = "refs/tags/${version}";
22 hash = "sha256-yG0bKBn3pQWtxjuxkhKMMJW1nzbsk5y/9h2OOCkdch8=";
25 propagatedBuildInputs = [
36 substituteInPlace setup.py \
37 --replace "'pytest-runner'" ""
40 pythonImportsCheck = [
45 description = "Python client library for VirusTotal";
46 homepage = "https://virustotal.github.io/vt-py/";
47 changelog = "https://github.com/VirusTotal/vt-py/releases/tag//${version}";
48 license = with licenses; [ asl20 ];
49 maintainers = with maintainers; [ fab ];