Commit graph

7 commits

Author SHA1 Message Date
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 886048fdff (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