mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
python3Packages.pynina: 0.3.5 -> 0.3.6 (#405996)
This commit is contained in:
commit
71623df396
1 changed files with 3 additions and 6 deletions
|
@ -3,20 +3,17 @@
|
||||||
aiohttp,
|
aiohttp,
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
fetchPypi,
|
fetchPypi,
|
||||||
pythonOlder,
|
|
||||||
setuptools,
|
setuptools,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pynina";
|
pname = "pynina";
|
||||||
version = "0.3.5";
|
version = "0.3.6";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-M+0gujriblTDj/qDmBnC4DlKjlZbbStsr7tep5HeNlg=";
|
hash = "sha256-w5iJXmOd0fqWIZnVG6zDop1t2h4B+4v0/EuwgS00LkA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [ "aiohttp" ];
|
pythonRelaxDeps = [ "aiohttp" ];
|
||||||
|
@ -33,7 +30,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python API wrapper to retrieve warnings from the german NINA app";
|
description = "Python API wrapper to retrieve warnings from the german NINA app";
|
||||||
homepage = "https://gitlab.com/DeerMaximum/pynina";
|
homepage = "https://gitlab.com/DeerMaximum/pynina";
|
||||||
changelog = "https://gitlab.com/DeerMaximum/pynina/-/releases/${version}";
|
changelog = "https://gitlab.com/DeerMaximum/pynina/-/releases/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue