mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
python312Packages.bluetooth-adapters: 0.19.4 -> 0.20.0
Diff: https://github.com/Bluetooth-Devices/bluetooth-adapters/compare/refs/tags/v0.19.4...v0.20.0 Changelog: https://github.com/bluetooth-devices/bluetooth-adapters/blob/v0.20.0/CHANGELOG.md
This commit is contained in:
parent
405d51903b
commit
6b0baa9a74
@ -10,6 +10,7 @@
|
||||
mac-vendor-lookup,
|
||||
myst-parser,
|
||||
poetry-core,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
sphinx-rtd-theme,
|
||||
@ -20,7 +21,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "bluetooth-adapters";
|
||||
version = "0.19.4";
|
||||
version = "0.20.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -29,7 +30,7 @@ buildPythonPackage rec {
|
||||
owner = "Bluetooth-Devices";
|
||||
repo = "bluetooth-adapters";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-XpPC7FVWzdEki6kdZDu0vV7iD1DZzGbI1f9VKxsjKUQ=";
|
||||
hash = "sha256-dQjoaBK+WMHQss/7nQRRCE8Jv4S0iq6awa/t3SMGUiE=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -60,9 +61,12 @@ buildPythonPackage rec {
|
||||
usb-devices
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "bluetooth_adapters" ];
|
||||
nativeCheckInputs = [
|
||||
pytest-asyncio
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
pythonImportsCheck = [ "bluetooth_adapters" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Tools to enumerate and find Bluetooth Adapters";
|
||||
|
Loading…
Reference in New Issue
Block a user