From 8117b519fc9507ea49f555a06fd155c5883b07b9 Mon Sep 17 00:00:00 2001 From: Patrick Poitras Date: Thu, 14 May 2026 19:46:08 -0700 Subject: [PATCH] python3-fishnet: remove I tried to fix/update this orphaned package, only to come to the following realizations: Fishnet is now a rust package As such python3-fishnet has no reason to exist This package version was last updated in 2019, and has seen several revisions as python versions were upgraded The package as-is can't download stockfish, as the method for updating stockfish was broken in 2020 I believe the proper solution to this is to remove the package, with no prejudice for creating fishnet based on the rust version. --- .../python3-fishnet/files/README.voidlinux | 3 --- srcpkgs/python3-fishnet/template | 19 ------------------- srcpkgs/removed-packages/template | 1 + 3 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 srcpkgs/python3-fishnet/files/README.voidlinux delete mode 100644 srcpkgs/python3-fishnet/template diff --git a/srcpkgs/python3-fishnet/files/README.voidlinux b/srcpkgs/python3-fishnet/files/README.voidlinux deleted file mode 100644 index cede910ed92759..00000000000000 --- a/srcpkgs/python3-fishnet/files/README.voidlinux +++ /dev/null @@ -1,3 +0,0 @@ -fishnet requires a personal key from https://lichess.org/get-fishnet to be used - -fishnet will download lichess' custom stockfish binary for analysis. diff --git a/srcpkgs/python3-fishnet/template b/srcpkgs/python3-fishnet/template deleted file mode 100644 index 91ecd84de17d15..00000000000000 --- a/srcpkgs/python3-fishnet/template +++ /dev/null @@ -1,19 +0,0 @@ -# Template file for 'python3-fishnet' -pkgname=python3-fishnet -version=1.15.18 -revision=8 -build_style=python3-module -pycompile_module="fishnet.py" -hostmakedepends="python3-setuptools" -depends="python3-requests" -checkdepends="python3-requests" -short_desc="Distributed Stockfish analysis for lichess.org" -maintainer="Orphaned " -license="GPL-3.0-or-later" -homepage="https://github.com/niklasf/fishnet" -distfiles="https://github.com/niklasf/fishnet/archive/v${version}.tar.gz" -checksum=1854ec228fddd71ecae21abb5d2b5a523fc3781d08cea1f2f757c53936db0daf - -post_install() { - vdoc "${FILESDIR}/README.voidlinux" -} diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template index 4ff86448a7682e..fa3f6c7f3bdbd8 100644 --- a/srcpkgs/removed-packages/template +++ b/srcpkgs/removed-packages/template @@ -847,6 +847,7 @@ replaces=" python3-efl<=1.23.0_7 python3-eliot<=1.12.0_5 python3-envdir<=1.0.1_9 + python3-fishnet<=1.15.18 python3-gitchangelog<=3.0.4_7 python3-grako<=3.99.9_7 python3-idna-ssl<=1.1.0_3