Commit graph

30 commits

Author SHA1 Message Date
Sandro Jäckel 4209fed914
pythonPackages: deprecate pytestcov alias 2021-07-21 13:32:17 +02:00
Martin Weinelt acfbe79672
python3Packages.dogpile.cache: 1.1.2 -> 1.1.3 2021-06-21 17:01:44 -07:00
R. RyanTM afbc900071 python37Packages.dogpile_cache: 1.1.1 -> 1.1.2 2021-01-31 04:32:04 +00: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
R. RyanTM fd1ed8e930 python37Packages.dogpile_cache: 1.1.0 -> 1.1.1 2020-11-25 08:53:21 -08:00
R. RyanTM da1dccaf23 python37Packages.dogpile_cache: 1.0.2 -> 1.1.0 2020-11-19 20:28:57 -08:00
Frederik Rietdijk e29c1e42e0 Merge staging-next into staging 2020-08-31 19:46:33 +02:00
Jonathan Ringer ba537f97a7 python3Packages.dogpile-cache: disable <python3.6 2020-08-30 09:11:02 +02:00
Peter Hoeg b10edc136e dogpile.cache: add missing dep 2020-08-29 17:32:29 -07:00
Frederik Rietdijk 271fb03e42 python: dogpile.cache: 0.9.2 -> 1.0.2 2020-08-16 19:30:58 +02:00
Frederik Rietdijk c49024cef6 python3Packages.dogpile.cache: 0.9.0 -> 0.9.2 2020-05-11 22:12:10 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM f64ad2582b python38Packages.dogpile_cache: 0.8.0 -> 0.9.0 2019-11-02 16:41:39 -07:00
Frederik Rietdijk eabf213cf1 python3.pkgs.dogpile_cache: fix build 2019-10-29 10:06:36 +01:00
Frederik Rietdijk 0562fed5a1 python: dogpile.cache: 0.7.1 -> 0.8.0 2019-10-27 16:26:40 +01:00
Frederik Rietdijk 71fde40c29 python: dogpile.cache: 0.6.8 -> 0.7.1 2019-02-17 14:40:20 +01:00
Frederik Rietdijk 840cc2e385 python: dogpile.cache: 0.6.7 -> 0.6.8 2019-01-18 09:37:07 +01:00
Frederik Rietdijk e48f983254 python: dogpile.cache: 0.6.6 -> 0.6.7 2018-08-25 07:38:21 +02:00
Frederik Rietdijk fdfa4bede6 python: dogpile.cache: 0.6.5 -> 0.6.6 2018-07-22 16:52:39 +02:00
Frederik Rietdijk ced21f5e1a 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`.
2018-06-23 18:14:26 +02:00
Frederik Rietdijk 79adc25b2c python: dogpile.cache: 0.6.4 -> 0.6.5 2018-04-08 11:34:54 +02:00
Pascal Wittmann 24e87b49b6
Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
Frederik Rietdijk e7ab7798f1 python.pkgs.dogpile.cache: remove broken tests, allows nox to be build 2017-07-04 09:39:49 +02:00
Frederik Rietdijk 034c1a29fa python.pkgs: several maintenance updates 2017-07-03 20:19:57 +02:00
Orivej Desh 03a6297b6c python-dogpile-cache: do not depend on dogpile_core 2017-06-21 18:44:42 +00:00
Frederik Rietdijk 6b999f3c42 Python: many package updates
Did not test all packages. Likely we'll have some breakage.
2017-05-27 14:25:08 +02:00
Daiderd Jordan c58aa3a508
python-dogpile-cache: disable concurrency tests 2017-05-11 19:51:50 +02:00
Daiderd Jordan 74686d6c8c
python-dogpile-cache: fix darwin build and add missing test dependencies 2017-05-01 23:41:12 +02:00
Antoine Eiche 5560384388 pythonPackages.dogpile_cache: 0.5.4 -> 0.6.2 2017-04-20 00:40:24 +02:00