python-suseapi: add package at version 0.24-5-g9937e3b

This commit is contained in:
Peter Simons 2017-02-20 12:08:54 +01:00
parent dc19ba7bc6
commit f0de1dc89d

View File

@ -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";