bardapi: remove absolute package

This commit is contained in:
Anton Bolshakov 2024-04-08 20:25:42 +08:00
parent 69a4325869
commit f92e40539b
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
3 changed files with 0 additions and 46 deletions

View file

@ -1 +0,0 @@
DIST bardapi-0.1.39.tar.gz 47544 BLAKE2B 43b8d46da58b472d3cd31d16d8e7e04d24b8b236227efed9980b144c7162b5815ac7b170fc93aee653f3c1225f256dd527889d14a4ad6f173d333f019af61501 SHA512 24877943b1f40363634eb35fcff3116287563621a3e19649e10816b9960917b49c147f102edc8d03907e50a64df7ef7b79f219b39682f6de76323043c4bd7db4

View file

@ -1,33 +0,0 @@
# Copyright 1999-2024 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="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="test"
#httpx[http2] == dev-python/h2
RDEPEND="
dev-python/httpx[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/deep-translator[${PYTHON_USEDEP}]
dev-python/colorama[${PYTHON_USEDEP}]
dev-python/google-cloud-translate[${PYTHON_USEDEP}]
dev-python/browser-cookie3[${PYTHON_USEDEP}]
dev-python/langdetect[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
distutils_enable_tests pytest

View file

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="github">dsdanielpark/Bard-API</remote-id>
<remote-id type="pypi">bardapi</remote-id>
</upstream>
</pkgmetadata>