Skip to content

Commit

Permalink
digital-ocean: Init at 1.10.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 6bfffa9)
Signed-off-by: Domen Kožar <domen@dev.si>
  • Loading branch information
teh authored and domenkozar committed Dec 6, 2016
1 parent cd56e6f commit 331a7bc
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -5126,6 +5126,27 @@ in modules // {
};
};

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 331a7bc

Please sign in to comment.