dev-python/mcstatus: drop 6.0.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:32:52 +01:00 committed by Andreas Billmeier
parent 3af3e15a2b
commit c903f5462e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 38 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 1675 Ebuilds in total, 1664 of them have in total 1682 (42 different) licenses assigned.
There are 1674 Ebuilds in total, 1663 of them have in total 1681 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|971|
|Apache-2.0|350|
|Apache-2.0|349|
|GPL-3|108|
|BSD|92|
|LGPL-3|23|

View File

@ -1,5 +1,3 @@
DIST mcstatus-11.0.0.tar.gz 32052 BLAKE2B 7573873e88e89b79117e13df8173eb0bdd58a70c9b31a0d2901c705dac9dc036c7e94c201c8d37347094c24a46db469283eb649059234aa96f128900e852dc09 SHA512 bd527090169a3fa313edbf42495864515cf34f568d9e6ed86a0b334d7c38fa92587c3cc043847f19313cd45fc395e5c19fd98d9386dbb3713799a24aa2de683b
DIST mcstatus-6.0.0.tar.gz 15569 BLAKE2B fc25655e496a5a0507c41d979309066260c2a23171b41a303585d92d654444170b5f055fb914f831521bd1a36febc6e7112653b0326d33b2ff21cfb8f8c5fe43 SHA512 22307c9ac6b8079924a34843ea45eeecc4a92c7b1f8190fbbec6aec459af269209550c6578ea140479a2b6858d152fbcc53319f5b7183c997b5613d275fc91fd
EBUILD mcstatus-11.0.0.ebuild 781 BLAKE2B 0f4946d92c77f987fe8dc3bc7f5c553ef25acdd02556b06d4cde8aba8d337ce24f96a06a0df00dfb663efeb3a38b766eabda4a0d4d8546f25c946082efeb97f9 SHA512 644779acaf84efe0dfcd07467395684d4d4edcdbc338a1967ce523244cf01ab702ee2c88198c88379a444a28224065538c775694d32df1788273730d0e5aab18
EBUILD mcstatus-6.0.0.ebuild 826 BLAKE2B 735720391ad30b8c3af700105c382e51dd9679c15451116ca786f6b3f43ea27221980a5bf0c50e33110d2ec3fe0029c2f3ce0b5c830355e47154a0bf7e96011d SHA512 5b5cdd96c0777bec755948a9e1443cd0ac83b49d56a27ecbdb1ec4543f559ff0f23b4672445e26650046cd0d1c85c636243983cbfb5d3cedd00071c54d17c258
MISC metadata.xml 516 BLAKE2B 226b2bad9f31907df1556c5b39d17e8ca218e4555869feb383e7aa1809bf8bbcf77bb12742a46a58215816968b3f320b80b68a7b4358c1356d83428d11590c4d SHA512 11fbcd08679765daebe88c6f1df17aa263d424cff100e1ba8164f938c630a77493f90d62e9391fd8f255d2b8fd98e9afe5b1bed598476e6e9fa42db6bcc8548b

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_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A library to query Minecraft Servers for their status and capabilities."
HOMEPAGE="https://github.com/py-mine/mcstatus https://pypi.org/project/mcstatus/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/asyncio-dgram-1.2.0[${PYTHON_USEDEP}]
>=dev-python/click-7.1.1[${PYTHON_USEDEP}]
>=dev-python/dnspython-2.1.0[${PYTHON_USEDEP}]
>=dev-python/six-1.14.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests unittest