Skip to content

Commit 21fb6bd

Browse files
committed
dev-python/pylgnetcast: add 0.3.9
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3280 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent cbf024a commit 21fb6bd

File tree

4 files changed

+30
-5
lines changed

4 files changed

+30
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
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.
620-
There are 1803 Ebuilds in total, 1792 of them have in total 1811 (42 different) licenses assigned.
620+
There are 1804 Ebuilds in total, 1793 of them have in total 1812 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1030|
624+
|MIT|1031|
625625
|Apache-2.0|397|
626626
|GPL-3|108|
627627
|BSD|106|

dev-python/pylgnetcast/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST pylgnetcast-0.3.7.tar.gz 6141 BLAKE2B 06cac67dc624e40be205d3c131d567731ddf8de8c59193e6c7664c3fc00dbddc5cbdf7c0616b40021922193d4fcb94c4cb5609c4ba537aa21676cc30bf58492d SHA512 528069a0c9c7c68f5206fe79b7899829ff6e93c8a0dd3102f9cd89a04f0f3b69bdca435f6b123c2c93498a06121e62a3efb70bbf11e0c2a6e1461708816dbec3
2-
EBUILD pylgnetcast-0.3.7.ebuild 558 BLAKE2B fd445b2490333ab645adfd707a0e93df5e84410950ed99cac57d51f091214914f38dd616b785a01d040b1bb0beb4af61fe1e3c60da73a35283ad8c9172e17d3b SHA512 3931d21ca51facff9ca66b1e49edee50b69adec9c0f5cbbeb59e8ad94cb5c613be09f2547bd889899746157fb47182b12949fb0c643ff45e8e9ee20d01e43285
2+
DIST pylgnetcast-0.3.9.tar.gz 6488 BLAKE2B da139b98ee8d91e27ce17ba6da0c5414d6e79c2f7ad1f6a6daf3c391733e33fc40965f99da42e2f841743657c9ab046298ac34663cccd3ce8c943498d91c06f6 SHA512 e6f4d9d3a80f6c4dda809460c3518a2df95fcf3e31dc017d00ec1fb2948a7924ea55874ae5a8923c1c71aa5add7631c7d141c6d05337836c15f497a1cc48b710
3+
EBUILD pylgnetcast-0.3.7.ebuild 558 BLAKE2B 228e883a528c69cec01a3a88475200bfbafccc05fb70d94d7a2a2046739aae3493fd27d50e48f86fba806e3db32bb3f3387b394cf1a945e9940aa9ba2d5c07ad SHA512 3c3a3621d764ada17d1f24fa54233a09111fe490d90081a3b4808a3f59e47139753622379705c76beda46a47f6aac2f4ded87421d8daf1360a7e363993f46669
4+
EBUILD pylgnetcast-0.3.9.ebuild 558 BLAKE2B 228e883a528c69cec01a3a88475200bfbafccc05fb70d94d7a2a2046739aae3493fd27d50e48f86fba806e3db32bb3f3387b394cf1a945e9940aa9ba2d5c07ad SHA512 3c3a3621d764ada17d1f24fa54233a09111fe490d90081a3b4808a3f59e47139753622379705c76beda46a47f6aac2f4ded87421d8daf1360a7e363993f46669
35
MISC metadata.xml 520 BLAKE2B de574832ee23671cc723df1bd421c8e2e355df3742f61c99efd13306ee2ad86b8b47e8e6d9b404671382a1cd55d763a06da009215eb38b207bb14319debe227a SHA512 a9a9de997f44473565ed31603ba181d6307549109705816133cfe299cb28a924f75eef396bcf198bdf8dfd0660fd2fca8aa5641d83074b5ccbbd2ebb9d83398e

dev-python/pylgnetcast/pylgnetcast-0.3.7.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=setuptools
88
inherit distutils-r1 pypi
99

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Client for the LG Smart TV running NetCast 3 or 4."
11+
HOMEPAGE="https://github.com/Drafteed/python-lgnetcast https://pypi.org/project/pylgnetcast/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
22+
23+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)