mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 05:41:12 +02:00
pyppeteer-0.2.6.ebuild
This commit is contained in:
parent
7ccce153c4
commit
9156ab0945
2 changed files with 12 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -15,14 +15,18 @@ SRC_URI="https://github.com/pyppeteer/pyppeteer/archive/${PV}.tar.gz -> ${P}.tar
|
|||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
#does not build
|
||||
#KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE="test"
|
||||
|
||||
#pyproject.toml
|
||||
RDEPEND="dev-python/websockets[${PYTHON_USEDEP}]
|
||||
RDEPEND="
|
||||
dev-python/appdirs[${PYTHON_USEDEP}]
|
||||
dev-python/tqdm[${PYTHON_USEDEP}]
|
||||
dev-python/importlib_metadata[${PYTHON_USEDEP}]
|
||||
dev-python/pyee[${PYTHON_USEDEP}]
|
||||
dev-python/urllib3[${PYTHON_USEDEP}]"
|
||||
dev-python/tqdm[${PYTHON_USEDEP}]
|
||||
dev-python/urllib3[${PYTHON_USEDEP}]
|
||||
dev-python/websockets[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare(){
|
||||
sed -i '/^exclude = \[/,/^\]$/d' pyproject.toml
|
||||
eapply_user
|
||||
}
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@ def portage_mapping(search):
|
|||
"dev-python/tls-parser": "dev-python/tls_parser",
|
||||
"dev-python/tornado": "www-servers/tornado",
|
||||
"dev-python/unicorn": "dev-util/unicorn[python]",
|
||||
"dev-python/importlib-metadata": "dev-python/importlib_metadata"
|
||||
}
|
||||
|
||||
for key in mapping:
|
||||
|
|
|
|||
Loading…
Reference in a new issue