dev-python/pyDuotecno: add 2023.11.1

Closes: #2435
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-10 09:26:16 +01:00 committed by Andreas Billmeier
parent 8dba04edec
commit 542a76bc9b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 20 additions and 2 deletions

View File

@ -612,12 +612,12 @@ 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 1664 Ebuilds in total, 1653 of them have in total 1674 (43 different) licenses assigned.
There are 1665 Ebuilds in total, 1654 of them have in total 1675 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|974|
|Apache-2.0|345|
|Apache-2.0|346|
|BSD|96|
|GPL-3|95|
|GPL-2|24|

View File

@ -1,5 +1,7 @@
DIST pyDuotecno-2023.10.0.tar.gz 12757 BLAKE2B 3568c0e9fdf15eacf631fb144a2ce4cd67b41f3420ece3cb0d7de7449bcbe12a5d3f85077adde1e90dac00d94c7a75f688e60ac3f1fb30c43dc6c7d486444fb8 SHA512 924785d3d85f77bc44ca3381ea1b01c47c9e7a9b03730fe220a714ea67b97703c98077a1ac1f41c2db55dbbae836ec1c47ff589d492d2de68bad06d9acd9d0a2
DIST pyDuotecno-2023.10.1.tar.gz 12800 BLAKE2B 88b9312999dcff03eb5801f7f234cfd487b2389549196c55e89036412867aa5e4f42cccc4941be651ccd3c58b48fe430de0ce8fdd8a7c1e97750b1b8e4cacb56 SHA512 ed906c85ca04df76fa9aa907f4f0b9a858625b9cec661182ee02803949712459d2d5278631fadb6a2394cb9ac126aac3e0f87cf3e46c925a661d916878f067bf
DIST pyDuotecno-2023.11.1.tar.gz 13001 BLAKE2B b50e1487d7b8142cccd928594474a9c70f08e3ce3e837036f4c8ee7138ff191d93c659a26f6c2f9a979a8a4c426449f755ccafcc88acc718e5c8bd65a2d4a06b SHA512 d808940f5a7c7017eebfe6cdaef558057338e2a2962b96d7dc4a39f510eeeb528d2065ee08d6d0025121d6b314164e578cfaba5b40f247ce098fbf4c3d52dbf1
EBUILD pyDuotecno-2023.10.0.ebuild 465 BLAKE2B dfb1da788f11f6d12b4eaf01bdfb8fd2b45027de331468c892441a5693ddb8f32b533b7a69df80862fc4a46bce2a3215d4f9b72f312d85f5d03b8b6bc1707429 SHA512 521cf93c3650e72bfca6b4dd1bb268d0af00da56a7a844656bba0503c6b6dd59317c2d2778d5f030408ce37a58efb0140f024f518b15066745e1cf954f44d57f
EBUILD pyDuotecno-2023.10.1.ebuild 465 BLAKE2B dfb1da788f11f6d12b4eaf01bdfb8fd2b45027de331468c892441a5693ddb8f32b533b7a69df80862fc4a46bce2a3215d4f9b72f312d85f5d03b8b6bc1707429 SHA512 521cf93c3650e72bfca6b4dd1bb268d0af00da56a7a844656bba0503c6b6dd59317c2d2778d5f030408ce37a58efb0140f024f518b15066745e1cf954f44d57f
EBUILD pyDuotecno-2023.11.1.ebuild 465 BLAKE2B dfb1da788f11f6d12b4eaf01bdfb8fd2b45027de331468c892441a5693ddb8f32b533b7a69df80862fc4a46bce2a3215d4f9b72f312d85f5d03b8b6bc1707429 SHA512 521cf93c3650e72bfca6b4dd1bb268d0af00da56a7a844656bba0503c6b6dd59317c2d2778d5f030408ce37a58efb0140f024f518b15066745e1cf954f44d57f
MISC metadata.xml 519 BLAKE2B 4e59cef6a6f279432a32da4ded2ec305f7c9104ba083b53b60e71d708cb9745f1c41807ac61b4a7c4e81c0fe8c506ca5f041629afe43dcfe543b09ac494e1bfd SHA512 aaeb1a2e1e8ef44d47a2fb011bb42a8564872c2cc966fd74c4242086967564805eb02f90fe5c54e1ea1f394438c6500b26555d9fe718ab09e25d4e135e13de89

View File

@ -0,0 +1,16 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Open-source home automation platform running on Python 3."
HOMEPAGE="https://github.com/Cereal2nd/pyDuotecno https://pypi.org/project/pyDuotecno/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
DOCS="README.md"