python3Packages.{pyppeteer-ng,price-parser,panzi-json-logic}: add passthru.updateScript

This commit is contained in:
Thane Gill
2025-12-23 01:39:03 +01:00
committed by Gutyina Gergő
parent 0ca5fa5785
commit b3b340814c
3 changed files with 9 additions and 0 deletions
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
gitUpdater,
unittestCheckHook,
setuptools,
}:
@@ -24,6 +25,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "json_logic" ];
passthru.updateScript = gitUpdater { };
meta = {
description = "Pure Python 3 JsonLogic and CertLogic implementation.";
homepage = "https://github.com/panzi/panzi-json-logic";
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
gitUpdater,
pytestCheckHook,
setuptools,
pytest-cov-stub,
@@ -31,6 +32,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "price_parser" ];
passthru.updateScript = gitUpdater { };
meta = {
description = "Extract price amount and currency symbol from a raw text string";
homepage = "https://github.com/scrapinghub/price-parser";
@@ -4,6 +4,7 @@
aiohttp,
appdirs,
buildPythonPackage,
gitUpdater,
certifi,
diff-match-patch,
fetchFromGitHub,
@@ -147,6 +148,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "pyppeteer" ];
passthru.updateScript = gitUpdater { };
meta = {
description = "Headless chrome/chromium automation library (unofficial port of puppeteer)";
mainProgram = "pyppeteer-install";