mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
bardapi-0.1.27.ebuild
This commit is contained in:
parent
7051c39455
commit
4d9321b8e1
3 changed files with 37 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST bardapi-0.1.24.tar.gz 17595 BLAKE2B 0516cde5c8673141ae339a8b84d6a73897fabcaabd63b4b308d651348687326447d9bd7f85deb337ff22c413a47c02af7fd794f488070ade10ee6aa51a1af2bd SHA512 eaad183e1b8658290244e44e8ca801b4bd59aba80b90154990f7acfc4342bf3d44c17e2b0fbbe7668247bfc0b8d96611a61f254700174844de17e07ba1dde5f0
|
||||
DIST bardapi-0.1.27.tar.gz 23596 BLAKE2B e79a73bf9b505e569609b0b8bcf1f905ad8c407443e17c332cccae07295d99fa945a5bcb2301fa76661250bf5fdb00dc13ffe494a6ead28be515529ba95b6a94 SHA512 00251dbb142606dcc57cfe0b772ff8156e28a6cac43c58b4de770641bc0c680d7470d00671845853185117603d51a84cb8c307f79565c4604814b0d6c433dc74
|
||||
|
|
|
|||
33
dev-python/bardapi/bardapi-0.1.27.ebuild
Normal file
33
dev-python/bardapi/bardapi-0.1.27.ebuild
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="The unofficial Google Bard API port"
|
||||
HOMEPAGE="https://github.com/dsdanielpark/Bard-API"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
#httpx[http2] == dev-python/h2
|
||||
RDEPEND="
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/deep-translator[${PYTHON_USEDEP}]
|
||||
dev-python/colorama[${PYTHON_USEDEP}]
|
||||
dev-python/httpx[${PYTHON_USEDEP}]
|
||||
dev-python/h2[${PYTHON_USEDEP}]
|
||||
dev-python/google-cloud-translate[${PYTHON_USEDEP}]
|
||||
dev-python/browser-cookie3[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
|
@ -397,3 +397,6 @@ dev-python/pydot amd64
|
|||
#required by stable >dev-python/cryptography-40
|
||||
~dev-python/fido2-1.1.1
|
||||
~dev-python/pyopenssl-23.1.0
|
||||
|
||||
# Gentoo unstable for bardapi
|
||||
dev-python/browser-cookie3
|
||||
|
|
|
|||
Loading…
Reference in a new issue