python312Packages.python-songpal: 0.16.1 -> 0.16.2
Diff: https://github.com/rytilahti/python-songpal/compare/refs/tags/release/0.16.1...0.16.2 Changelog: https://github.com/rytilahti/python-songpal/blob/release/0.16.2/CHANGELOG.md
This commit is contained in:
parent
9bc8f11e87
commit
22a24fc642
1 changed files with 5 additions and 8 deletions
|
@ -7,14 +7,12 @@
|
||||||
, async-upnp-client
|
, async-upnp-client
|
||||||
, attrs
|
, attrs
|
||||||
, click
|
, click
|
||||||
, importlib-metadata
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-songpal";
|
pname = "python-songpal";
|
||||||
version = "0.16.1";
|
version = "0.16.2";
|
||||||
|
pyproject = true;
|
||||||
format = "pyproject";
|
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
|
||||||
|
@ -22,19 +20,18 @@ buildPythonPackage rec {
|
||||||
owner = "rytilahti";
|
owner = "rytilahti";
|
||||||
repo = "python-songpal";
|
repo = "python-songpal";
|
||||||
rev = "refs/tags/release/${version}";
|
rev = "refs/tags/release/${version}";
|
||||||
hash = "sha256-qlypUGrObvn6YyzFhJe2rJvVdI6v+PkWLfjMpc1Lm2k=";
|
hash = "sha256-PYw6xlUtBrxl+YeVO/2Njt5LYWEprzGPVNk1Mlr83HM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
build-system = [
|
||||||
poetry-core
|
poetry-core
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
dependencies = [
|
||||||
aiohttp
|
aiohttp
|
||||||
async-upnp-client
|
async-upnp-client
|
||||||
attrs
|
attrs
|
||||||
click
|
click
|
||||||
importlib-metadata
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# no tests implemented
|
# no tests implemented
|
||||||
|
|
Loading…
Reference in a new issue