23 buildPythonPackage rec {
24 pname = "playwrightcapture";
28 disabled = pythonOlder "3.9";
30 src = fetchFromGitHub {
32 repo = "PlaywrightCapture";
34 hash = "sha256-TnK7CeW4mJGS77tzYkBQJbLn+niZEMWScpLLaWLmQAA=";
46 build-system = [ poetry-core ];
63 optional-dependencies = {
74 pythonImportsCheck = [ "playwrightcapture" ];
77 description = "Capture a URL with Playwright";
78 homepage = "https://github.com/Lookyloo/PlaywrightCapture";
79 changelog = "https://github.com/Lookyloo/PlaywrightCapture/releases/tag/v${version}";
80 license = licenses.bsd3;
81 maintainers = with maintainers; [ fab ];