commit:     03262b56cc003a58cda5d9ca83242f1216c1ffe3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 20 13:39:22 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 20 14:00:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03262b56

dev-python/pydns: enable py3.10

tested using manually running the testsuite
two tests still fail, as test site added MX record which isn't
expected by testsuite

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/pydns/pydns-3.2.1.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/pydns/pydns-3.2.1.ebuild 
b/dev-python/pydns/pydns-3.2.1.ebuild
index 769b3494af1..dfe9713d03b 100644
--- a/dev-python/pydns/pydns-3.2.1.ebuild
+++ b/dev-python/pydns/pydns-3.2.1.ebuild
@@ -3,14 +3,13 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 inherit distutils-r1
 
-MY_PN="${PN/py/py3}"
-MY_P="${MY_PN}-${PV}"
+MY_P="${PN/py/py3}-${PV}"
 DESCRIPTION="Python DNS (Domain Name System) library"
 HOMEPAGE="https://launchpad.net/py3dns";
-SRC_URI="https://launchpad.net/${MY_PN}/trunk/${PV}/+download/${MY_P}.tar.gz";
+SRC_URI="https://launchpad.net/py3dns/trunk/${PV}/+download/${MY_P}.tar.gz";
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="CNRI"

Reply via email to