dev-python/whois: drop 0.9.16, 0.9.23

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 18:36:05 +01:00 committed by Andreas Billmeier
parent a621e6e415
commit 5eaf88bc42
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 68 deletions

View File

@ -612,11 +612,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 1752 Ebuilds in total, 1741 of them have in total 1755 (40 different) licenses assigned.
There are 1750 Ebuilds in total, 1739 of them have in total 1753 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1013|
|MIT|1011|
|Apache-2.0|370|
|GPL-3|103|
|BSD|100|

View File

@ -1,7 +1,3 @@
DIST whois-0.9.16.tar.gz 16864 BLAKE2B df0b2ad415611e0197a29fd73c9a300af44b775a14722cbc886bd3de82bce9bb2bb6e24f15b8299ff14bf7c874305d0d7996b82b84071bb0555757f0ee5e9210 SHA512 6295f773d05def5c873859612e1f56bf784a79409adac3513cfc01f154d5dddb4d64f565896ccffea6405e55b9077b2f5b1072d07656124650384c43bf2a9c4f
DIST whois-0.9.23.tar.gz 24458 BLAKE2B 2c10a57fdbae82ae894a144c6b0b84d4d9f2bfb75b87cf1a20b1ef389b5e7785ebd90ecf7a147d734d4b4330199606454f42f2f4565560a649dbb8c4c5c16fd4 SHA512 703948bc6b3304e2acb64b33516ebaa00fd9db71346ab04642bcd02095164246a09bc43d8bcfbcf6f83020225b6260489eecf4e40fca965550f0f2e4b3172a6c
DIST whois-0.9.27.tar.gz 30203 BLAKE2B d2554b3c2b91684b59173bf1039f6fec65ca8a078e73c7ce8b16dae562303519be6941ce86368d9f1c466fd7fa4eb7f23b78adeeea68f6862d79048b2f001941 SHA512 7c9ae940d13a72bb9345715ccb3c1b168ddbffd51625c84d4c3d46fe17d9f2e7b380483a12eabc6316963bd45c2b907d4cb2f83e366aa81c712598772992f748
EBUILD whois-0.9.16.ebuild 654 BLAKE2B 8c096733afbdc9c0a4c164450afd7f4ac5afba1c9b933f26204f7cef176998e5a739cacd265456a0d8b2125fbfb926e4292a48a023e7bcac9a4e5360d4cfa6bf SHA512 01bd0b4ee3da124ae756fcc6c38fe2fe1e14d216637b8bdd89b071852b7dd824eab399dce94843ec606aa959f7524653efb94b1cdfe9031a18cd42cac4a21248
EBUILD whois-0.9.23.ebuild 654 BLAKE2B 8c096733afbdc9c0a4c164450afd7f4ac5afba1c9b933f26204f7cef176998e5a739cacd265456a0d8b2125fbfb926e4292a48a023e7bcac9a4e5360d4cfa6bf SHA512 01bd0b4ee3da124ae756fcc6c38fe2fe1e14d216637b8bdd89b071852b7dd824eab399dce94843ec606aa959f7524653efb94b1cdfe9031a18cd42cac4a21248
EBUILD whois-0.9.27.ebuild 653 BLAKE2B f67857fd363547ee68b258e21d573acc7f643ebcf4d60a21738bf064588be9f379fcf548478ee8596f9b98729733a9a712bbbb9fa0510d3693093d54d660fc08 SHA512 0f6eb4474fcf972e3f10ae816bcc65338f0697bc2b2d48a8ec644dcb29c8709c5cb2df90e6a841157e526a1a0fb7a09280c2db27c67e85058f3f4a77a4c9d10e
MISC metadata.xml 508 BLAKE2B fbded45feac30901115dc71605030b74cca00151b7cbe7eae1a962564e571b71a5b0911f20d183ff17a677c204f7e84ba8b9493a288ef2fe6b91e241ff0aab2d SHA512 7e23ba622f7c8003f47e70f143029f9cd64668cf63d99bad9a608e2577830b0d7e37d655055ffe6d94a0343ef922ecfa1d278ec12a48eee599517976f79be791

View File

@ -1,31 +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 package for retrieving WHOIS information of domains."
HOMEPAGE="https://github.com/DannyCork/python-whois/ https://pypi.org/project/whois/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
#DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,31 +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 package for retrieving WHOIS information of domains."
HOMEPAGE="https://github.com/DannyCork/python-whois/ https://pypi.org/project/whois/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
#DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest