summary refs log tree commit diff
path: root/pkgs/development/python-modules/intervaltree
Commit message (Collapse)AuthorAge
* python37Packages.intervaltree: 2.1.0 -> 3.0.2 (#52803)R. RyanTM2018-12-30
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-intervaltree/versions
* pythonPackages: remove `name` attribute`Frederik Rietdijk2018-06-23
| | | | | | | | | 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`.
* buildPythonPackage: rename nix_run_setup.py to nix_run_setupFrederik Rietdijk2018-01-20
| | | | | If the extension is .py it tends to be picked up by tools, breaking for example tests.
* python.pkgs.intervaltree: move to separate expressionwisut hantanong2017-07-15