dev-python/whois: new package, add 0.9.16, 0.9.23, 0.9.27

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier (@STR/VW3) 2023-03-14 15:50:29 +01:00 committed by Andreas Billmeier
parent e363dc3b33
commit b59c524c25
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 115 additions and 0 deletions

View File

@ -0,0 +1,7 @@
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

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">whois</remote-id>
<remote-id type="github">DannyCork/python-whois</remote-id>
<maintainer status="unknown">
<email>ddarko@ddarko.org</email>
<name>DannyCork</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,31 @@
# 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

@ -0,0 +1,31 @@
# 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

@ -0,0 +1,30 @@
# 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