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