15 buildPythonPackage rec {
20 disabled = pythonOlder "3.7";
22 src = fetchFromGitHub {
25 rev = "refs/tags/v${version}";
26 hash = "sha256-dAdA+d75iE6v6t4mfgvwhRsIARLW+IqCGmaMABaDlZg=";
30 sed -i "/pysetupdi/d" setup.py
33 nativeBuildInputs = [ setuptools ];
35 propagatedBuildInputs = [
47 pythonImportsCheck = [ "bless" ];
50 description = "Library for creating a BLE Generic Attribute Profile (GATT) server";
51 homepage = "https://github.com/kevincar/bless";
52 changelog = "https://github.com/kevincar/bless/releases/tag/v${version}";
53 license = licenses.mit;
54 maintainers = with maintainers; [ fab ];