Loading pkgs/development/python-modules/python-bsblan/default.nix +4 −7 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ pytest-cov-stub, pytest-mock, pytestCheckHook, pythonOlder, yarl, }: Loading @@ -23,8 +22,6 @@ buildPythonPackage rec { version = "2.2.5"; pyproject = true; disabled = pythonOlder "3.12"; src = fetchFromGitHub { owner = "liudger"; repo = "python-bsblan"; Loading @@ -33,18 +30,16 @@ buildPythonPackage rec { }; postPatch = '' sed -i "/ruff/d" pyproject.toml substituteInPlace pyproject.toml \ --replace-fail 'version = "0.0.0"' 'version = "${version}"' ''; env.PACKAGE_VERSION = version; build-system = [ hatchling ]; pythonRelaxDeps = [ "async-timeout" ]; dependencies = [ aiohttp async-timeout backoff mashumaro orjson Loading @@ -60,6 +55,8 @@ buildPythonPackage rec { pytestCheckHook ]; __darwinAllowLocalNetworking = true; pythonImportsCheck = [ "bsblan" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/python-bsblan/default.nix +4 −7 Original line number Diff line number Diff line Loading @@ -14,7 +14,6 @@ pytest-cov-stub, pytest-mock, pytestCheckHook, pythonOlder, yarl, }: Loading @@ -23,8 +22,6 @@ buildPythonPackage rec { version = "2.2.5"; pyproject = true; disabled = pythonOlder "3.12"; src = fetchFromGitHub { owner = "liudger"; repo = "python-bsblan"; Loading @@ -33,18 +30,16 @@ buildPythonPackage rec { }; postPatch = '' sed -i "/ruff/d" pyproject.toml substituteInPlace pyproject.toml \ --replace-fail 'version = "0.0.0"' 'version = "${version}"' ''; env.PACKAGE_VERSION = version; build-system = [ hatchling ]; pythonRelaxDeps = [ "async-timeout" ]; dependencies = [ aiohttp async-timeout backoff mashumaro orjson Loading @@ -60,6 +55,8 @@ buildPythonPackage rec { pytestCheckHook ]; __darwinAllowLocalNetworking = true; pythonImportsCheck = [ "bsblan" ]; meta = with lib; { Loading