python3Packages.{pyppeteer-ng,price-parser,panzi-json-logic}: add passthru.updateScript
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user