From cedffef987e682e2b6a3da40c12afdce73c3271f Mon Sep 17 00:00:00 2001 From: rick Date: Mon, 9 Jun 2025 18:55:15 +0200 Subject: [PATCH] python-whois: update to 0.9.5, add test, fix github link --- dev-python/python-whois/Manifest | 2 +- dev-python/python-whois/metadata.xml | 2 +- ...whois-0.9.4.ebuild => python-whois-0.9.5.ebuild} | 13 +++++++------ 3 files changed, 9 insertions(+), 8 deletions(-) rename dev-python/python-whois/{python-whois-0.9.4.ebuild => python-whois-0.9.5.ebuild} (57%) diff --git a/dev-python/python-whois/Manifest b/dev-python/python-whois/Manifest index 90421e490..a8179de50 100644 --- a/dev-python/python-whois/Manifest +++ b/dev-python/python-whois/Manifest @@ -1 +1 @@ -DIST python_whois-0.9.4.tar.gz 110584 BLAKE2B 90a58e2d459329992a460f0fa7a8e4d8946787a0fcd598e7387672048c8af48c7a1ab9a003edf2b25d0566448dce727a36977edc425573091592130771d82aee SHA512 a96a68e6ab8f1de181fd401895e6c46cdce8185a0b1815df5fb96ac0f68e12d04d7050aecc64a63b114e6b836a6adc824ee2f5c645da48c26e06af1bdea0e97b +DIST python_whois-0.9.5.tar.gz 111201 BLAKE2B cd2a50694e80723bf563e746262cf949c5fe88bc5ec6374aedda737c151b7673376a9babfcc783d7155f936640ec17928780bf8ecaed7a9105a18d7047c318a7 SHA512 aff3f2990f2f06559ae85037e6c44ab0ad22fbdb34cee78ce836804f94ecd10dc562bdba9cf531ee47db4b6909d510550ea928de04d9d6166af88f7dc6f27f1f diff --git a/dev-python/python-whois/metadata.xml b/dev-python/python-whois/metadata.xml index 315a948d1..560489851 100644 --- a/dev-python/python-whois/metadata.xml +++ b/dev-python/python-whois/metadata.xml @@ -6,7 +6,7 @@ Yury Martynov - richardpenman/pywhois + richardpenman/whois python-whois diff --git a/dev-python/python-whois/python-whois-0.9.4.ebuild b/dev-python/python-whois/python-whois-0.9.5.ebuild similarity index 57% rename from dev-python/python-whois/python-whois-0.9.4.ebuild rename to dev-python/python-whois/python-whois-0.9.5.ebuild index d0729a275..53de59c54 100644 --- a/dev-python/python-whois/python-whois-0.9.4.ebuild +++ b/dev-python/python-whois/python-whois-0.9.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,14 +9,15 @@ PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 pypi DESCRIPTION="Whois querying and parsing of domain registration information" -HOMEPAGE="https://github.com/richardpenman/pywhois" +HOMEPAGE="https://github.com/richardpenman/whois" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~arm64 x86" -RESTRICT="test" +RDEPEND=" + dev-python/python-dateutil[${PYTHON_USEDEP}] +" +BDEPEND="${RDEPEND}" -RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" +distutils_enable_tests pytest