python3Packages.pyportainer: 1.0.12 -> 1.0.14
https://github.com/erwindouna/pyportainer/releases/tag/v1.0.14
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
aresponses,
|
aresponses,
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
lib,
|
lib,
|
||||||
mashumaro,
|
mashumaro,
|
||||||
orjson,
|
orjson,
|
||||||
@@ -16,24 +15,16 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyportainer";
|
pname = "pyportainer";
|
||||||
version = "1.0.12";
|
version = "1.0.14";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "erwindouna";
|
owner = "erwindouna";
|
||||||
repo = "pyportainer";
|
repo = "pyportainer";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-goTYZhv/+4o2/SMOqANMnR3u4YxwDJVcvT0pz8MT7M8=";
|
hash = "sha256-5ARTHT5NmRBMOMVRPWAICdScAGUbkebtLyJqUW195Mw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
(fetchpatch {
|
|
||||||
name = "remove-mkdocs-from-dependencies.patch";
|
|
||||||
url = "https://github.com/erwindouna/pyportainer/commit/8ed65c3870ff368465267e9bf2cda441b7b28994.patch";
|
|
||||||
hash = "sha256-3FE8NngAajIt8lDjG//sDPULq8mZ0f53iVemJ2xJ4MQ=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|||||||
Reference in New Issue
Block a user