mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
pyppeteer: remove old 0.2.6
This commit is contained in:
parent
1581018d8c
commit
197133cdc1
2 changed files with 0 additions and 36 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST pyppeteer-0.2.6.tar.gz 1217778 BLAKE2B 30f6cffcf753d9d802bb2dba1b9b87fafe578b90014dace858d72e8f3e091047994b461050f19f29cf78da24dd95f7b107618b9d4f370800b82faf16ed7bedc1 SHA512 6d12d8ef0e3353a01a0bf716e8b3ba6bd1c5d24af62f69ff37d7492e49e2f2112b2b9a5cae0949aec610d313c1ddd2f49feee11bee33234f4190e16c416a342e
|
||||
DIST pyppeteer-1.0.2.tar.gz 1223507 BLAKE2B 5e1581342e8b9cb65306a1bc2643262617bd5bf00cbb954935fcb8a35b9620bd750f809ce103582cba492d43dbf185eaa78b7b53b6194c30c136ed5a9a8dfaf0 SHA512 0340e020fc3c76e8008e3831eb3af6b97b1ef197d82a5328760c77ad16f201b814152f1bde795ed2318b237e12f004335d9d4f5ecb8951a9b4068a666945cf28
|
||||
|
|
|
|||
|
|
@ -1,35 +0,0 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Headless chrome/chromium automation library "
|
||||
HOMEPAGE="https://github.com/pyppeteer/pyppeteer https://pypi.org/project/pyppeteer/"
|
||||
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
SRC_URI="https://github.com/pyppeteer/pyppeteer/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
|
||||
#__main__.py: error: unrecognized arguments: -n
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/importlib_metadata-1.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyee-8.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/tqdm-4.42.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/urllib3-1.25.8[${PYTHON_USEDEP}]
|
||||
>=dev-python/websockets-9.1[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare(){
|
||||
sed -i '/^exclude = \[/,/^\]$/d' pyproject.toml
|
||||
eapply_user
|
||||
}
|
||||
Loading…
Reference in a new issue