commit: 8283094d507a7a79497f72151ff9bffc50f8cf71 Author: Ivan Lloro <ivan.lloro.boada <AT> gmail <DOT> com> AuthorDate: Sun Dec 1 20:11:13 2024 +0000 Commit: Ivan Lloro <ivan.lloro.boada <AT> gmail <DOT> com> CommitDate: Sun Dec 1 20:11:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8283094d
dev-python/aisuite: new package, add 0.1.6 Signed-off-by: Ivan Lloro <ivan.lloro.boada <AT> gmail.com> dev-python/aisuite/Manifest | 2 ++ dev-python/aisuite/aisuite-0.1.6.ebuild | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/dev-python/aisuite/Manifest b/dev-python/aisuite/Manifest new file mode 100644 index 000000000..f8dc48310 --- /dev/null +++ b/dev-python/aisuite/Manifest @@ -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 diff --git a/dev-python/aisuite/aisuite-0.1.6.ebuild b/dev-python/aisuite/aisuite-0.1.6.ebuild new file mode 100644 index 000000000..cbd802f1d --- /dev/null +++ b/dev-python/aisuite/aisuite-0.1.6.ebuild @@ -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"