python314Packages.pywebcopy: migrat eto finalAttrs
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
six,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "pywebcopy";
|
||||
version = "7.1";
|
||||
pyproject = true;
|
||||
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "rajatomar788";
|
||||
repo = "pywebcopy";
|
||||
tag = version;
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-ee8uGg4PU1uch8cyiU7QfvdYFUVDz7obq9oC8fKkf1s=";
|
||||
};
|
||||
|
||||
@@ -43,10 +43,10 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/rajatomar788/pywebcopy/blob/master/docs/changelog.md";
|
||||
description = "Python package for cloning complete webpages and websites to local storage";
|
||||
homepage = "https://github.com/rajatomar788/pywebcopy/";
|
||||
changelog = "https://github.com/rajatomar788/pywebcopy/releases/tag/v${finalAttrs.src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user