mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 06:28:50 +03:00
python3Packages.roonapi: 0.0.39 -> 0.1.1
This commit is contained in:
parent
7227043bde
commit
2ca3a8aa3f
@ -11,15 +11,16 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "roonapi";
|
pname = "roonapi";
|
||||||
version = "0.0.39";
|
version = "0.1.1";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pavoni";
|
owner = "pavoni";
|
||||||
repo = "pyroon";
|
repo = "pyroon";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "03m00qbdkm0vdflc48ds186kh9qjxqr6z602yn3l6fzj5f93zgh5";
|
sha256 = "sha256-GEgm250uALTXIEMBWmluqGw/dw2TfGmUIcItfzonGkU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -36,7 +37,9 @@ buildPythonPackage rec {
|
|||||||
# Tests require access to the Roon API
|
# Tests require access to the Roon API
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
pythonImportsCheck = [ "roonapi" ];
|
pythonImportsCheck = [
|
||||||
|
"roonapi"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python library to interface with the Roon API";
|
description = "Python library to interface with the Roon API";
|
||||||
|
Loading…
Reference in New Issue
Block a user