11 buildPythonPackage rec {
12 pname = "pyversasense";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
19 owner = "imstevenxyz";
22 sha256 = "vTaDEwImWDMInwti0Jj+j+RFEtXOOKtiH5wOMD6ZmJk=";
25 propagatedBuildInputs = [
40 # Tests are not properly mocking network requests
43 "test_peripheral_measurements"
47 pythonImportsCheck = [
52 description = "Python library to communicate with the VersaSense API";
53 homepage = "https://github.com/imstevenxyz/pyversasense";
54 license = licenses.asl20;
55 maintainers = with maintainers; [ fab ];