dev-python/pylgnetcast: add 0.3.9
Closes: #3280 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
cbf024ac07
commit
21fb6bdcee
@ -617,11 +617,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 1803 Ebuilds in total, 1792 of them have in total 1811 (42 different) licenses assigned.
|
||||
There are 1804 Ebuilds in total, 1793 of them have in total 1812 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1030|
|
||||
|MIT|1031|
|
||||
|Apache-2.0|397|
|
||||
|GPL-3|108|
|
||||
|BSD|106|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST pylgnetcast-0.3.7.tar.gz 6141 BLAKE2B 06cac67dc624e40be205d3c131d567731ddf8de8c59193e6c7664c3fc00dbddc5cbdf7c0616b40021922193d4fcb94c4cb5609c4ba537aa21676cc30bf58492d SHA512 528069a0c9c7c68f5206fe79b7899829ff6e93c8a0dd3102f9cd89a04f0f3b69bdca435f6b123c2c93498a06121e62a3efb70bbf11e0c2a6e1461708816dbec3
|
||||
EBUILD pylgnetcast-0.3.7.ebuild 558 BLAKE2B fd445b2490333ab645adfd707a0e93df5e84410950ed99cac57d51f091214914f38dd616b785a01d040b1bb0beb4af61fe1e3c60da73a35283ad8c9172e17d3b SHA512 3931d21ca51facff9ca66b1e49edee50b69adec9c0f5cbbeb59e8ad94cb5c613be09f2547bd889899746157fb47182b12949fb0c643ff45e8e9ee20d01e43285
|
||||
DIST pylgnetcast-0.3.9.tar.gz 6488 BLAKE2B da139b98ee8d91e27ce17ba6da0c5414d6e79c2f7ad1f6a6daf3c391733e33fc40965f99da42e2f841743657c9ab046298ac34663cccd3ce8c943498d91c06f6 SHA512 e6f4d9d3a80f6c4dda809460c3518a2df95fcf3e31dc017d00ec1fb2948a7924ea55874ae5a8923c1c71aa5add7631c7d141c6d05337836c15f497a1cc48b710
|
||||
EBUILD pylgnetcast-0.3.7.ebuild 558 BLAKE2B 228e883a528c69cec01a3a88475200bfbafccc05fb70d94d7a2a2046739aae3493fd27d50e48f86fba806e3db32bb3f3387b394cf1a945e9940aa9ba2d5c07ad SHA512 3c3a3621d764ada17d1f24fa54233a09111fe490d90081a3b4808a3f59e47139753622379705c76beda46a47f6aac2f4ded87421d8daf1360a7e363993f46669
|
||||
EBUILD pylgnetcast-0.3.9.ebuild 558 BLAKE2B 228e883a528c69cec01a3a88475200bfbafccc05fb70d94d7a2a2046739aae3493fd27d50e48f86fba806e3db32bb3f3387b394cf1a945e9940aa9ba2d5c07ad SHA512 3c3a3621d764ada17d1f24fa54233a09111fe490d90081a3b4808a3f59e47139753622379705c76beda46a47f6aac2f4ded87421d8daf1360a7e363993f46669
|
||||
MISC metadata.xml 520 BLAKE2B de574832ee23671cc723df1bd421c8e2e355df3742f61c99efd13306ee2ad86b8b47e8e6d9b404671382a1cd55d763a06da009215eb38b207bb14319debe227a SHA512 a9a9de997f44473565ed31603ba181d6307549109705816133cfe299cb28a924f75eef396bcf198bdf8dfd0660fd2fca8aa5641d83074b5ccbbd2ebb9d83398e
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
23
dev-python/pylgnetcast/pylgnetcast-0.3.9.ebuild
Normal file
23
dev-python/pylgnetcast/pylgnetcast-0.3.9.ebuild
Normal file
@ -0,0 +1,23 @@
|
||||
# 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="Client for the LG Smart TV running NetCast 3 or 4."
|
||||
HOMEPAGE="https://github.com/Drafteed/python-lgnetcast https://pypi.org/project/pylgnetcast/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user