12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
22 rev = "refs/tags/v${version}";
23 hash = "sha256-+rnMLqNfhIJASCKkIfOKpVil3S/d8BcMxnLHmdOcRIY=";
26 propagatedBuildInputs = [
37 pythonImportsCheck = [
42 description = "Library for creating a BLE Generic Attribute Profile (GATT) server";
43 homepage = "https://github.com/kevincar/bless";
44 changelog = "https://github.com/kevincar/bless/releases/tag/v${version}";
45 license = licenses.mit;
46 maintainers = with maintainers; [ fab ];