summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/ipython_genutils
AgeCommit message (Collapse)Author
2023-01-22Merge pull request #212002 from mothsART/feature/replace_http_by_httpsWeijia Wang
treewide: replace http by https when https is a permanent redirection
2023-01-22treewide: replace http by https when https is a permanent redirectionFerry Jérémie
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2018-06-23pythonPackages: remove `name` attribute`Frederik Rietdijk
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`.
2017-10-29python.pkgs.ipython_genutils: move expressionFrederik Rietdijk