commit:     fc905578815ccf7313779862caa16a4b0142582a
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri May 14 18:38:54 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri May 14 18:41:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc905578

dev-python/stomp-py: support python3_10

Builds and installs fine, having manually run the test suite it
fails in exactly the same places as for older Python versions, and my
own script for pulling data from ActiveMQ using this module works fine
under 3.10 as well.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-python/stomp-py/stomp-py-7.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/stomp-py/stomp-py-7.0.0.ebuild 
b/dev-python/stomp-py/stomp-py-7.0.0.ebuild
index 3174c667421..394f084db63 100644
--- a/dev-python/stomp-py/stomp-py-7.0.0.ebuild
+++ b/dev-python/stomp-py/stomp-py-7.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
 
 inherit distutils-r1

Reply via email to