Merge pull request #116620 from dotlambda/luftdaten-0.6.6

python3Packages.luftdaten: 0.6.4 -> 0.6.5
This commit is contained in:
Fabian Affolter 2021-03-20 21:52:01 +01:00 committed by GitHub
commit 7d99b46571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "luftdaten";
version = "0.6.4";
version = "0.6.5";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "1w1f0kmiwslg1dxn7gq0ak8f5wajlwl03r5zklshjc11j34b4d5i";
sha256 = "sha256-5SFb+psULyg9UKVY3oJPNLF3TGS/W+Bxoj79iTzReL4=";
};
propagatedBuildInputs = [ aiohttp async-timeout ];
@ -16,9 +16,11 @@ buildPythonPackage rec {
# No tests implemented
doCheck = false;
pythonImportsCheck = [ "luftdaten" ];
meta = with lib; {
description = "Python API for interacting with luftdaten.info";
homepage = "https://github.com/fabaff/python-luftdaten";
homepage = "https://github.com/home-assistant-ecosystem/python-luftdaten";
license = licenses.mit;
maintainers = with maintainers; [ dotlambda ];
};