diff options
author | Sam James <sam@gentoo.org> | 2023-02-17 06:45:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-17 06:48:12 +0000 |
commit | 7e3432811734ab3b824fa8fe30488e6b8b20b640 (patch) | |
tree | 93baac099ece7d39afe0dca27478117dd7936cf8 /net-libs/stem | |
parent | dev-python/semver: enable py3.11, PEP517 (diff) | |
download | gentoo-7e3432811734ab3b824fa8fe30488e6b8b20b640.tar.gz gentoo-7e3432811734ab3b824fa8fe30488e6b8b20b640.tar.bz2 gentoo-7e3432811734ab3b824fa8fe30488e6b8b20b640.zip |
net-libs/stem: add note re py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/stem')
-rw-r--r-- | net-libs/stem/stem-1.8.0-r1.ebuild | 2 | ||||
-rw-r--r-- | net-libs/stem/stem-1.8.0_p20211118.ebuild | 2 |
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 |