mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-22 13:43:22 +00:00
Merge pull request #297923 from r-ryantm/auto-update/python312Packages.pyenphase
python312Packages.pyenphase: 1.19.2 -> 1.20.0
This commit is contained in:
commit
5d04187857
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyenphase";
|
pname = "pyenphase";
|
||||||
version = "1.19.2";
|
version = "1.20.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.11";
|
disabled = pythonOlder "3.11";
|
||||||
@ -27,19 +27,19 @@ buildPythonPackage rec {
|
|||||||
owner = "pyenphase";
|
owner = "pyenphase";
|
||||||
repo = "pyenphase";
|
repo = "pyenphase";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-opzoIYNsFERS5R40vm64o92PYz4+1e3ACFv3W6+EYsc=";
|
hash = "sha256-/TyQ6oSA361at1VSr6dLefOOmbZP4otBgb/JDA2sNWo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace pyproject.toml \
|
substituteInPlace pyproject.toml \
|
||||||
--replace " --cov=pyenphase --cov-report=term-missing:skip-covered" ""
|
--replace-fail " --cov=pyenphase --cov-report=term-missing:skip-covered" ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
build-system = [
|
||||||
poetry-core
|
poetry-core
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
dependencies = [
|
||||||
awesomeversion
|
awesomeversion
|
||||||
envoy-utils
|
envoy-utils
|
||||||
httpx
|
httpx
|
||||||
|
Loading…
Reference in New Issue
Block a user