dev-python/aisuite: new package, add 0.1.6

Signed-off-by: Ivan Lloro <ivan.lloro.boada@gmail.com>
This commit is contained in:
Ivan Lloro
2024-12-01 21:11:13 +01:00
parent 3162d59474
commit 8283094d50
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
DIST aisuite-0.1.6.tar.gz 13594 BLAKE2B d77b4fabdaa833596c4bdf71b445f1a070524e5a34f9ecf51d21d41e4791ab53caad5e40c2f77680276578e8f3e48939b897cf1464ce991e26fbcc180942856e SHA512 2f797fbd79da60687b91fd34b6832a24cb357e3ccce90d9c1749570d6090b75dfe7e238c93e9283b5f7199306203ab59639798d8d18755f2608a6c7f6f2bd93b
EBUILD aisuite-0.1.6.ebuild 459 BLAKE2B 0d3157e9cf800a863f4f711133ac4ddcf4948e76c7e3c89a702850ebb3e1317865f2d4c572915b12b2712de03d6b850c1f59d1a6b8a6d899aeec7ce66a4f539e SHA512 36444903fd98b441c2e5596c176b2d0eeae4444ce3388290953de4244569ca2a4b65719f0f11ffdcdd2e97352a3b7292b95f36403116188203893a8f5ca58749

View File

@@ -0,0 +1,17 @@
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1
DESCRIPTION="Simple, unified interface to multiple Generative AI providers"
HOMEPAGE="https://github.com/andrewyng/aisuite/"
SRC_URI="https://github.com/andrewyng/aisuite/releases/download/v${PV}/aisuite-${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"