13 buildPythonPackage rec {
14 pname = "aiocurrencylayer";
18 disabled = pythonOlder "3.10";
20 src = fetchFromGitHub {
21 owner = "home-assistant-ecosystem";
22 repo = "aiocurrencylayer";
24 hash = "sha256-VOzgWN+dDPaGEcahFPSWjBR989b9eNkx4zcnI9o2Xiw=";
27 nativeBuildInputs = [ poetry-core ];
29 propagatedBuildInputs = [ httpx ];
37 pythonImportsCheck = [ "aiocurrencylayer" ];
40 description = "Python API for interacting with currencylayer";
41 homepage = "https://github.com/home-assistant-ecosystem/aiocurrencylayer";
42 changelog = "https://github.com/home-assistant-ecosystem/aiocurrencylayer/releases/tag/${version}";
43 license = licenses.mit;
44 maintainers = with maintainers; [ fab ];