Loading pkgs/development/python-modules/matplotlib-venn/default.nix 0 → 100644 +40 −0 Original line number Diff line number Diff line { lib, fetchPypi, buildPythonPackage, setuptools, matplotlib, numpy, scipy, pytestCheckHook, }: buildPythonPackage rec { version = "0.11.10"; pname = "matplotlib-venn"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-kNDPsnnF273339ciwOJRWjf1NelJvK0XRIO8d343LmU="; }; build-system = [ setuptools ]; dependencies = [ matplotlib numpy scipy ]; nativeCheckInputs = [ pytestCheckHook ]; meta = { description = "Functions for plotting area-proportional two- and three-way Venn diagrams in matplotlib"; homepage = "https://github.com/konstantint/matplotlib-venn"; changelog = "https://github.com/konstantint/matplotlib-venn/releases/tag/${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ moraxyc ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -7277,6 +7277,8 @@ self: super: with self; { matplotlib-sixel = callPackage ../development/python-modules/matplotlib-sixel { }; matplotlib-venn = callPackage ../development/python-modules/matplotlib-venn { }; matplotx = callPackage ../development/python-modules/matplotx { }; matrix-api-async = callPackage ../development/python-modules/matrix-api-async { }; Loading Loading
pkgs/development/python-modules/matplotlib-venn/default.nix 0 → 100644 +40 −0 Original line number Diff line number Diff line { lib, fetchPypi, buildPythonPackage, setuptools, matplotlib, numpy, scipy, pytestCheckHook, }: buildPythonPackage rec { version = "0.11.10"; pname = "matplotlib-venn"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-kNDPsnnF273339ciwOJRWjf1NelJvK0XRIO8d343LmU="; }; build-system = [ setuptools ]; dependencies = [ matplotlib numpy scipy ]; nativeCheckInputs = [ pytestCheckHook ]; meta = { description = "Functions for plotting area-proportional two- and three-way Venn diagrams in matplotlib"; homepage = "https://github.com/konstantint/matplotlib-venn"; changelog = "https://github.com/konstantint/matplotlib-venn/releases/tag/${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ moraxyc ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -7277,6 +7277,8 @@ self: super: with self; { matplotlib-sixel = callPackage ../development/python-modules/matplotlib-sixel { }; matplotlib-venn = callPackage ../development/python-modules/matplotlib-venn { }; matplotx = callPackage ../development/python-modules/matplotx { }; matrix-api-async = callPackage ../development/python-modules/matrix-api-async { }; Loading