Loading pkgs/development/python-modules/srctools/default.nix 0 → 100644 +54 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, meson, meson-python, cython_3_1, attrs, useful-types, pytestCheckHook, pillow, pytest-regressions, dirty-equals, }: let pname = "srctools"; version = "2.6.0"; in buildPythonPackage { inherit pname version; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-QHPRSgu3i443kLeLeJXVpPP0hqMbsi4lScAYHrrfWEM="; }; build-system = [ meson meson-python cython_3_1 ]; dependencies = [ attrs useful-types ]; nativeCheckInputs = [ pytestCheckHook pillow pytest-regressions dirty-equals ]; pythonImportsCheck = [ "srctools" ]; meta = { description = "Modules for working with Valve's Source Engine file formats"; homepage = "https://github.com/TeamSpen210/srctools"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ different-name ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -17150,6 +17150,8 @@ self: super: with self; { squarify = callPackage ../development/python-modules/squarify { }; srctools = callPackage ../development/python-modules/srctools { }; sre-yield = callPackage ../development/python-modules/sre-yield { }; srp = callPackage ../development/python-modules/srp { }; Loading
pkgs/development/python-modules/srctools/default.nix 0 → 100644 +54 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, meson, meson-python, cython_3_1, attrs, useful-types, pytestCheckHook, pillow, pytest-regressions, dirty-equals, }: let pname = "srctools"; version = "2.6.0"; in buildPythonPackage { inherit pname version; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-QHPRSgu3i443kLeLeJXVpPP0hqMbsi4lScAYHrrfWEM="; }; build-system = [ meson meson-python cython_3_1 ]; dependencies = [ attrs useful-types ]; nativeCheckInputs = [ pytestCheckHook pillow pytest-regressions dirty-equals ]; pythonImportsCheck = [ "srctools" ]; meta = { description = "Modules for working with Valve's Source Engine file formats"; homepage = "https://github.com/TeamSpen210/srctools"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ different-name ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -17150,6 +17150,8 @@ self: super: with self; { squarify = callPackage ../development/python-modules/squarify { }; srctools = callPackage ../development/python-modules/srctools { }; sre-yield = callPackage ../development/python-modules/sre-yield { }; srp = callPackage ../development/python-modules/srp { };