commit: 6010f6cdbc163ec0892a5c533d70491bc27f2d85
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 7 15:59:57 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 7 16:04:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6010f6cd
dev-python/httpbin: Unpin greenlet
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../httpbin/{httpbin-0.10.1-r1.ebuild => httpbin-0.10.1-r2.ebuild} | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/dev-python/httpbin/httpbin-0.10.1-r1.ebuild
b/dev-python/httpbin/httpbin-0.10.1-r2.ebuild
similarity index 88%
rename from dev-python/httpbin/httpbin-0.10.1-r1.ebuild
rename to dev-python/httpbin/httpbin-0.10.1-r2.ebuild
index 452043b95db7..d6ccf0b5a75e 100644
--- a/dev-python/httpbin/httpbin-0.10.1-r1.ebuild
+++ b/dev-python/httpbin/httpbin-0.10.1-r2.ebuild
@@ -31,3 +31,9 @@ RDEPEND="
"
distutils_enable_tests pytest
+
+src_prepare() {
+ # unpin greenlet
+ sed -i -e '/greenlet/d' pyproject.toml || die
+ distutils-r1_src_prepare
+}