8 buildPythonPackage rec {
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 hash = "sha256-dsVEHJawsTNKVCVmeOa61wOU5GPeyzAU/eUDFrK9PPg=";
29 pythonImportsCheck = [
34 description = "Module to make pylint respect virtual environments";
35 homepage = "https://github.com/jgosmann/pylint-venv/";
36 changelog = "https://github.com/jgosmann/pylint-venv/blob/v${version}/CHANGES.md";
37 license = with licenses; [ mit ];
38 maintainers = with maintainers; [ fab ];