Skip to content

Commit

Permalink
digital-ocean: Init at 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
teh committed Dec 6, 2016
1 parent d2fc461 commit 6bfffa9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5498,6 +5498,27 @@ in {
};
};

digital-ocean = buildPythonPackage rec {
name = "python-digitalocean-1.10.1";

propagatedBuildInputs = with self; [ requests2 ];

# Package doesn't distribute tests.
doCheck = false;

src = pkgs.fetchurl {
url = "mirror://pypi/p/python-digitalocean/${name}.tar.gz";
sha256 = "12qybflfnl08acspz7rpaprmlabgrzimacbd7gm9qs5537hl3qnp";
};

meta = {
description = "digitalocean.com API to manage Droplets and Images";
homepage = https://pypi.python.org/pypi/python-digitalocean;
license = licenses.lgpl3;
maintainers = with maintainers; [ teh ];
};
};

libtmux = buildPythonPackage rec {
name = "libtmux-${version}";
version = "0.6.0";
Expand Down

0 comments on commit 6bfffa9

Please sign in to comment.