python313Packages.scrapy-deltafetch: mark broken

This commit is contained in:
Robert Schütz
2025-02-22 20:41:07 -08:00
parent a618a1231d
commit 1121a35416
@@ -25,6 +25,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "scrapy_deltafetch" ];
meta = {
# https://github.com/scrapy-plugins/scrapy-deltafetch/pull/50
broken = lib.versionAtLeast scrapy.version "2.12";
description = "Scrapy spider middleware to ignore requests to pages containing items seen in previous crawls";
homepage = "https://github.com/scrapy-plugins/scrapy-deltafetch";
license = lib.licenses.bsd3;