tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.bthome-ble: refactor
Fabian Affolter
2 years ago
7b2440ca
adc0a6e7
+7
-7
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
bthome-ble
default.nix
+7
-7
pkgs/development/python-modules/bthome-ble/default.nix
···
25
25
hash = "sha256-umRPB0eUdFL4kIvqSfbw/Jzh7NZMY6WR4dK+1cyK3EI=";
26
26
};
27
27
28
28
-
nativeBuildInputs = [
28
28
+
postPatch = ''
29
29
+
substituteInPlace pyproject.toml \
30
30
+
--replace-fail " --cov=bthome_ble --cov-report=term-missing:skip-covered" ""
31
31
+
'';
32
32
+
33
33
+
build-system = [
29
34
poetry-core
30
35
];
31
36
32
32
-
propagatedBuildInputs = [
37
37
+
dependencies = [
33
38
bluetooth-data-tools
34
39
bluetooth-sensor-state-data
35
40
cryptography
···
40
45
nativeCheckInputs = [
41
46
pytestCheckHook
42
47
];
43
43
-
44
44
-
postPatch = ''
45
45
-
substituteInPlace pyproject.toml \
46
46
-
--replace " --cov=bthome_ble --cov-report=term-missing:skip-covered" ""
47
47
-
'';
48
48
49
49
pythonImportsCheck = [
50
50
"bthome_ble"