16 buildPythonPackage rec {
17 pname = "pyflunearyou";
18 version = "2021.10.0";
21 disabled = pythonOlder "3.6";
23 src = fetchFromGitHub {
27 sha256 = "sha256-Q65OSE4qckpvaIvZULBR434i7hwuVM97eSq1Blb1oIU=";
31 substituteInPlace pyproject.toml \
32 --replace 'ujson = ">=1.35,<5.0"' 'ujson = "*"'
39 propagatedBuildInputs = [
54 # Ignore the examples directory as the files are prefixed with test_.
58 pythonImportsCheck = [
63 description = "Python library for retrieving UV-related information from Flu Near You";
64 homepage = "https://github.com/bachya/pyflunearyou";
65 license = with licenses; [ mit ];
66 maintainers = with maintainers; [ fab ];