12 buildPythonPackage rec {
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
22 rev = "refs/tags/v${version}";
23 hash = "sha256-o/TA/br7sJAcvfIR4uA7a6XRf/enJ/x7N4ys6Of0j3g=";
31 propagatedBuildInputs = [
37 # Project has no tests
40 pythonImportsCheck = [
45 description = "Iteratively adjust text position in matplotlib plots to minimize overlaps";
46 homepage = "https://github.com/Phlya/adjustText";
47 changelog = "https://github.com/Phlya/adjustText/releases/tag/v${version}";
48 license = licenses.mit;
49 maintainers = with maintainers; [ samuela ];