dev-python/ollama-hass: new package, add 0.1.7

Closes: #3134
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-08 18:12:19 +02:00
parent 41529570a4
commit 7c6eba684f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST ollama_hass-0.1.7.tar.gz 9684 BLAKE2B 47339374822ecea67641ecd1fbd6e9e6601634fdeeb458cdb734b24c7a19932721332040113b81fdf39ed2b8a86b138de3c1243ffb620d8595c74ae5269cc8c3 SHA512 ab13b360d88a1580f7be1d1d245eedeb322f026baf10fc883434cc2e90a3168f362c885d5ab5884093552e578f61b4200db59ee92e6b79c4db977fc72fc92718
EBUILD ollama-hass-0.1.7.ebuild 692 BLAKE2B a0d0769ea947aded5fb945942018be1839ea8484c2f071e2fdc262713cd07807761c0655dfc68ace80af5aaaaf6852726c4c7efd15e11dda549e944e7d5525fc SHA512 3215545dc0bec91eb1ecaac05890d622e7833582e7dbef51d03ccf5699e235bd3eaf0f197b56dfb21a0e988e95f3a8fb61a0ac965afa83d46a02c9d14e20c193
MISC metadata.xml 511 BLAKE2B ec217b293dc0c17470acc9717876d053508aa0e023a3c300582af9cec627920326e166a567f7d16e0da0437d00831ae3075190c87304ba58b60db94fa901720b SHA512 2b6bbed02d385ff210cc0a74c276986df72ac92a3f11bb2e5bc4118b2ce01a9453761d35305a5e117c23454f7b364bf83dd3fb2cc33d0b8ce1db82b90dc6509a

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">ollama-hass</remote-id>
<remote-id type="github">jmorganca/ollama-python</remote-id>
<maintainer status="unknown">
<email>hello@ollama.com</email>
<name>Ollama</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,28 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="A fork of the official Python client for Ollama for Home Assistant."
HOMEPAGE="https://ollama.ai https://github.com/ollama/ollama-python https://pypi.org/project/ollama-hass/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/httpx[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest