python3Packages.python-melcloud: 0.1.0 -> 0.1.2
Diff: https://github.com/erwindouna/python-melcloud/compare/0.1.0...0.1.2 Changelog: https://github.com/erwindouna/python-melcloud/blob/0.1.2/CHANGELOG.md
This commit is contained in:
@@ -15,16 +15,21 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-melcloud";
|
pname = "python-melcloud";
|
||||||
version = "0.1.0";
|
version = "0.1.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "erwindouna";
|
owner = "erwindouna";
|
||||||
repo = "python-melcloud";
|
repo = "python-melcloud";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-1WFE8k16aDIp1S/WDHXVdUtQmISEoE8yQAn9nndmQWs=";
|
hash = "sha256-ccc6mIYWZEBENbmkbAZ0cFXJFhFNBjXoU/VDe+ETgoQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace pyproject.toml \
|
||||||
|
--replace-fail "poetry-core>=1.5,<2.0" poetry-core
|
||||||
|
'';
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
|
|
||||||
pythonRemoveDeps = [
|
pythonRemoveDeps = [
|
||||||
|
|||||||
Reference in New Issue
Block a user