python3Package.bluetooth-adapters: 0.8.0 -> 0.12.0
https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/v0.12.0 https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/v0.11.0 https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/v0.10.1 https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/v0.10.0 https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/v0.9.0
This commit is contained in:
parent
6a395166ac
commit
9c57e0b5b3
1 changed files with 8 additions and 2 deletions
|
@ -3,18 +3,21 @@
|
|||
, pythonOlder
|
||||
, fetchFromGitHub
|
||||
, poetry-core
|
||||
, aiohttp
|
||||
, async-timeout
|
||||
, bleak
|
||||
, dbus-fast
|
||||
, mac-vendor-lookup
|
||||
, myst-parser
|
||||
, pytestCheckHook
|
||||
, sphinxHook
|
||||
, sphinx-rtd-theme
|
||||
, usb-devices
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "bluetooth-adapters";
|
||||
version = "0.8.0";
|
||||
version = "0.12.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
@ -23,7 +26,7 @@ buildPythonPackage rec {
|
|||
owner = "Bluetooth-Devices";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-K5EeDcGcjrZYQTbuYAzT7XhcAqpYW1w/jP5T0cOPsVU=";
|
||||
hash = "sha256-meBCjWKAIN6sNrBp/Riptu9igvVwIPf0G2x+Z3Kqkts=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
@ -44,9 +47,12 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
async-timeout
|
||||
bleak
|
||||
dbus-fast
|
||||
mac-vendor-lookup
|
||||
usb-devices
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
|
Loading…
Reference in a new issue