python3Packages.bt-proximity: modernize
This commit is contained in:
@@ -6,15 +6,17 @@
|
||||
pybluez,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "bt-proximity";
|
||||
version = "0.2.1";
|
||||
pyproject = true;
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "bt_proximity";
|
||||
inherit version;
|
||||
sha256 = "0xlif91vblbz065531yjf8nmlcahrl4q5pz52bc1jmzz7iv9hpgq";
|
||||
inherit (finalAttrs) version;
|
||||
hash = "sha256-+F2Ydjz/VxnYEuXfggnNUDFaLXLSh1GKAX/RtUNykXY=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -32,4 +34,4 @@ buildPythonPackage rec {
|
||||
maintainers = with lib.maintainers; [ peterhoeg ];
|
||||
license = lib.licenses.asl20;
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user