Commit Graph

10 Commits

Author SHA1 Message Date
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
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.
2023-01-21 12:00:00 +00:00
Markus S. Wamser 2043dbb6fa pkgs.development.python-modules: remove unused args 2021-11-12 19:10:54 -08:00
R. RyanTM f022b39125 python38Packages.digital-ocean: 1.16.0 -> 1.17.0 2021-10-03 06:20:06 +00:00
Fabian Affolter 533baea7ab python3Packages.digital-ocean: update meta and add pythonImportsCheck 2021-01-17 18:08:35 +01:00
Fabian Affolter 3d24a90c3a python3Packages.digital-ocean: 1.15.0 -> 1.16.0 2021-01-17 17:57:59 +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
Robert Djubek 8653b7ab87 pythonPackages.digital-ocean: 1.13.2 -> 1.15.0
updated to newest version (1.13.2 was released ~2.25 years ago). switched to fetchFromGitHub to enable tests. added kiwi to maintainers. formatted with nixpkgs-fmt
2020-03-03 02:19:03 +00:00
Thorsten Weber bf31818f46 python: python-digitalocean: fix build
fix hash and add missing dependency "jsonpickle"

see https://github.com/NixOS/nixpkgs/commit/886048fdff39963ec6ba89a650954c4c641a93e6#diff-714655688532fd4a33aab2085f266252
2018-04-16 01:00:20 +02:00
Frederik Rietdijk 886048fdff python: python-digitalocean: 1.10.1 -> 1.13.2 2018-04-08 11:34:54 +02:00
Elis Hirwing c6d8004fd7 pythonPackages.digital-ocean: Move to own file 2018-04-04 19:46:00 +02:00