Commit graph

15 commits

Author SHA1 Message Date
Sandro Jäckel 4209fed914
pythonPackages: deprecate pytestcov alias 2021-07-21 13:32:17 +02:00
Martin Weinelt e1b62e8b1b python3Packages.gunicorn: 20.0.4 -> 20.1.0 2021-06-22 13:42:31 +02:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Jonathan Ringer 212b24a566 python3Packages.gunicorn: fix homepage 2020-02-10 19:30:47 -08:00
Martin Milata b86f4d52cf gunicorn: add 19.x branch for python2.7 support
The nixos/moinmoin module uses gunicorn, however the 20.0 version
dropped python2 support which broke the module as there's no python3
port planned for moinmoin: http://moinmo.in/Python3
2020-02-10 19:26:21 -08:00
Jonathan Ringer a2a8423fb5 pythonPackages.gunicorn: python2 no longer supported 2019-12-30 16:46:51 +01:00
Frederik Rietdijk 529b2eb58d python: gunicorn: 19.9.0 -> 20.0.4 2019-12-30 16:46:43 +01:00
Jonathan Ringer 353c83adde python3Packages.gunicorn: add setuptools 2019-11-27 22:27:02 -08:00
Frederik Rietdijk 8ea496330b pythonPackages.gunicorn: disable tests 2019-08-18 11:48:40 +02:00
Frederik Rietdijk 2ea117a328 python: gunicorn: 19.8.1 -> 19.9.0 2018-07-22 16:52:42 +02:00
Frederik Rietdijk 303787e6f8 python.pkgs.gunicorn: fix build 2018-06-22 13:09:49 +02:00
Frederik Rietdijk d58135cffa python: gunicorn: 19.7.1 -> 19.8.1 2018-06-22 13:09:16 +02:00
Pascal Wittmann 24e87b49b6
Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
Frederik Rietdijk 07eeeb3600 Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00