From f2993b47921a82d93c5c524afbd44164202b3b12 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 4 Nov 2023 16:53:08 +0100 Subject: dev-python/txtorcon: Enable py3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/txtorcon/txtorcon-23.5.0.ebuild | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/dev-python/txtorcon/txtorcon-23.5.0.ebuild b/dev-python/txtorcon/txtorcon-23.5.0.ebuild index a1f17ef91891..0046315727fb 100644 --- a/dev-python/txtorcon/txtorcon-23.5.0.ebuild +++ b/dev-python/txtorcon/txtorcon-23.5.0.ebuild @@ -3,14 +3,21 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Twisted-based Tor controller client, with state-tracking abstractions" -HOMEPAGE="https://txtorcon.readthedocs.org https://pypi.org/project/txtorcon/" -SRC_URI="https://github.com/meejah/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" +HOMEPAGE=" + https://txtorcon.readthedocs.org/ + https://github.com/meejah/txtorcon/ + https://pypi.org/project/txtorcon/ +" +SRC_URI=" + https://github.com/meejah/txtorcon/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="MIT" SLOT="0" @@ -22,12 +29,14 @@ RDEPEND=" dev-python/incremental[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] dev-python/twisted[ssl,${PYTHON_USEDEP}] - dev-python/zope-interface[${PYTHON_USEDEP}]" + dev-python/zope-interface[${PYTHON_USEDEP}] +" BDEPEND=" test? ( sys-process/lsof dev-python/mock[${PYTHON_USEDEP}] - )" + ) +" distutils_enable_tests pytest -- cgit v1.2.3-65-gdbad