python3Packages.aiolifx-effects: 0.2.1 -> 0.2.2

wip/nixpkgs-raku
Fabian Affolter 3 years ago
parent f75e2a648c
commit bf91434644
  1. 11
      pkgs/development/python-modules/aiolifx-effects/default.nix

@ -7,20 +7,21 @@
buildPythonPackage rec {
pname = "aiolifx-effects";
version = "0.2.1";
version = "0.2.2";
disabled = !isPy3k;
src = fetchPypi {
inherit version;
pname = "aiolifx_effects";
sha256 = "cb4ac52deeb220783fc6449251cf40833fcffa28648270be64b1b3e83e06b503";
sha256 = "sha256-qkXJDYdJ+QyQWn/u7g6t4QJG1uSqle+a5RhTkPPsHKo=";
};
propagatedBuildInputs = [ aiolifx ];
# tests are not implemented
doCheck = false;
disabled = !isPy3k;
propagatedBuildInputs = [ aiolifx ];
pythonImportsCheck = [ "aiolifx_effects" ];
meta = with lib; {
homepage = "https://github.com/amelchio/aiolifx_effects";

Loading…
Cancel
Save