wikicurses: migrate to pyproject; use tag and hash (#530390)

This commit is contained in:
Yohann Boniface
2026-06-13 22:22:37 +00:00
committed by GitHub
+6 -4
View File
@@ -7,14 +7,16 @@
python3Packages.buildPythonApplication (finalAttrs: {
version = "1.4";
format = "setuptools";
pname = "wikicurses";
pyproject = true;
build-system = with python3Packages; [ setuptools ];
src = fetchFromGitHub {
owner = "ids1024";
repo = "wikicurses";
rev = "v${finalAttrs.version}";
sha256 = "0f14s4qx3q5pr5vn460c34b5mbz2xs62d8ljs3kic8gmdn8x2knm";
tag = "v${finalAttrs.version}";
hash = "sha256-1U7RkW31IRbn0JKiJozu4q9aFhkMGGJ3ybfg0THRJDg=";
};
outputs = [
@@ -26,7 +28,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
installShellFiles
];
propagatedBuildInputs = with python3Packages; [
dependencies = with python3Packages; [
urwid
beautifulsoup4
lxml