11 buildPythonPackage rec {
12 pname = "crownstone-cloud";
14 format = "setuptools";
16 disabled = pythonOlder "3.8";
18 src = fetchFromGitHub {
20 repo = "crownstone-lib-python-cloud";
22 sha256 = "sha256-CS1zeQiWPnsGCWixCsN9sz08mPORW5sVqIpSFPh0Qt0=";
25 propagatedBuildInputs = [
36 sed -i '/codecov/d' requirements.txt
39 pythonImportsCheck = [
44 description = "Python module for communicating with Crownstone Cloud and devices";
45 homepage = "https://github.com/crownstone/crownstone-lib-python-cloud";
46 license = with licenses; [ mit ];
47 maintainers = with maintainers; [ fab ];