summaryrefslogtreecommitdiff
path: root/dev-python/httpbin
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-07-05 03:04:45 -0500
committerroot <root@alpha.trunkmasters.com>2026-07-05 03:04:45 -0500
commit7d0655e0f85be0eec06807898321a634968f9336 (patch)
tree92e9bb71bf8517948f78ab1d52a1b06717367c62 /dev-python/httpbin
parentd5f9077fde66bffd2bc6d193ae7c967e352a5562 (diff)
downloadbaldeagleos-repo-7d0655e0f85be0eec06807898321a634968f9336.tar.gz
baldeagleos-repo-7d0655e0f85be0eec06807898321a634968f9336.tar.xz
baldeagleos-repo-7d0655e0f85be0eec06807898321a634968f9336.zip
Adding metadata
Diffstat (limited to 'dev-python/httpbin')
-rw-r--r--dev-python/httpbin/httpbin-0.10.4-r1.ebuild (renamed from dev-python/httpbin/httpbin-0.10.4.ebuild)6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-python/httpbin/httpbin-0.10.4.ebuild b/dev-python/httpbin/httpbin-0.10.4-r1.ebuild
index f65331e4f581..be4acac3e768 100644
--- a/dev-python/httpbin/httpbin-0.10.4.ebuild
+++ b/dev-python/httpbin/httpbin-0.10.4-r1.ebuild
@@ -40,6 +40,12 @@ BDEPEND="
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
+src_prepare() {
+ distutils-r1_src_prepare
+
+ sed -i -e '/greenlet/d' pyproject.toml || die
+}
+
pkg_postinst() {
optfeature "Fancy index" dev-python/flasgger
}