diff --git a/README.md b/README.md index 091d89603..08b9025ff 100644 --- a/README.md +++ b/README.md @@ -606,19 +606,19 @@ 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 2249 Ebuilds in total, 2235 of them have in total 2272 (42 different) licenses assigned. +There are 2245 Ebuilds in total, 2231 of them have in total 2268 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| |MIT|1271| -|Apache-2.0|529| +|Apache-2.0|524| |GPL-3|140| |BSD|122| |GPL-2|25| |LGPL-3|23| |BSD-2|19| |GPL-3+|18| -|LGPL-3+|16| +|LGPL-3+|17| |all-rights-reserved|15| |Unlicense|13| |PSF-2|10| diff --git a/dev-python/ring-doorbell/Manifest b/dev-python/ring-doorbell/Manifest index 9bcef82dd..73ca85ce5 100644 --- a/dev-python/ring-doorbell/Manifest +++ b/dev-python/ring-doorbell/Manifest @@ -1,6 +1,8 @@ +DIST ring_doorbell-0.8.11.tar.gz 49990 BLAKE2B 54525ac8c4106726e4cf4baacf8c5a0ca4fe044cc42935190cb741a13a7a674ec24ee69ee55cefc4e8fbf54b3473cceda16bd12b2c7737910863ea27cc156f8b SHA512 9fc920187c2fd4f53e74b4a4cb0842c42c73e8016748d7743961019cd82a327f984d1d6f95f196ca5964f5af4c1a94c29c8d927e7e6fe9e4b0678d2e9109b2df DIST ring_doorbell-0.9.5.tar.gz 65252 BLAKE2B c9c89d141aec9a733dc1b28d8c949a78770704270865fcc120a38eaf23bbb208ff52e5e27e72439b6faf9b13b7f77e82a0e64d68ccf2e63742c5f1dd3c413182 SHA512 8cbd0ff62d002d7a5368769fbed2dd87c7ca14e68864de53dedffb59c9e6f64215f0e0296a2779d447a1f72113c066ad962ff2b793a2caf389a6d1f921a7468d DIST ring_doorbell-0.9.6.tar.gz 65140 BLAKE2B 2ee11596115f11c612aded425bb63a153a6b13aff277b462c475f71ad8f53eb9d5ca49976b8c75a2a126212714630d6bbdd7b7195701649be6b6464de1e4218b SHA512 0ffc4d75788727d1f6188f1e1c844580b64ccbbc238369ee7d6463e0d77ebc97c9d5a8d14792e1b2603efc747d3d72eab2beee2363025370258489deee7a0dce DIST ring_doorbell-0.9.8.tar.gz 66001 BLAKE2B 5b8ba59e5426257380862cb014f28f342201cf879e78088014c9c5ee607ffb6648b9bccb875c196d9314d22c5e827edaa8ca3cff7cdeb91999c005b7f434e9a5 SHA512 cd4d5ccfe1b99c1e8e1ed7c0d8f2f199af048b343b2eba084fb9ea2ec601e8844f13a3da9197670544911ea3085506457072637e5c799d0c6e043575869be809 +EBUILD ring-doorbell-0.8.11.ebuild 1124 BLAKE2B 12c20ed7119ea36f2c5fef20d4359bc32cbddd19c34360508933115f2d8e913e3b3b58ce152edf4b14baefd3923b6589b9e03f733854a17c0715f912f0dadbd5 SHA512 b42d9b5e994cc4966ddb5f1d4e9723e7b78385b8e8c8487d9387c9c8b87741f67dd45b33ff05bd50f649e7ce33b0d89697448b4f4b7a146a02db34bdfca3a1a2 EBUILD ring-doorbell-0.9.5.ebuild 1106 BLAKE2B afa0b682c9b2f287d4faaa63c0b6962996331e4505a7bfe08deacf6999d662db35b3b55666ed569c8d39865f7a82a557a0a730a8ec102eba2e978fb32fedea62 SHA512 e0a982bd481b61807b0fbdf8423f9556cea388429699b988a6c2f6a976f310bf615ef0d93118029da19f38cd8cdce0e4199ef132f4b2efb187ceadafa81fa01c EBUILD ring-doorbell-0.9.6.ebuild 1106 BLAKE2B afa0b682c9b2f287d4faaa63c0b6962996331e4505a7bfe08deacf6999d662db35b3b55666ed569c8d39865f7a82a557a0a730a8ec102eba2e978fb32fedea62 SHA512 e0a982bd481b61807b0fbdf8423f9556cea388429699b988a6c2f6a976f310bf615ef0d93118029da19f38cd8cdce0e4199ef132f4b2efb187ceadafa81fa01c EBUILD ring-doorbell-0.9.8.ebuild 1234 BLAKE2B d058249e81b7da41abea95759b62a00f00b6674f085f7bd9720c3f100fac2c5cad1e3f75076977904eb7bbd05dd5a6395c885c03875f8c4f0a49746aeba67e74 SHA512 c69bf930308390fc4339ec79922f3cde5a730e69848423cf621bf76d935527b790f44080c1329a6e329cf754bd751a09bd09c96541dba9a3c3a2613796dcf04c diff --git a/dev-python/ring-doorbell/ring-doorbell-0.8.11.ebuild b/dev-python/ring-doorbell/ring-doorbell-0.8.11.ebuild new file mode 100644 index 000000000..fbd83d4f3 --- /dev/null +++ b/dev-python/ring-doorbell/ring-doorbell-0.8.11.ebuild @@ -0,0 +1,36 @@ +# 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=poetry +inherit distutils-r1 pypi + +DESCRIPTION="A Python library to communicate with Ring Door Bell (https://ring.com/)" +HOMEPAGE="https://github.com/tchellomello/python-ring-doorbell https://pypi.org/project/ring-doorbell/" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="listen test" +RESTRICT="!test? ( test )" + +DOCS="README.rst" + +RDEPEND=">=dev-python/requests-2.0.0[${PYTHON_USEDEP}] + >=dev-python/requests-oauthlib-1.3.0[${PYTHON_USEDEP}] + >=dev-python/oauthlib-3.0.0[${PYTHON_USEDEP}] + >=dev-python/pytz-2022.0[${PYTHON_USEDEP}] + dev-python/asyncclick[${PYTHON_USEDEP}] + dev-python/anyio[${PYTHON_USEDEP}] + listen? ( >=dev-python/firebase-messaging-0.2.1[${PYTHON_USEDEP}] )" + +distutils_enable_tests pytest + +python_prepare_all() { + sed -i -e 's:"LICENSE",::' pyproject.toml || die + sed -i -e 's:"CONTRIBUTING.rst", ::' pyproject.toml || die + sed -i -e 's:"CHANGELOG.rst",::' pyproject.toml || die + distutils-r1_python_prepare_all + }