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