13 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
23 rev = "refs/tags/v${version}";
24 hash = "sha256-WMWT2os3ADQOc1ogoCFKBEWnb6/CxgtiWmY45bYomks=";
38 # Project has no tests
41 pythonImportsCheck = [ "adjustText" ];
44 description = "Iteratively adjust text position in matplotlib plots to minimize overlaps";
45 homepage = "https://github.com/Phlya/adjustText";
46 changelog = "https://github.com/Phlya/adjustText/releases/tag/v${version}";
47 license = licenses.mit;
48 maintainers = with maintainers; [ samuela ];