dev-python/lmcloud: add 1.2.3
Closes: #3675 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
170173d856
commit
4c37d33755
@ -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 2039 Ebuilds in total, 2028 of them have in total 2056 (42 different) licenses assigned.
|
||||
There are 2040 Ebuilds in total, 2029 of them have in total 2057 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1178|
|
||||
|MIT|1179|
|
||||
|Apache-2.0|457|
|
||||
|GPL-3|121|
|
||||
|BSD|113|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST lmcloud-0.4.35.tar.gz 21430 BLAKE2B 2c7c34d14ea91642d5db945cbacc928cb0160bbbd9be0afba65489eb14183286ab2aa64d99bb054fa699b1444aa429c9f51fff2bac2e9c7ad1db986bff682fa5 SHA512 59ba65590debadbc3b58b35bb14cf978a279d5a6ab947be2b10c98f7690a6564a6fb36c610819e22d02a4a05b6f4cf610308ed52ec3c7a6e9f106da86c45dc43
|
||||
EBUILD lmcloud-0.4.35.ebuild 691 BLAKE2B adeb1134dac099bc84f3709eaf289482cb246e3aec171dad9b5271ad655aec52f3cb32b2614cfec3c406f39cdb3cf08dc436f5ac3f0b266a35af2e18614b8f5e SHA512 23b9c44d9ec65c727dd1bea27be86e866fa02e47ccfeaa97685bf961d70167f0db4655e0391a19a0d07e22a8f9da8d9fbefa90ca3eb32862c60024ff9d5fd27c
|
||||
DIST lmcloud-1.2.3.tar.gz 22443 BLAKE2B 2b932013894c57aa2a0d218e6bfe41777569a57dadf361c1ac434b599953b3767a5201bf1c7e21e3bfe828da969bec9a3485a2e470d11f3180287f454d244ee1 SHA512 d6a9664b1a75715e6d6177a939432b8e801672bb818756a8a335f435160352bf02642bc2f32319c64dcce4c5d172fc8e959796ce8b02f346631d2b2385abae47
|
||||
EBUILD lmcloud-0.4.35.ebuild 691 BLAKE2B f08070528a9e750a3de25a5042fd0221080c984d473fbf69134a32378e2bafc3aaea622235ca5f8118a65aaa96e9b08f17700170b1ea7749f0e61b0d1a0ea5b5 SHA512 0d7f608c45f6b91272e4e855332767670034b5f38a58f892698e532a6c631fd471b4de4d554f0f10259eec48b9c7ecbfc61a3bfce757c32576d7b8ad013a22a7
|
||||
EBUILD lmcloud-1.2.3.ebuild 808 BLAKE2B 99207fce37c62e1a8720b88e104e023c5163584beb27ead5b0b87634a86a463db2549c3296309807c60f55851d6f584ab39712b961b9ebe01974df9e905f16c2 SHA512 89378b6dbd7bf6e38db6e434b5659b539ce2949ab5d0bb74326874bc439b2e140f9d79216b75ddcd85ab0c72c7762229fa0e56619ed4e0abee258a8ddf5d434b
|
||||
MISC metadata.xml 527 BLAKE2B 130b4f03419a71f1c5cec2ca7ea31b0a9346c3e2ec5580db469dfb77e35e64202077fab5a9de7ad0ad9f85c3c48dfc8af648f2abd0fc1d6ff95964c01cedacbc SHA512 9ed0f731da496ba968509041212496b7fd506f62618c04604eb5e5232e93e5e488fc78d483ae567ca670bfd56eeb52d2dd586a80ea53b269dfcfad3e8e379242
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
30
dev-python/lmcloud/lmcloud-1.2.3.ebuild
Normal file
30
dev-python/lmcloud/lmcloud-1.2.3.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# 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=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A Python implementation of the new La Marzocco API"
|
||||
HOMEPAGE="https://github.com/zweckj/lmcloud https://pypi.org/project/lmcloud/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/httpx-0.16.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/websockets-11.0.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/bleak-0.20.2[${PYTHON_USEDEP}]"
|
||||
|
||||
src_prepare() {
|
||||
sed -i "s/packages=setuptools.find_packages()/packages=setuptools.find_packages(exclude=['tests','tests.*'])/g" -i setup.py || die
|
||||
eapply_user
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user