# Copyright 2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..13} ) inherit distutils-r1 #A high-level API to automate web browsers #Python version of the Playwright testing and automation library. DESCRIPTION="Library to automate Chromium, Firefox and WebKit browsers with a single API" HOMEPAGE="https://playwright.dev/python/ https://github.com/microsoft/playwright-python/ https://pypi.org/project/playwright/" SRC_URI="https://github.com/microsoft/playwright-python/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI+=" https://playwright.azureedge.net/builds/driver/playwright-${PV}-linux.zip" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" RDEPEND=" >=dev-python/greenlet-3.1.1[${PYTHON_USEDEP}] =dev-python/pyee-13[${PYTHON_USEDEP}]