dev-python/zeroconf: drop 0.56.0, 0.70.0
Closes: #2537 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
0d0f045b94
commit
9a1cf2a35f
@ -612,7 +612,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 1772 Ebuilds in total, 1761 of them have in total 1785 (43 different) licenses assigned.
|
||||
There are 1770 Ebuilds in total, 1759 of them have in total 1783 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
@ -627,9 +627,9 @@ There are 1772 Ebuilds in total, 1761 of them have in total 1785 (43 different)
|
||||
|LGPL-3+|12|
|
||||
|GPL-3+|11|
|
||||
|Unlicense|10|
|
||||
|LGPL-2.1|6|
|
||||
|ISC|5|
|
||||
|MPL-2.0|5|
|
||||
|LGPL-2.1|4|
|
||||
|EPL-1.0|4|
|
||||
|ZPL|3|
|
||||
|LGPL-2.1+|3|
|
||||
|
@ -1,7 +1,3 @@
|
||||
DIST zeroconf-0.128.5.tar.gz 163273 BLAKE2B 91c48e77f4dc84fa6a5ca0905ccb70f3942ed0a320f3d0e02ec5fca78eaa143715eed1e8a9568c4a19c3ce554fbad442d962f97b02a4208db5e0192accf2e114 SHA512 84eb1a61b704159267ea7e3ce8623d384ff66abf33e678fb40a8d2b9da6fcf440b0fab30e960babb6adf075cb62423c0ec365aafc948cefaa8f9f5f817be0323
|
||||
DIST zeroconf-0.56.0.tar.gz 140060 BLAKE2B 3199ebb995754f4c7a2b4881564664d95d2483f6307cd898ec1beb7e12fed0bc3ce501a0f4732a3f1e019db1641d08804d2f38ad769277c95a41b8c266860126 SHA512 8ba2cabc58ae5586b6e89f2771e4483a488bf4ef5201fe8684befc2930d34f96f5fd07040da7ec850f9450b2166ad22ef571821a56e33222cf5708c11f5f4aba
|
||||
DIST zeroconf-0.70.0.tar.gz 143727 BLAKE2B dc7d44e69ebfad71519acfe32ea91dc165b9813c0d16feb4f663845fe532f0b696a2d384a2b5a7091c3b759d484b6d80275a8e70dfa0b9605909bf2758599a1d SHA512 37dc1fde285b09fa2654de685a1dbbbcf35834147ff2f7115ccf569e404d92ff116a5b437a53ef6f40252641ad810cfd862e2d5db6cd76ed2120fb658b50c001
|
||||
EBUILD zeroconf-0.128.5.ebuild 1383 BLAKE2B 4864ce51f079f6714bbcaa098cda5686a89cab93a466a35c418380b2962f25141c7169a54b85fb0561cbd5015f19ba9d8ecff5514dc26e99ba081a2075c97a28 SHA512 6510303fb0876bdad3f2d7c0dd0e2cc5242c69a783fd93eb4cd3649c320dc2867c00b0c11420906acf46680de470ae3a420abdeb1f97d05a354fd8812486f0fb
|
||||
EBUILD zeroconf-0.56.0.ebuild 1538 BLAKE2B 02173ee76dd36519a91464d79e6816473503d5df4f1d71f8aef6b0ae9c22082c772ae95c786c1de3b45ae6c00d0bfcef68821e54ddba6b72be4b97ccf24f6bd9 SHA512 b9508c51f2d217aeee69824ac61dfe617509f3862bafccc624cf4230f0cd5f53348766b0b966305a00b69930cd3e11f70ec8e534a249d46329bb3e2ccbd67c39
|
||||
EBUILD zeroconf-0.70.0.ebuild 1390 BLAKE2B 830f0c68103f6977abb626ffd799024c5667b56f243d952873e1cd681fd221f8603a150636adc603f472e20e22fc9cfb1be02919298a94f5a1e05112de3038f7 SHA512 f504b5bc4f58b3bcfca1c851a5f5d7fd323168fdb05a9e1a3b1b85f05bf9c5af6091faf40f35957e2f1d80541e966cc1dba856adbfb60fb81f3d6967cdfe0afa
|
||||
MISC metadata.xml 395 BLAKE2B e1ce7a8fbd6d50fd59fbce671a535a3af2fde79dcc98f146c4e361759e61ce6d7e4e241866262fcd78744c673212d1946830c3d7628956b498a98d0af36d4c3d SHA512 544cb62da7212926b63c4e19467fc3e3f7c8210320a8096dc913a846d392e9a09c2b9860312f88effc8ad7a54e0329149a68012b08c674663af5779957e037f9
|
||||
|
@ -1,55 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
|
||||
HOMEPAGE="
|
||||
https://github.com/python-zeroconf/python-zeroconf/
|
||||
https://pypi.org/project/zeroconf/
|
||||
"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep '
|
||||
>=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
|
||||
' 3.{9..10})
|
||||
"
|
||||
# the build system uses custom build script that uses distutils to build
|
||||
# C extensions, sigh
|
||||
BDEPEND="
|
||||
>=dev-python/cython-0.29.32[${PYTHON_USEDEP}]
|
||||
>=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_test() {
|
||||
local EPYTEST_DESELECT=(
|
||||
# network
|
||||
tests/test_core.py::Framework::test_close_multiple_times
|
||||
tests/test_core.py::Framework::test_launch_and_close
|
||||
tests/test_core.py::Framework::test_launch_and_close_context_manager
|
||||
tests/test_core.py::Framework::test_launch_and_close_v4_v6
|
||||
tests/test_core.py::Framework::test_launch_and_close_v6_only
|
||||
tests/services/test_types.py::ServiceTypesQuery::test_integration_with_listener_ipv6
|
||||
|
||||
# fragile to timeouts (?)
|
||||
tests/services/test_browser.py::test_service_browser_expire_callbacks
|
||||
tests/utils/test_asyncio.py::test_run_coro_with_timeout
|
||||
)
|
||||
|
||||
epytest -o addopts=
|
||||
}
|
@ -1,56 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_EXT=1
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)"
|
||||
HOMEPAGE="
|
||||
https://github.com/python-zeroconf/python-zeroconf/
|
||||
https://pypi.org/project/zeroconf/
|
||||
"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep '
|
||||
>=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
|
||||
' 3.{9..10})
|
||||
"
|
||||
# the build system uses custom build script that uses distutils to build
|
||||
# C extensions, sigh
|
||||
BDEPEND="
|
||||
>=dev-python/cython-0.29.32[${PYTHON_USEDEP}]
|
||||
>=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
export REQUIRE_CYTHON=1
|
||||
|
||||
python_test() {
|
||||
local -x SKIP_IPV6=1
|
||||
local EPYTEST_DESELECT=(
|
||||
# network
|
||||
tests/test_core.py::Framework::test_close_multiple_times
|
||||
tests/test_core.py::Framework::test_launch_and_close
|
||||
tests/test_core.py::Framework::test_launch_and_close_context_manager
|
||||
|
||||
# fragile to timeouts (?)
|
||||
tests/services/test_browser.py::test_service_browser_expire_callbacks
|
||||
tests/utils/test_asyncio.py::test_run_coro_with_timeout
|
||||
)
|
||||
|
||||
epytest -o addopts=
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user