14 buildPythonPackage rec {
19 disabled = pythonOlder "3.7";
21 src = fetchFromGitHub {
24 rev = "refs/tags/v${version}";
25 hash = "sha256-dAdA+d75iE6v6t4mfgvwhRsIARLW+IqCGmaMABaDlZg=";
29 sed -i "/pysetupdi/d" setup.py
36 propagatedBuildInputs = [
48 pythonImportsCheck = [
53 description = "Library for creating a BLE Generic Attribute Profile (GATT) server";
54 homepage = "https://github.com/kevincar/bless";
55 changelog = "https://github.com/kevincar/bless/releases/tag/v${version}";
56 license = licenses.mit;
57 maintainers = with maintainers; [ fab ];