Skip to content

Commit

Permalink
python312Packages.suds-community: init at 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Aug 30, 2024
1 parent 8875d1f commit 7e377b1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pkgs/development/python-modules/suds-community/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
mkPythonMetaPackage,
suds,
}:

mkPythonMetaPackage {
pname = "suds-community";
inherit (suds) version;
dependencies = [ suds ];
optional-dependencies = suds.optional-dependencies or { };
meta = {
inherit (suds.meta) changelog description homepage;
};
}
2 changes: 2 additions & 0 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15284,6 +15284,8 @@ self: super: with self; {

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

suds-community = callPackage ../development/python-modules/suds-community { };

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

sumtypes = callPackage ../development/python-modules/sumtypes { };
Expand Down

0 comments on commit 7e377b1

Please sign in to comment.