Loading pkgs/development/python-modules/axis/default.nix +7 −7 Original line number Diff line number Diff line Loading @@ -13,9 +13,9 @@ xmltodict, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "axis"; version = "68"; version = "69"; pyproject = true; disabled = pythonOlder "3.14"; Loading @@ -23,14 +23,14 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "Kane610"; repo = "axis"; tag = "v${version}"; hash = "sha256-2a7zGgWc0QxxjCCg5yCfcepzLhEfvASv/Y8mDgl4y8M="; tag = "v${finalAttrs.version}"; hash = "sha256-igeDyGKG235ooe/QrHjbya9WTCzwC8GfMoCwtpaBlR8="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "setuptools==82.0.1" "setuptools" \ --replace-fail "wheel==0.46.3" "wheel" --replace-fail "wheel==0.47.0" "wheel" ''; build-system = [ setuptools ]; Loading @@ -53,9 +53,9 @@ buildPythonPackage rec { meta = { description = "Python library for communicating with devices from Axis Communications"; homepage = "https://github.com/Kane610/axis"; changelog = "https://github.com/Kane610/axis/releases/tag/v${version}"; changelog = "https://github.com/Kane610/axis/releases/tag/v${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; mainProgram = "axis"; }; } }) Loading
pkgs/development/python-modules/axis/default.nix +7 −7 Original line number Diff line number Diff line Loading @@ -13,9 +13,9 @@ xmltodict, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "axis"; version = "68"; version = "69"; pyproject = true; disabled = pythonOlder "3.14"; Loading @@ -23,14 +23,14 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "Kane610"; repo = "axis"; tag = "v${version}"; hash = "sha256-2a7zGgWc0QxxjCCg5yCfcepzLhEfvASv/Y8mDgl4y8M="; tag = "v${finalAttrs.version}"; hash = "sha256-igeDyGKG235ooe/QrHjbya9WTCzwC8GfMoCwtpaBlR8="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "setuptools==82.0.1" "setuptools" \ --replace-fail "wheel==0.46.3" "wheel" --replace-fail "wheel==0.47.0" "wheel" ''; build-system = [ setuptools ]; Loading @@ -53,9 +53,9 @@ buildPythonPackage rec { meta = { description = "Python library for communicating with devices from Axis Communications"; homepage = "https://github.com/Kane610/axis"; changelog = "https://github.com/Kane610/axis/releases/tag/v${version}"; changelog = "https://github.com/Kane610/axis/releases/tag/v${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; mainProgram = "axis"; }; } })