diff --git a/README.md b/README.md index 284493ead..96af655ee 100644 --- a/README.md +++ b/README.md @@ -538,11 +538,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 1912 Ebuilds in total, 1905 of them have in total 1917 (35 different) licenses assigned. +There are 1913 Ebuilds in total, 1906 of them have in total 1918 (35 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1151| +|MIT|1152| |Apache-2.0|365| |GPL-3|119| |BSD|104| diff --git a/dev-python/pyfritzhome/Manifest b/dev-python/pyfritzhome/Manifest index 87ca8860f..51af36c57 100644 --- a/dev-python/pyfritzhome/Manifest +++ b/dev-python/pyfritzhome/Manifest @@ -1,5 +1,7 @@ DIST pyfritzhome-0.6.4.tar.gz 13402 BLAKE2B 02c52eade04b896ff4ff90653f470c67b499f4ce67df7509654da69a2a5197f532221e11c53a9a637919a292971048411d3d483c9c17cfa44e3a706124d3ef3b SHA512 841df8d3adb642b1470310fd12c3640c7070e418fa9bcf3af69f7b3b657bf067d282f04b4785a7153da29148a037cd494e9a91e9d5913e00b198d1f974ff45aa DIST pyfritzhome-0.6.5.tar.gz 14450 BLAKE2B 405f2dec300f3d86f9ad2ad87d0ac3e6f165d0a41acd94153c0a76eea20d3a6a4d8129a49e0dbb3f8918c156254a3232a36eb38aee0378f322aa1400d7c342a1 SHA512 70a831db9fa4b60b8b0d6df7a697aa2bb85194bf27a716126db2e91229333c6867975a12249ef3bc8997a91cfa9b0e131f7730ddc2a46505f33d915c2ca7807e +DIST pyfritzhome-0.6.7.tar.gz 14492 BLAKE2B e54585455ee594d1effeee8ffa09b9f7fa3fb8ca253c3891710bd15919d0055ff5477d6da025147a1acea41b93da39fb4f7310042d8c6929b7967e7439480215 SHA512 e4cd85302bb02ef1a5f2f1bc9a303439e5b1214868ebd9ae4659b1fb0c202851911fc53f63693a584d4a26e96209797d55c2200754e06d2a88c6ea85129d9ab5 EBUILD pyfritzhome-0.6.4.ebuild 732 BLAKE2B 987c02b8bbf438ab2b259d63b061bcbf131cf7e8479a364b33c7bad604e9a455ea62fbf27c5bf5b8f426fd28de4d14a6e13f6447f8fe1b25380fc0eab314d709 SHA512 ab310ccd28408633b6d4478aae006a0c8d1760c1d7a019737a27310fffe12d4be077af17261c93048e8eef7b77fa9f62bcb4d1908141c68a5052b414216a2c44 EBUILD pyfritzhome-0.6.5.ebuild 732 BLAKE2B 987c02b8bbf438ab2b259d63b061bcbf131cf7e8479a364b33c7bad604e9a455ea62fbf27c5bf5b8f426fd28de4d14a6e13f6447f8fe1b25380fc0eab314d709 SHA512 ab310ccd28408633b6d4478aae006a0c8d1760c1d7a019737a27310fffe12d4be077af17261c93048e8eef7b77fa9f62bcb4d1908141c68a5052b414216a2c44 +EBUILD pyfritzhome-0.6.7.ebuild 732 BLAKE2B 987c02b8bbf438ab2b259d63b061bcbf131cf7e8479a364b33c7bad604e9a455ea62fbf27c5bf5b8f426fd28de4d14a6e13f6447f8fe1b25380fc0eab314d709 SHA512 ab310ccd28408633b6d4478aae006a0c8d1760c1d7a019737a27310fffe12d4be077af17261c93048e8eef7b77fa9f62bcb4d1908141c68a5052b414216a2c44 MISC metadata.xml 458 BLAKE2B f3062ecc7c68f3989d4ba7b61d962c7e8f4580ab4546b6f7abc2c2e9daef0dff5ed5e62770fb4597d4da86efa2615db6c8d57334483893ec5e4f6b9200d3bf65 SHA512 ffebce99c0b74c397f81692d165e822f35ca6cffa3406afce26a9684da70c7e957e3e7fd710742ad0e808aabd7490776ab4edcdbe2f68f5388f5a6e4247f1d9b diff --git a/dev-python/pyfritzhome/pyfritzhome-0.6.7.ebuild b/dev-python/pyfritzhome/pyfritzhome-0.6.7.ebuild new file mode 100644 index 000000000..01b14d378 --- /dev/null +++ b/dev-python/pyfritzhome/pyfritzhome-0.6.7.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Fritz!Box Smarthome Python Library" +HOMEPAGE="https://github.com/hthiery/python-fritzhome https://pypi.org/project/pyfritzhome/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.rst" + +RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" +BDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + )" + +python_test() { + nosetests --verbose || die + py.test -v -v || die +}