summaryrefslogtreecommitdiff
path: root/www/mitmproxy/files/patch-setup.py
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2019-02-18 19:06:51 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2019-02-18 19:06:51 +0000
commit833d143ffdc951dc7f90ad8ce878d1432405c627 (patch)
tree6847fb551a380a5ff5650603d5d80a5e6ab9c044 /www/mitmproxy/files/patch-setup.py
parentNew port: devel/py-asciimatics: Mouse/keyboard input, text color/positioning,... (diff)
www/mitmproxy: Update version 2.0.1=>4.0.4
PR: 235840 Approved by: gaod@hychen.org
Diffstat (limited to 'www/mitmproxy/files/patch-setup.py')
-rw-r--r--www/mitmproxy/files/patch-setup.py24
1 files changed, 24 insertions, 0 deletions
diff --git a/www/mitmproxy/files/patch-setup.py b/www/mitmproxy/files/patch-setup.py
new file mode 100644
index 000000000000..3a63db04ef97
--- /dev/null
+++ b/www/mitmproxy/files/patch-setup.py
@@ -0,0 +1,24 @@
+--- setup.py.orig 2019-02-14 12:22:24 UTC
++++ setup.py
+@@ -61,7 +61,7 @@ setup(
+ # It is not considered best practice to use install_requires to pin dependencies to specific versions.
+ install_requires=[
+ "blinker>=1.4",
+- "brotli>=0.7.0,<0.8",
++ "brotli>=0.7.0",
+ "certifi>=2015.11.20.1", # no semver here - this should always be on the last release!
+ "click>=6.2",
+ "cryptography>=2.1.4,<2.4",
+@@ -75,10 +75,10 @@ setup(
+ "pyparsing>=2.1.3",
+ "pyperclip>=1.6.0",
+ "ruamel.yaml>=0.13.2",
+- "sortedcontainers>=1.5.4,<2.1",
++ "sortedcontainers>=1.5.4",
+ "tornado>=4.3,<5.2",
+ "urwid>=2.0.1,<2.1",
+- "wsproto>=0.11.0,<0.12.0",
++ "wsproto>=0.13.0",
+ ],
+ extras_require={
+ ':sys_platform == "win32"': [