dev-python/pyjvcprojector: add 1.1.2

Closes: #3871
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-25 22:05:09 +02:00
parent 6ab69c4bc9
commit 48f4b9a810
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 27 additions and 2 deletions

View File

@ -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 2067 Ebuilds in total, 2056 of them have in total 2084 (42 different) licenses assigned.
There are 2068 Ebuilds in total, 2057 of them have in total 2085 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1195|
|MIT|1196|
|Apache-2.0|466|
|GPL-3|126|
|BSD|111|

View File

@ -1,5 +1,7 @@
DIST pyjvcprojector-1.0.11.tar.gz 11590 BLAKE2B 9ebe7e061f768ecbddc8a89157757bfaa46c37ccad15daa71411329eb559b3d7a293666c8dc4d433ba0e8c8c243cc7a29f4a4014af0724c09021dd5ff96e9d7c SHA512 81dea67a13154c51b82671f2c647f2a7bbbf3db9ba3e4b710a8de7f67ed9ba4169db554bde45ceb8f96e6e42235e0e9d4dec9495fb176a4a42b0af43e20d9416
DIST pyjvcprojector-1.1.0.tar.gz 11916 BLAKE2B 4a07bd68e2e4803f3db6996a8bef28f2fa34d4918d69f5d78744148b2fe30b6981fc09df3abd46087939403d7d075d53e1ce5b63544f4c313b9bb73cc732821d SHA512 ebff3d0b63b7dfe677d9a7d2b6e851d52511de5b55695b6c32e22d6b9ead7462ed1e85abb9beb4ef56266a4631077c9c4d61ddca66f5fbac2c68e058cf9cf0e7
DIST pyjvcprojector-1.1.2.tar.gz 15632 BLAKE2B 8ef8c8dc3d0eb3a235c3e13ac5c42f55e8ae9dc35e97b8023cfb95c9d5848e1a009812e45f4c5bf4a3bc456c28724ac7633f84918723230f886817ef87df68a4 SHA512 97d40d4bf508ec9e3b98c140c4bbe72e33f08a5cc1c9a1d8f23b936a307b0d730a6117fc5ab19166c60b7c3a6b0c75eb436bd1dba2bf486e77285b025c78d02b
EBUILD pyjvcprojector-1.0.11.ebuild 595 BLAKE2B b256d8f89c7e8d5f4a2a5d5a929540382abe7aea2d58f7babb245d9d02a738ad40cdba4dbebc76d76ccbead1f0d02c9702e35723ad1ed9394073d03b6a464611 SHA512 ecda68fb2162a0291cb32c0c5beb9b53f67e5b69953070e656494b0dedb5068f459b5824e6a131184552c355062604786a5efcadd6bd74b65d85c8f4209075d0
EBUILD pyjvcprojector-1.1.0.ebuild 592 BLAKE2B e8a912c84edb9b49970ec33a59872e3d77085138e86a01816d9e10e0366b34f874f22dbd39b8226e1ff12e877eed0bf52ad25c6e2960e4ed3bfd55d2d55c25e3 SHA512 a2e0ea24456babeff10f2d7f44c56de7efc36bda54ab197a0d943c783443872d219acfa6c58f4a0cc4c190f4d131bc7189b0ac86bf9674f3fca574b13deee335
EBUILD pyjvcprojector-1.1.2.ebuild 592 BLAKE2B e8a912c84edb9b49970ec33a59872e3d77085138e86a01816d9e10e0366b34f874f22dbd39b8226e1ff12e877eed0bf52ad25c6e2960e4ed3bfd55d2d55c25e3 SHA512 a2e0ea24456babeff10f2d7f44c56de7efc36bda54ab197a0d943c783443872d219acfa6c58f4a0cc4c190f4d131bc7189b0ac86bf9674f3fca574b13deee335
MISC metadata.xml 525 BLAKE2B a3f23e33aa44ed386ba733d7772a900ed5ae161c523d95b298f20b22fa4f00756eed751ebeaa5806ab0d8337b06f9f6a374a27378d51a6a99bd33634fd823f3e SHA512 7c343d47bc767e329b2def9e4902b14b254a0655ee44941d711d4663d69bb26aa45258a015cf0a75417900d5065afc9c271abbe3f919f84c05a079f61398d46c

View 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="A python library for controlling a JVC Projector over a network connection"
HOMEPAGE="https://github.com/SteveEasley/pyjvcprojector https://pypi.org/project/pyjvcprojector/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiodns-3.2.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest