summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-17 06:45:46 +0000
committerSam James <sam@gentoo.org>2023-02-17 06:48:12 +0000
commit7e3432811734ab3b824fa8fe30488e6b8b20b640 (patch)
tree93baac099ece7d39afe0dca27478117dd7936cf8
parentdev-python/semver: enable py3.11, PEP517 (diff)
downloadgentoo-7e343281.tar.gz
gentoo-7e343281.tar.bz2
gentoo-7e343281.zip
net-libs/stem: add note re py3.11
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-libs/stem/stem-1.8.0-r1.ebuild2
-rw-r--r--net-libs/stem/stem-1.8.0_p20211118.ebuild2
2 files changed, 4 insertions, 0 deletions
diff --git a/net-libs/stem/stem-1.8.0-r1.ebuild b/net-libs/stem/stem-1.8.0-r1.ebuild
index 3552fa292554..0603d9e04d5d 100644
--- a/net-libs/stem/stem-1.8.0-r1.ebuild
+++ b/net-libs/stem/stem-1.8.0-r1.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
+# Fails w/ 3.11: https://github.com/torproject/stem/issues/130 (breaks net-misc/nyx)
PYTHON_COMPAT=( python3_{9..10} pypy3 )
DISTUTILS_USE_SETUPTOOLS=no
diff --git a/net-libs/stem/stem-1.8.0_p20211118.ebuild b/net-libs/stem/stem-1.8.0_p20211118.ebuild
index 1fc58544f59b..f409826d624a 100644
--- a/net-libs/stem/stem-1.8.0_p20211118.ebuild
+++ b/net-libs/stem/stem-1.8.0_p20211118.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
+# Fails w/ 3.11: https://github.com/torproject/stem/issues/130 (breaks net-misc/nyx)
PYTHON_COMPAT=( python3_{9..10} pypy3 )
DISTUTILS_USE_SETUPTOOLS=no