Skip to content

Commit

Permalink
python-suseapi: add package at version 0.24-5-g9937e3b
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Feb 20, 2017
1 parent dc19ba7 commit f0de1dc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31974,6 +31974,29 @@ EOF

yarl = callPackage ../development/python-modules/yarl { };

suseapi = buildPythonPackage rec {
name = "${pname}-${version}";
pname = "suseapi";
version = "0.24-5-g9937e3b";

src = pkgs.fetchFromGitHub {
owner = "openSUSE";
repo = "python-${pname}";
rev = version;
sha256 = "1144h26wrzazzy6y3yy163fccqmggk5hazjkk8l9a547390ilgrv";
};

propagatedBuildInputs = with self; [
django suds-jurko ldap mechanize beautifulsoup4 pyxdg dateutil
];

meta = {
homepage = "https://github.com/openSUSE/python-suseapi/";
description = "Python module to work with various SUSE services";
license = licenses.gpl3Plus;
};
};

stripe = buildPythonPackage rec {
name = "${pname}-${version}";
pname = "stripe";
Expand Down

0 comments on commit f0de1dc

Please sign in to comment.