add lacrosse-view-0.0.9

This commit is contained in:
Andreas Billmeier 2022-09-03 12:55:29 +02:00 committed by Andreas Billmeier
parent 93e98b7482
commit f3c8aa8afa
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 63 additions and 3 deletions

View File

@ -353,6 +353,7 @@
|jewish_calendar|Displays information related to the Jewish Calendar as a variety of sensors|N|Y|Y|0.79|
|joaoapps_join|joaoapps_join integration exposes services from Join|N|Y|Y|0.24|
|juicenet|pulls data from a JuiceNet charging station|N|N|Y|0.47|
|justnimbus|None|N|N|Y|2022.9.0b3|
|kaiterra|view the readings from your Laser Egg or Sensedge device|N|N|Y|0.100|
|kaleidescape|The Kaleidescape integration allows automation of Kaleidescape movie player|N|N|Y|2022.4.0b0|
|keba|integrates your Keba charging station (wallbox)|N|N|Y|0.98|
@ -371,6 +372,7 @@
|kulersky|connects Brightech Kuler Sky floor lamps to Home Assistant|N|N|Y|2020.12|
|kwb|integrates the sensors of KWB Easyfire pellet central heating units |N|N|Y|0.40|
|lacrosse|using the data provided by a Jeelink USB dongle or this Arduino sketch|N|N|Y|0.58|
|lacrosse_view|None|N|N|Y|2022.9.0b3|
|lametric|LaMetric Time smart clock listen to web radio and display notifications|N|N|Y|0.49|
|lastfm|lastfm sensor platform will allow you to see whenever a user starts scrobbling|N|N|Y|0.20|
|launch_library|information about the next planned space launch|N|N|Y|0.83|

View File

@ -73,7 +73,7 @@ The Ebuild we have since `0.97.0`, as soon as I know that at least one user is a
### `app-misc/homeassistant-full`
WARNING: This one currently breaks (caused by shell limitations) emerge with an 'Argument list too long' error. It compiles with a [kernel hack](https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/190#issuecomment-1002). Thanks to @gcampagnoli.
This Ebuild contains USE Flags for (nearly) all components of Home Assistant with external dependencies. Most components compile, but these are too many (for me) to run tests for all of them on a regular schedule. It holds **860** USE Flags.
This Ebuild contains USE Flags for (nearly) all components of Home Assistant with external dependencies. Most components compile, but these are too many (for me) to run tests for all of them on a regular schedule. It holds **861** USE Flags.
A list of all components aka USEFlags is generated with every release [DOMAINTABLE.md](DOMAINTABLE.md)
@ -523,11 +523,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 1861 Ebuilds in total, 1854 of them have in total 1866 (35 different) licenses assigned.
There are 1862 Ebuilds in total, 1855 of them have in total 1867 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1129|
|MIT|1130|
|Apache-2.0|341|
|GPL-3|113|
|BSD|106|

View File

@ -0,0 +1,3 @@
DIST lacrosse-view-0.0.9.tar.gz 5395 BLAKE2B 53ffbfbecac79cb82a6765978c839ba83910075566e39801dcebf15a459002af5a0a5be3bdcdc1718a1c86efd9b46093b10171c4baff8f5e24eca113a6c0a078 SHA512 1152abd97545740e40e80366fdeb170d45a8152140cb96a8ab56fcea84d84e6163e99324d7a1dd54502d0c6a288963770f0638be2027c2502c7a0c60d5149a7f
EBUILD lacrosse-view-0.0.9.ebuild 977 BLAKE2B f9c1727843c7f4b7ae0273d6814c953220734b9d1828058d19db7f264bf77f34036f7817926bf852f2b29e50ba4948ef8889dfb691d2c36a4de1ca331763cd73 SHA512 f15215c357d31c2802064b57105b21566eb5e2e43bc4b6806dc75ee97402185fe58b909775788d4f6f6181908c6768c85e45f8e0e852de5c1edb18187b71f1d5
MISC metadata.xml 454 BLAKE2B 35613d6cbcf0e2960b3de3fa0f49cea619e69ca77f6fa5873e0ea9c17bbe1d5be6288130545cdf13cfe64b69e9b4fa0e3afc2e193f8a6be68781b2b2192279ee SHA512 dceacbd3141ef8cc8c69cdc97aa26319f10ec6990ecfa3ea1f9184577ea2cb7a2e189317727c7a7c7e3f72a6917797e806836c6fce171bc3f8fef0795150f29d

View File

@ -0,0 +1,40 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Client for retrieving data from the La Crosse View cloud"
HOMEPAGE="https://github.com/IceBotYT/lacrosse_view https://pypi.org/project/lacrosse-view/"
MY_PN=${PN/-/_}
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
>=dev-python/pydantic-1.9.0[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -0,0 +1,15 @@
<?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">lacrosse-view</remote-id>
<maintainer status="unknown">
<email>icebotyt@outlook.com</email>
<name>IceBotYT</name>
</maintainer>
</upstream>
</pkgmetadata>