summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/doc8/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages.doc8: fix build and enable testsFabian Affolter2021-11-301-11/+24
* python3Packages.doc8: 0.9.1 -> 0.10.1Jonathan Ringer2021-11-301-2/+2
* python38Packages.doc8: 0.9.0 -> 0.9.1R. RyanTM2021-09-281-2/+2
* python38Packages.doc8: 0.8.1 -> 0.9.0R. RyanTM2021-08-161-2/+2
* python: doc8: 0.8.0 -> 0.8.1Frederik Rietdijk2020-06-061-2/+2
* python.pkgs.doc8: add pygments dependency•••Without pygments doc8 will throw "errors" since it cannot check code blocks. Pygments has since been added to the dependencies upstream [1], though that hasn't made it into a release yet. I think we should already adopt this now. [1] https://github.com/PyCQA/doc8/commit/b6931816585e224019afddfc9d78ecbcf0549c74 Timo Kaufmann2020-03-271-1/+9
* pythonPackages: remove `name` attribute`•••The `buildPython*` function computes name from `pname` and `version`. This change removes `name` attribute from all expressions in `pkgs/development/python-modules`. While at it, some other minor changes were made as well, such as replacing `fetchurl` calls with `fetchPypi`. Frederik Rietdijk2018-06-231-1/+0
* Merge pull request #28884 from FRidh/python-fixes•••Python: several fixesFrederik Rietdijk2017-09-061-0/+32