dev-python/pyflic: add 2.0.4

Closes: #3625
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-20 10:23:38 +02:00
parent d1d60f70da
commit 23023c6682
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 28 additions and 5 deletions

View File

@ -606,7 +606,7 @@ 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 2021 Ebuilds in total, 2010 of them have in total 2038 (42 different) licenses assigned.
There are 2022 Ebuilds in total, 2011 of them have in total 2039 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -628,6 +628,7 @@ There are 2021 Ebuilds in total, 2010 of them have in total 2038 (42 different)
|ZPL|3|
|LGPL-2.1+|3|
|AGPL-3|3|
|CC0-1.0|3|
|AGPL-3+|2|
|LGPL-2+|2|
|public-domain|2|
@ -635,7 +636,6 @@ There are 2021 Ebuilds in total, 2010 of them have in total 2038 (42 different)
|ElementTree|2|
|BSD-4|2|
|LGPL-2|2|
|CC0-1.0|2|
|0BSD|1|
|CC-BY-4.0|1|
|PYTHON|1|

View File

@ -1,3 +1,5 @@
DIST pyflic-2.0.3.tar.gz 9896 BLAKE2B 9dce712ce9a4ec62a2514190b8e81ef619e72cd54445568472d6e7df28fa1559fe7543fbbd57924222e3a7384e703061f3cadee7e99e5e9390d1378108bdfd2b SHA512 5e0d5e2b4eec4ae8a55f1bd16888c6ebe53085410e21c9cbb2dfc0f2fa11e41fed8ae022376254a32f7cd306334b889d7c55b8adcf759704af4d4b6ac10cd99e
EBUILD pyflic-2.0.3.ebuild 506 BLAKE2B a1b844d1a1d0ac3aa3d4c65b70aa3c7541dd7b8b6a816d3040693f6c805bcca71907cb140d663b2aa3a84ff2f3399106642b9b1c0ce3aff752428aed5e6e2c3c SHA512 96017381462bfec32fa70a24cf5687b96f5e0e7ca5cfcbd10384a48c3c3eb4a65c5c9661e9ecd54c925842e0dde2887bd1d6c29717a1ae75419b7b3f9f8a80d6
DIST pyflic-2.0.4.tar.gz 9968 BLAKE2B 8b59c0237254e656e9c6c4cd87333ce6e3f4562ff668844dd485ddb0a3ee69ff876459680453f120b3093876f1f0977c55e5fd972ec0e12e3119a1de9423b65c SHA512 81f8eb857ad8e831e7bbba7cf248814df6c3764fe13f75492a548e9eea2782c928da80318cc78f7786e12171b0e0f631b2727ad7d065add350064c616becac1e
EBUILD pyflic-2.0.3.ebuild 506 BLAKE2B cd7d2f7462bcfa05e289d9cc57a7375f3e8e6ffd1142758d74fd802cadf4f705f794b2ca7b27a74f219b97c4560a5cc6bddb0dd9192fb15ee40d529fc1db1936 SHA512 23ac2f2d57af6643d3444a48c62e4f22bcdbe2e166b18e3cb875bbb03b23c4bc3bb7a0fbc8d435281a620f10240ab5dc95ac7d5006f2d539bbf5dfea79098dd5
EBUILD pyflic-2.0.4.ebuild 506 BLAKE2B cd7d2f7462bcfa05e289d9cc57a7375f3e8e6ffd1142758d74fd802cadf4f705f794b2ca7b27a74f219b97c4560a5cc6bddb0dd9192fb15ee40d529fc1db1936 SHA512 23ac2f2d57af6643d3444a48c62e4f22bcdbe2e166b18e3cb875bbb03b23c4bc3bb7a0fbc8d435281a620f10240ab5dc95ac7d5006f2d539bbf5dfea79098dd5
MISC metadata.xml 503 BLAKE2B 0e4c3b32c4d420581aa79e09341501cc6f7e2f695b8352d56e5b780148aa47698751db979a68c5ee9d0f1b5a5ab7e15d5cd867d3ccb1bbe06f6326ac0647b266 SHA512 16686cf8cf2dadffadda37b11866ddb2439bc5891f742d3b83433a43bbccc460d454dd534c888d027aa23942133b773c297b9d163957460731dc0d65f529efb7

View File

@ -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

View File

@ -0,0 +1,21 @@
# 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="Python library to connect to and interact with Flic buttons."
HOMEPAGE="https://github.com/soldag/pyflic https://pypi.org/project/pyflic/"
LICENSE="CC0-1.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
distutils_enable_tests pytest