python313Packages.readabilipy: fix build (#446889)

This commit is contained in:
Fabian Affolter
2025-09-28 18:38:46 +00:00
committed by GitHub
2 changed files with 121 additions and 0 deletions
@@ -29,6 +29,12 @@ buildPythonPackage rec {
hash = "sha256-FYdSbq3rm6fBHm5fDRAB0airX9fNcUGs1wHN4i6mnG0=";
};
patches = [
# Fix test failures with Python 3.13.6
# https://github.com/alan-turing-institute/ReadabiliPy/pull/116
./python3.13.6-compatibility.patch
];
javascript = buildNpmPackage {
pname = "readabilipy-javascript";
inherit version;
File diff suppressed because one or more lines are too long