python-suseapi: add package at version 0.24-5-g9937e3b
This commit is contained in:
parent
dc19ba7bc6
commit
f0de1dc89d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user