Loading pkgs/development/python-modules/aemet-opendata/default.nix +3 −11 Original line number Diff line number Diff line Loading @@ -5,15 +5,12 @@ fetchFromGitHub, geopy, pythonOlder, requests, setuptools, urllib3, wheel, }: buildPythonPackage rec { pname = "aemet-opendata"; version = "0.5.3"; version = "0.5.4"; pyproject = true; disabled = pythonOlder "3.11"; Loading @@ -22,19 +19,14 @@ buildPythonPackage rec { owner = "Noltari"; repo = "AEMET-OpenData"; rev = "refs/tags/${version}"; hash = "sha256-KsmH7QJGVf+bZ5XoT+NeScwvvyrXSTZcAwdc12nJLHI="; hash = "sha256-iy1ptkxc4dh/fwWSi/GgPX5KRulyG0zwWTbCNBirsCo="; }; build-system = [ setuptools wheel ]; build-system = [ setuptools ]; dependencies = [ aiohttp geopy requests urllib3 ]; # no tests implemented Loading Loading
pkgs/development/python-modules/aemet-opendata/default.nix +3 −11 Original line number Diff line number Diff line Loading @@ -5,15 +5,12 @@ fetchFromGitHub, geopy, pythonOlder, requests, setuptools, urllib3, wheel, }: buildPythonPackage rec { pname = "aemet-opendata"; version = "0.5.3"; version = "0.5.4"; pyproject = true; disabled = pythonOlder "3.11"; Loading @@ -22,19 +19,14 @@ buildPythonPackage rec { owner = "Noltari"; repo = "AEMET-OpenData"; rev = "refs/tags/${version}"; hash = "sha256-KsmH7QJGVf+bZ5XoT+NeScwvvyrXSTZcAwdc12nJLHI="; hash = "sha256-iy1ptkxc4dh/fwWSi/GgPX5KRulyG0zwWTbCNBirsCo="; }; build-system = [ setuptools wheel ]; build-system = [ setuptools ]; dependencies = [ aiohttp geopy requests urllib3 ]; # no tests implemented Loading