dev-python/pyjvcprojector: add 1.0.9

Closes: #2809
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-18 09:16:18 +01:00
parent 64128e1317
commit 85dd446641
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 29 additions and 4 deletions

View File

@ -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 1770 Ebuilds in total, 1759 of them have in total 1778 (42 different) licenses assigned.
There are 1771 Ebuilds in total, 1760 of them have in total 1779 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1008|
|MIT|1009|
|Apache-2.0|389|
|GPL-3|118|
|BSD|101|

View File

@ -1,3 +1,5 @@
DIST pyjvcprojector-1.0.6.tar.gz 11463 BLAKE2B b781b206df17524bf99f6dce50732d45e886baf4d377c1501287b70c04ea266734cb3386af4f113b41db37293ddc5c4b8264c55be0eb536aefe1900a3c7a3f15 SHA512 35f41dcf7ac9517eca1b3f725b5e282d96ac868e8d28604256cbe7eb8f2c686b5a2ca28ebb05b7e576e5fb707dacb3d41583d586533c7fff110d5f020746e5fc
EBUILD pyjvcprojector-1.0.6.ebuild 697 BLAKE2B 21354b98f12be8810a78e4336254c014afecb5b9f668a38cd049fadefb62806192ae33a55598a7a342d56c559911a2bf95f4528df83c8bccbb93569e739425b8 SHA512 cc1c99c4d2353157dba6495f98e09ee328594c3531f4a13d80edb53d30f24964d4ac31979f6487423185fe8a7f7a1522dd999d008088bf00ffe9758815d1dbb3
DIST pyjvcprojector-1.0.9.tar.gz 11529 BLAKE2B d790e734d40151d2604a0d2d8c1477954e13c6c98578b3ce096b2bec3a899d7b5390149ce834fe4ca3d9ccf7d1e831fd56048428581ed40ee5cda499b358de92 SHA512 2dd12b697c85c3c7eb9c7fb71430a202dce7a76dad333138981adda071da2c0fea62d7b726aa3c2bed902117707e4fe670ded15df6afc802e7000f56a3c94b83
EBUILD pyjvcprojector-1.0.6.ebuild 697 BLAKE2B 5687de3d33ba23c376d44f588cc517b344c704c7c29bf12ebbdbb77dd051099b78713451fdf7ba8867a66eddaadcb9411bf7cafd3d8b434b9799784b49aad5ae SHA512 1528302b82d5f4c87d320dc9af718165d780b5af4499729060205e4b6ad303422d6bfac0083486fca84dc7ae8bb56c921e93a408e9bca6fcda6b7639b1696d27
EBUILD pyjvcprojector-1.0.9.ebuild 595 BLAKE2B 7e267ffc0d12efa1cc837aece25820f1a6a7c4b96d0dd4e02e19b4fdaac7bacd9ebaf754eee4d8c665e63f768142105fde7550645023ee4fcbb1369730192a7f SHA512 50fd2716ddbcde30b010f9c17e1626a4e4f13f7878ea6a40d6bcb268546ead72ed6ece8ca4f235d155e13f7a37e5e8453e86903ce64783784a59548f8e651cca
MISC metadata.xml 525 BLAKE2B a3f23e33aa44ed386ba733d7772a900ed5ae161c523d95b298f20b22fa4f00756eed751ebeaa5806ab0d8337b06f9f6a374a27378d51a6a99bd33634fd823f3e SHA512 7c343d47bc767e329b2def9e4902b14b254a0655ee44941d711d4663d69bb26aa45258a015cf0a75417900d5065afc9c271abbe3f919f84c05a079f61398d46c

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

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_{10..12} )
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/dnspython-2.2.1[${PYTHON_USEDEP}]"
distutils_enable_tests pytest