Skip to content

Commit

Permalink
pyside*: remove
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs124 committed Sep 4, 2023
1 parent 045f8c5 commit 9a87752
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 246 deletions.
34 changes: 0 additions & 34 deletions pkgs/development/python-modules/pyside/apiextractor.nix

This file was deleted.

34 changes: 0 additions & 34 deletions pkgs/development/python-modules/pyside/default.nix

This file was deleted.

18 changes: 0 additions & 18 deletions pkgs/development/python-modules/pyside/gcc6.patch

This file was deleted.

33 changes: 0 additions & 33 deletions pkgs/development/python-modules/pyside/generatorrunner.nix

This file was deleted.

66 changes: 0 additions & 66 deletions pkgs/development/python-modules/pyside/shiboken.nix

This file was deleted.

12 changes: 0 additions & 12 deletions pkgs/development/python-modules/pyside/shiboken_py35.patch

This file was deleted.

34 changes: 0 additions & 34 deletions pkgs/development/python-modules/pyside/tools.nix

This file was deleted.

5 changes: 0 additions & 5 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18088,11 +18088,6 @@ with pkgs;

setupcfg2nix = python3Packages.callPackage ../development/tools/setupcfg2nix { };

# These pyside tools do not provide any Python modules and are meant to be here.
# See ../development/python-modules/pyside for details.
pysideApiextractor = callPackage ../development/python-modules/pyside/apiextractor.nix { };
pysideGeneratorrunner = callPackage ../development/python-modules/pyside/generatorrunner.nix { };

svg2tikz = with python3.pkgs; toPythonApplication svg2tikz;

svg2pdf = callPackage ../tools/graphics/svg2pdf { };
Expand Down
10 changes: 0 additions & 10 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9899,16 +9899,6 @@ self: super: with self; {
inherit (pkgs) cmake ninja qt6;
});

pyside = callPackage ../development/python-modules/pyside {
inherit (pkgs) mesa;
};

pysideShiboken = callPackage ../development/python-modules/pyside/shiboken.nix {
inherit (pkgs) libxml2 libxslt;
};

pysideTools = callPackage ../development/python-modules/pyside/tools.nix { };

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

pysigma-backend-elasticsearch = callPackage ../development/python-modules/pysigma-backend-elasticsearch { };
Expand Down

0 comments on commit 9a87752

Please sign in to comment.