aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pika-pool (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* python3Packages.pika-pool: fix buildMaximilian Bosch2019-01-101-0/+4
| | | | | Loosen version constraint to allow current `pika` as well (currently 0.12). See also https://hydra.nixos.org/build/86116480
* pythonPackages: remove `name` attribute`Frederik Rietdijk2018-06-231-1/+0
| | | | | | | | | 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`.
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-011-1/+1
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* pythonPackages.pika-pool: init at 0.1.3Antoine Eiche2017-05-201-0/+24
fixes #25750