Loading pkgs/development/python-modules/accuweather/default.nix +13 −6 Original line number Diff line number Diff line Loading @@ -8,23 +8,29 @@ , pytest-error-for-skips , pytestCheckHook , pythonOlder , setuptools , syrupy }: buildPythonPackage rec { pname = "accuweather"; version = "2.1.1"; format = "setuptools"; version = "3.0.0"; pyproject = true; disabled = pythonOlder "3.9"; disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "bieniu"; repo = pname; repo = "accuweather"; rev = "refs/tags/${version}"; hash = "sha256-hbmeQnxVhBbXKHNdeXzAwRnMKBNvKsdfHg8MzALinhc="; hash = "sha256-hnKwK0I8C8Xh7yn4yk2DqowqgyZYDB22IEllm5MeIGo="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ aiohttp orjson ]; Loading @@ -34,6 +40,7 @@ buildPythonPackage rec { pytest-asyncio pytest-error-for-skips pytestCheckHook syrupy ]; pythonImportsCheck = [ Loading Loading
pkgs/development/python-modules/accuweather/default.nix +13 −6 Original line number Diff line number Diff line Loading @@ -8,23 +8,29 @@ , pytest-error-for-skips , pytestCheckHook , pythonOlder , setuptools , syrupy }: buildPythonPackage rec { pname = "accuweather"; version = "2.1.1"; format = "setuptools"; version = "3.0.0"; pyproject = true; disabled = pythonOlder "3.9"; disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "bieniu"; repo = pname; repo = "accuweather"; rev = "refs/tags/${version}"; hash = "sha256-hbmeQnxVhBbXKHNdeXzAwRnMKBNvKsdfHg8MzALinhc="; hash = "sha256-hnKwK0I8C8Xh7yn4yk2DqowqgyZYDB22IEllm5MeIGo="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ aiohttp orjson ]; Loading @@ -34,6 +40,7 @@ buildPythonPackage rec { pytest-asyncio pytest-error-for-skips pytestCheckHook syrupy ]; pythonImportsCheck = [ Loading