dev-python/ollama: add 0.3.3
dev-python/aiooui: add 0.1.7 Closes: #4046 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
6edd6adc53
commit
4c54a85175
@ -606,11 +606,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
|
||||
|
||||
## Licenses
|
||||
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
|
||||
There are 2296 Ebuilds in total, 2282 of them have in total 2319 (43 different) licenses assigned.
|
||||
There are 2298 Ebuilds in total, 2284 of them have in total 2321 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1304|
|
||||
|MIT|1306|
|
||||
|Apache-2.0|530|
|
||||
|GPL-3|146|
|
||||
|BSD|124|
|
||||
|
@ -1,5 +1,7 @@
|
||||
DIST aiooui-0.1.5.tar.gz 381979 BLAKE2B 60c3b9912561952391c17647ba5aa8a7cd0eece99c9d8d6f62b095209fc9125faacee4c6dd57215d604255460de8b6ddba2ccf8d1697e364692fe94275c007b1 SHA512 92e2d458f9c6992a41fa05e6fd72810dacec3b75ca0c6058c25fdda19d66c022335f2c96f0bb90ef94777e609e46fe7adca4a484b1c7b6d82b1974982cb75dda
|
||||
DIST aiooui-0.1.6.tar.gz 382004 BLAKE2B c9e5a73e65f7ac77a8ad386d486c72a2b2aec63f00518bbd529c5fa27a3522ca4454e128d2cf7657e664b58d707b0cbd4623b9df40ed15dacb0940aec4707f46 SHA512 ab488f11551ea88514353a565fb6b906251e4f4396cd6508ec89493535619fe995d292cc7485e90485f923da3c2dcf3f5c4e80b79bfb2cb82fc397b6a3ca26d8
|
||||
DIST aiooui-0.1.7.tar.gz 381996 BLAKE2B 36b434a961c1bac7f25354940aff8fe207cd1ec341e6dbd04936d90ecb64a29a81cc91e6076f61cde7492a67dff2b9edf91081dc3914b3e3e7ae3e13d71b624d SHA512 78db9f2d00c8189c071ac02622570ac709893fca529bd5220789fce1704d7962259d240f1277151169ce24bd912f5ca09cbcf6ac2aa11606c43483c4bef759a9
|
||||
EBUILD aiooui-0.1.5.ebuild 626 BLAKE2B 7582127cd5cdbc4dfd7c97f471246497dca945386bdf7098944744acb732694c4c46e0d97ccdc58d01fd2b4086d020a4ce8cf144bd2424e0db7aaddf89439ca2 SHA512 5d0f4bff327a6b2a2c9a3c660221bc2c004e70581a689d1b6b55fbfb9d81966325c2e466aa2bf17db86c89bb95205b8f4725c96d63a6c369edeb0c47f568d29d
|
||||
EBUILD aiooui-0.1.6.ebuild 626 BLAKE2B 7582127cd5cdbc4dfd7c97f471246497dca945386bdf7098944744acb732694c4c46e0d97ccdc58d01fd2b4086d020a4ce8cf144bd2424e0db7aaddf89439ca2 SHA512 5d0f4bff327a6b2a2c9a3c660221bc2c004e70581a689d1b6b55fbfb9d81966325c2e466aa2bf17db86c89bb95205b8f4725c96d63a6c369edeb0c47f568d29d
|
||||
EBUILD aiooui-0.1.7.ebuild 626 BLAKE2B 7582127cd5cdbc4dfd7c97f471246497dca945386bdf7098944744acb732694c4c46e0d97ccdc58d01fd2b4086d020a4ce8cf144bd2424e0db7aaddf89439ca2 SHA512 5d0f4bff327a6b2a2c9a3c660221bc2c004e70581a689d1b6b55fbfb9d81966325c2e466aa2bf17db86c89bb95205b8f4725c96d63a6c369edeb0c47f568d29d
|
||||
MISC metadata.xml 514 BLAKE2B fb5cf8f65405547cdd887c9890e4a3a13a35fac3e70156cc3bae126fb7e48507e7fb409475beb813da8c44f93957ba7b76e3bc6c0f23e795758b4b0aad3978a0 SHA512 d2ac8fa8af7c7118ee2c8f2827e45e3f611d7bd778838fa0a98932ef8e707e9a5211e58ee61e5d2bd2aa3d30fe7e05d383dcb54bcf092dae66ff76b07db237ed
|
||||
|
28
dev-python/aiooui/aiooui-0.1.7.ebuild
Normal file
28
dev-python/aiooui/aiooui-0.1.7.ebuild
Normal 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..13} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Async OUI lookups"
|
||||
HOMEPAGE="https://github.com/bluetooth-devices/aiooui https://pypi.org/project/aiooui/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
@ -1,3 +1,5 @@
|
||||
DIST ollama-0.3.1.tar.gz 10033 BLAKE2B 1e653f593c37c551d6dfd63b99fb0621889f658a8dc277a7bcaa4659ab52329034a5bd5f954aa847f4cd443707f7e6eac517766d7c5687a659e45c0e5487b74d SHA512 02b32d96c3c000ead0dd6074c0dd404ab20faf25102cb775be99bd6afd1aafaaf5027073743c685e69c334608aea69afcfa36d1c9a5476194483a8375d3fef41
|
||||
DIST ollama-0.3.3.tar.gz 10390 BLAKE2B f08fe465f4efcf310519c445ba8e0b137828c2092c3e633c7293188eaf79bbfc5f7566e08bb03dee39f15477b73d6ad46d90f8c9f0fc3b47956f423f9e86e37d SHA512 cb6f03443913eb3d38c0ac4dc8be59a05c129d073623bbe10e109667bb9a255f02aa67ab6a814acce7dd49e960547bb34e92ab5f1e7f6e534259eeb635718619
|
||||
EBUILD ollama-0.3.1.ebuild 700 BLAKE2B fdd35ff7c3015816a81c6837ab434258edbb1460e85f603c5d645e0eb714d112b7c1c5cbc91908de8c6822cbeb5bcd73e2a9fc480238c2468f0e544c65beefd4 SHA512 03aa51ceffb034500249484d33809a34d15510c7c34a7654dce67e24b53db7426f7eed9385b9be33c1c02d17e1f239eec2a62fffe33957cf325ca72c5a9a3cfb
|
||||
MISC metadata.xml 503 BLAKE2B 38dd3078beaaa78b5d7ef31636ec34477bb85c35f47635744417d7a7e6cf6f784551b4af321096a6e482ab642f1168259bd57520f7937810d0b14fe54dfaf606 SHA512 77aabf356cf3d7bfa5ebee5c92eaa4ac9d800843d9157857273a94e1017c31d4e8ee2fedf8ded8cb30edb5a1340e6f42b9b926243899f7a93bcbb876b5020121
|
||||
EBUILD ollama-0.3.3.ebuild 700 BLAKE2B fdd35ff7c3015816a81c6837ab434258edbb1460e85f603c5d645e0eb714d112b7c1c5cbc91908de8c6822cbeb5bcd73e2a9fc480238c2468f0e544c65beefd4 SHA512 03aa51ceffb034500249484d33809a34d15510c7c34a7654dce67e24b53db7426f7eed9385b9be33c1c02d17e1f239eec2a62fffe33957cf325ca72c5a9a3cfb
|
||||
MISC metadata.xml 506 BLAKE2B d164d99edfe78f4f38f9a7feac4cd21251c7bfdd0f446fce80a71aaa435b140d713614fc67874ab51f7659dcb2a2523efaefa62fa72a7910667b453fe042582d SHA512 6f45b1b14a77a4c8630aed94a67a0719cc1bc626d62d85e9e70e242de2be4f331abe84b65d412f17252b59e91063e2cdd04df950f3802964aa2435d84a9f1679
|
||||
|
@ -7,7 +7,7 @@
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">ollama</remote-id>
|
||||
<remote-id type="github">ollama/ollama-python</remote-id>
|
||||
<remote-id type="github">jmorganca/ollama-python</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>hello@ollama.com</email>
|
||||
<name>Ollama</name>
|
||||
|
28
dev-python/ollama/ollama-0.3.3.ebuild
Normal file
28
dev-python/ollama/ollama-0.3.3.ebuild
Normal 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..13} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="The Ollama Python library provides the easiest way to integrate Ollama."
|
||||
HOMEPAGE="https://ollama.ai https://github.com/ollama/ollama-python https://pypi.org/project/ollama/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/httpx-0.27.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user