bardapi: quick deps fix

This commit is contained in:
Anton Bolshakov 2023-12-08 16:14:33 +08:00
parent 7bab1ac2a8
commit 7fabb6b193
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
5 changed files with 30 additions and 7 deletions

View file

@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 pypi
@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/dsdanielpark/Bard-API"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~x86"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="test"
#httpx[http2] == dev-python/h2

View file

@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 pypi
@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/dsdanielpark/Bard-API"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~x86"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="test"
#httpx[http2] == dev-python/h2

View file

@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 optfeature
@ -20,8 +20,7 @@ SLOT="0"
KEYWORDS="amd64 ~x86"
RDEPEND="dev-python/google-auth[${PYTHON_USEDEP}]
dev-python/google-api-core[${PYTHON_USEDEP}]
!dev-python/namespace-google"
dev-python/google-api-core[${PYTHON_USEDEP}]"
BDEPEND="test? ( dev-python/grpcio[${PYTHON_USEDEP}] )"
S="${WORKDIR}/${MY_P}"

View file

@ -0,0 +1 @@
DIST langdetect-1.0.8.tar.gz 981459 BLAKE2B 126d0e493c10e7bdd94a561bcdad8682c58ac3d694419d6e88abb087a0ad505646242e1f1ab2c3cdd32d67e77aadcfc43df97eb333849b1fb7d8fae5e1809aef SHA512 beade4e33abd25364ead64c30b3631615526effa7788c50e0b2bfac454e7b69a33742780f838ddf5df5292dadf0449ea8f3a4197214d84a164cbecee76020a4d

View file

@ -0,0 +1,23 @@
# 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..12} )
inherit distutils-r1 pypi
DESCRIPTION="Port of Nakatani Shuyo's language-detection library"
HOMEPAGE="https://github.com/Mimino666/langdetect"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
#distutils_enable_tests pytest