Loading pkgs/development/python-modules/standard-sndhdr/default.nix 0 → 100644 +42 −0 Original line number Diff line number Diff line { buildPythonPackage, fetchFromGitHub, lib, pytestCheckHook, setuptools, standard-aifc, }: buildPythonPackage rec { pname = "standard-sndhdr"; version = "3.13.0"; pyproject = true; src = fetchFromGitHub { owner = "youknowone"; repo = "python-deadlib"; tag = "v${version}"; hash = "sha256-vhGFTd1yXL4Frqli5D1GwOatwByDjvcP8sxgkdu6Jqg="; }; sourceRoot = "${src.name}/sndhdr"; build-system = [ setuptools ]; dependencies = [ standard-aifc ]; pythonImportsCheck = [ "sndhdr" ]; nativeCheckInputs = [ pytestCheckHook ]; meta = { description = "Standard library sndhdr redistribution"; homepage = "https://github.com/youknowone/python-deadlib/tree/main/sndhdr"; license = lib.licenses.psfl; maintainers = [ lib.maintainers.dotlambda ]; }; } pkgs/top-level/python-packages.nix +6 −0 Original line number Diff line number Diff line Loading @@ -17652,6 +17652,12 @@ self: super: with self; { standard-pipes = if pythonAtLeast "3.13" then callPackage ../development/python-modules/standard-pipes { } else null; standard-sndhdr = if pythonAtLeast "3.13" then callPackage ../development/python-modules/standard-sndhdr { } else null; standard-sunau = if pythonAtLeast "3.13" then callPackage ../development/python-modules/standard-sunau { } else null; Loading
pkgs/development/python-modules/standard-sndhdr/default.nix 0 → 100644 +42 −0 Original line number Diff line number Diff line { buildPythonPackage, fetchFromGitHub, lib, pytestCheckHook, setuptools, standard-aifc, }: buildPythonPackage rec { pname = "standard-sndhdr"; version = "3.13.0"; pyproject = true; src = fetchFromGitHub { owner = "youknowone"; repo = "python-deadlib"; tag = "v${version}"; hash = "sha256-vhGFTd1yXL4Frqli5D1GwOatwByDjvcP8sxgkdu6Jqg="; }; sourceRoot = "${src.name}/sndhdr"; build-system = [ setuptools ]; dependencies = [ standard-aifc ]; pythonImportsCheck = [ "sndhdr" ]; nativeCheckInputs = [ pytestCheckHook ]; meta = { description = "Standard library sndhdr redistribution"; homepage = "https://github.com/youknowone/python-deadlib/tree/main/sndhdr"; license = lib.licenses.psfl; maintainers = [ lib.maintainers.dotlambda ]; }; }
pkgs/top-level/python-packages.nix +6 −0 Original line number Diff line number Diff line Loading @@ -17652,6 +17652,12 @@ self: super: with self; { standard-pipes = if pythonAtLeast "3.13" then callPackage ../development/python-modules/standard-pipes { } else null; standard-sndhdr = if pythonAtLeast "3.13" then callPackage ../development/python-modules/standard-sndhdr { } else null; standard-sunau = if pythonAtLeast "3.13" then callPackage ../development/python-modules/standard-sunau { } else null;