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
hash = "sha256-umRPB0eUdFL4kIvqSfbw/Jzh7NZMY6WR4dK+1cyK3EI=";
26
};
27
28
-
nativeBuildInputs = [
0
0
0
0
0
29
poetry-core
30
];
31
32
-
propagatedBuildInputs = [
33
bluetooth-data-tools
34
bluetooth-sensor-state-data
35
cryptography
···
40
nativeCheckInputs = [
41
pytestCheckHook
42
];
43
-
44
-
postPatch = ''
45
-
substituteInPlace pyproject.toml \
46
-
--replace " --cov=bthome_ble --cov-report=term-missing:skip-covered" ""
47
-
'';
48
49
pythonImportsCheck = [
50
"bthome_ble"
···
25
hash = "sha256-umRPB0eUdFL4kIvqSfbw/Jzh7NZMY6WR4dK+1cyK3EI=";
26
};
27
28
+
postPatch = ''
29
+
substituteInPlace pyproject.toml \
30
+
--replace-fail " --cov=bthome_ble --cov-report=term-missing:skip-covered" ""
31
+
'';
32
+
33
+
build-system = [
34
poetry-core
35
];
36
37
+
dependencies = [
38
bluetooth-data-tools
39
bluetooth-sensor-state-data
40
cryptography
···
45
nativeCheckInputs = [
46
pytestCheckHook
47
];
0
0
0
0
0
48
49
pythonImportsCheck = [
50
"bthome_ble"