python3Packages.bt-proximity: 0.0.20180217 -> 0.2
This commit is contained in:
parent
434bf323aa
commit
078e37f324
@ -3,7 +3,7 @@
|
||||
|
||||
buildPythonPackage {
|
||||
pname = "bt-proximity";
|
||||
version = "0.0.20180217";
|
||||
version = "0.2";
|
||||
|
||||
# pypi only has a pre-compiled wheel and no sources
|
||||
src = fetchFromGitHub {
|
||||
@ -18,6 +18,8 @@ buildPythonPackage {
|
||||
# there are no tests
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "bt_proximity" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Bluetooth Proximity Detection using Python";
|
||||
homepage = "https://github.com/FrederikBolding/bluetooth-proximity";
|
||||
|
Loading…
Reference in New Issue
Block a user