python3Packages.bluetooth-data-tools: 1.28.3 -> 1.28.4 (#457432)
This commit is contained in:
@@ -5,26 +5,22 @@
|
|||||||
cryptography,
|
cryptography,
|
||||||
cython,
|
cython,
|
||||||
poetry-core,
|
poetry-core,
|
||||||
pytest-benchmark,
|
|
||||||
pytest-codspeed,
|
pytest-codspeed,
|
||||||
pytest-cov-stub,
|
pytest-cov-stub,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
pythonOlder,
|
|
||||||
setuptools,
|
setuptools,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "bluetooth-data-tools";
|
pname = "bluetooth-data-tools";
|
||||||
version = "1.28.3";
|
version = "1.28.4";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.10";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Bluetooth-Devices";
|
owner = "Bluetooth-Devices";
|
||||||
repo = "bluetooth-data-tools";
|
repo = "bluetooth-data-tools";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-xeBqxGOyxjR/O593ctyfwASxBZIeRBTdpVI981gOw5o=";
|
hash = "sha256-IAGlM1B/PAPyaBIfHG3RScn8odboZMg3YmQJSfoyKR4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# The project can build both an optimized cython version and an unoptimized
|
# The project can build both an optimized cython version and an unoptimized
|
||||||
@@ -40,15 +36,11 @@ buildPythonPackage rec {
|
|||||||
dependencies = [ cryptography ];
|
dependencies = [ cryptography ];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
pytest-benchmark
|
|
||||||
pytest-codspeed
|
pytest-codspeed
|
||||||
pytest-cov-stub
|
pytest-cov-stub
|
||||||
pytest-codspeed
|
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
pytestFlags = [ "--benchmark-disable" ];
|
|
||||||
|
|
||||||
pythonImportsCheck = [ "bluetooth_data_tools" ];
|
pythonImportsCheck = [ "bluetooth_data_tools" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|||||||
Reference in New Issue
Block a user