dev-python/pyisy: drop 3.0.8, 3.1.13

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 18:42:25 +01:00 committed by Andreas Billmeier
parent 64a069a692
commit 87c394ee9d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 77 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 1709 Ebuilds in total, 1698 of them have in total 1712 (40 different) licenses assigned.
There are 1707 Ebuilds in total, 1696 of them have in total 1710 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|982|
|Apache-2.0|367|
|Apache-2.0|365|
|GPL-3|100|
|BSD|99|
|GPL-2|27|

View File

@ -1,7 +1,3 @@
DIST pyisy-3.0.8.tar.gz 49573 BLAKE2B 556e20a297907aa5310688736a1cd38376b35d88a640302eb43da49d0341fd55ac0bb55fe8a9e5c2dafb2e9683a36fd323ea593c9d9beb00705a592b66ac364a SHA512 9a985792acb735dbb9ea2e7094ba05cbef1a72c21c03f837588f5481b46972844d8e71eb22965b0fd3cb65daea8d9bf9768a668ef8b3df5c7552e25b02823377
DIST pyisy-3.1.13.tar.gz 75080 BLAKE2B 28b1b5f54fbaceafd050ac1104d9ff84caacf4d17a9f4c3c57383b8e946417d42d223c1c710fa72b4e03655e410ffe4f29b15dd6bca9ae789c92c0610d085d6c SHA512 ef05dbaaa6a3483bd380765c74890f04223a58a94010fd16bde64c1fd56b1aec231778a284ccb274148a00d0bcb0c3f0870fe74ff5dc4723e45bf7db9391aaeb
DIST pyisy-3.1.14.tar.gz 75350 BLAKE2B ddbc4c310c758c5cc4b9809ce3b976b738e47a3d90a3d525dc7c6dc1d1a8a40b4631b9639b594aa21bcd9cc39c8cc2729d2e171074b078d755f8adc3727f2578 SHA512 6211b9e70faa0626fff3688fe9124ef4e62a1210e114ccd0d0dc98c220acc9cee7fed47e527042893e7af12f96d69d4de2a6736f5ede7d74e1359fcc59f4e938
EBUILD pyisy-3.0.8.ebuild 813 BLAKE2B d76dab1f0a52d3d1d5b4cc59fff369392c107c6ac890d9b409af000429c4453872a4606cbecc36815eea52d5e39d5fcc40a3e5bd348690fbcbb1705209058953 SHA512 886695bd8bf6b775306f45ab29d2320b4179548f8214d94b89c3bd3168985953e31b0ae09f8d73f4b7a373b4624a7a91415f8b2e9ee28355a87f5002db58d025
EBUILD pyisy-3.1.13.ebuild 780 BLAKE2B 8c4733b8ed21a55df49b679a2afa4f312875eaf392c1388e60075fbc528802a7a54415b9ccbd2b49e8462150ae8758697e89e9695d292011c481d051f32ed446 SHA512 a358dcaf90eb246dcc4915eafccecf17a1dd1b4a34ea8e396c283cd7a0937c2ae72f0ce261f8118089e86653a02ce407843bcf453c64d3e97a759be45510f51d
EBUILD pyisy-3.1.14.ebuild 785 BLAKE2B 3fd6c31b29168c940b4c2e6fd709693cf3db10259bc4f36cfe9ad6822de645a06c0d95803c13986131c43a5c2d556b39b7688c4dc2735cf010e4713894b5535b SHA512 500040927fd767b374e6ad557da62b40208da1a938d4a01baca3b25b7e5d4a4a1fcd220446469415501d591c7a654895d63183a81080666575f4ab38b1099568
MISC metadata.xml 504 BLAKE2B e736abe4ccf42aee2edfcce9d6451f46159b388d51769c4382ea2f3575e8c67ad98bec321c322f3ba362b9facf742d46068823f34d6a58265f4180302f756e71 SHA512 98ced3716c6247a8fd48b3ad04aab7d02532f69b6e2205f1a3f2b920013b9bdc7c942e6d441541352cb04f466e312c1642b6479982474aab7e4dbf8dfe590fe0

View File

@ -1,37 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python module to talk to ISY994 from UDI."
HOMEPAGE="https://github.com/automicus/PyISY https://pypi.org/project/pyisy/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
src_prepare() {
sed 's/setup_requires=\["setuptools-git-version"\]/setup_requires=\[\]/g' -i setup.py || die
eapply_user
}
distutils_enable_tests pytest

View File

@ -1,34 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python module to talk to ISY994 from UDI."
HOMEPAGE="https://github.com/automicus/PyISY https://pypi.org/project/pyisy/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
>=dev-python/colorlog-6.6.0[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest