commit: cde6996b2a49ab208fc7e498be1710bf8626cfd1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 22 09:33:37 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 22 09:38:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde6996b
dev-python/httpbin: Strip raven from requirements too
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/httpbin/files/httpbin-0.7.0-brotlicffi.patch | 2 +-
dev-python/httpbin/files/httpbin-0.7.0-optional-raven.patch | 12 ++++++++++++
.../{httpbin-0.7.0-r2.ebuild => httpbin-0.7.0-r3.ebuild} | 2 +-
3 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/dev-python/httpbin/files/httpbin-0.7.0-brotlicffi.patch
b/dev-python/httpbin/files/httpbin-0.7.0-brotlicffi.patch
index f74474a70aa1..8031ad72de5b 100644
--- a/dev-python/httpbin/files/httpbin-0.7.0-brotlicffi.patch
+++ b/dev-python/httpbin/files/httpbin-0.7.0-brotlicffi.patch
@@ -35,7 +35,7 @@ index 7f9956b..8e17ef3 100644
install_requires=[
- 'Flask', 'MarkupSafe', 'decorator', 'itsdangerous', 'six', 'brotlipy',
+ 'Flask', 'MarkupSafe', 'decorator', 'itsdangerous', 'six',
'brotlicffi',
- 'raven[flask]', 'werkzeug>=0.14.1'
+ 'werkzeug>=0.14.1'
],
)
--
diff --git a/dev-python/httpbin/files/httpbin-0.7.0-optional-raven.patch
b/dev-python/httpbin/files/httpbin-0.7.0-optional-raven.patch
index 8602ed7641be..5d626768bd27 100644
--- a/dev-python/httpbin/files/httpbin-0.7.0-optional-raven.patch
+++ b/dev-python/httpbin/files/httpbin-0.7.0-optional-raven.patch
@@ -17,3 +17,15 @@ diff -dupr a/httpbin/core.py b/httpbin/core.py
sentry = Sentry(app, dsn=os.environ['SENTRY_DSN'])
# Set up Bugsnag exception tracking, if desired. To use Bugsnag, install the
+diff --git a/setup.py b/setup.py
+index 7f9956b..3cab2ae 100644
+--- a/setup.py
++++ b/setup.py
+@@ -35,6 +35,6 @@ setup(
+ include_package_data = True, # include files listed in MANIFEST.in
+ install_requires=[
+ 'Flask', 'MarkupSafe', 'decorator', 'itsdangerous', 'six', 'brotlipy',
+- 'raven[flask]', 'werkzeug>=0.14.1'
++ 'werkzeug>=0.14.1'
+ ],
+ )
diff --git a/dev-python/httpbin/httpbin-0.7.0-r2.ebuild
b/dev-python/httpbin/httpbin-0.7.0-r3.ebuild
similarity index 97%
rename from dev-python/httpbin/httpbin-0.7.0-r2.ebuild
rename to dev-python/httpbin/httpbin-0.7.0-r3.ebuild
index 8c04217f15d8..99f8b0295ddd 100644
--- a/dev-python/httpbin/httpbin-0.7.0-r2.ebuild
+++ b/dev-python/httpbin/httpbin-0.7.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7