summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2016-11-06 11:57:46 +0100
committerTiziano Müller <dev-zero@gentoo.org>2016-11-06 12:23:48 +0100
commit010105e376eeb2d990273f6ed6deb8ba2582eda7 (patch)
tree4fc83f897cb6114defaeda505f984349e2255387 /dev-python/flask-sphinx-themes/files
parentdev-python/wtf-peewee: version bump, includes EAPI bump and py-3.x support (diff)
downloadgentoo-010105e376eeb2d990273f6ed6deb8ba2582eda7.tar.gz
gentoo-010105e376eeb2d990273f6ed6deb8ba2582eda7.tar.bz2
gentoo-010105e376eeb2d990273f6ed6deb8ba2582eda7.zip
dev-python/flask-sphinx-themes: initial commit, required for Flask-BabelEx
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/flask-sphinx-themes/files')
-rw-r--r--dev-python/flask-sphinx-themes/files/flask-sphinx-themes-1.0.1-python2-encoding-kw.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-python/flask-sphinx-themes/files/flask-sphinx-themes-1.0.1-python2-encoding-kw.patch b/dev-python/flask-sphinx-themes/files/flask-sphinx-themes-1.0.1-python2-encoding-kw.patch
new file mode 100644
index 000000000000..5f4f5d4d3bbf
--- /dev/null
+++ b/dev-python/flask-sphinx-themes/files/flask-sphinx-themes-1.0.1-python2-encoding-kw.patch
@@ -0,0 +1,12 @@
+diff --git a/setup.py b/setup.py
+index d14f27b..40bffcc 100755
+--- a/setup.py
++++ b/setup.py
+@@ -1,6 +1,7 @@
+ #!/usr/bin/env python
+ import os
+ import re
++from io import open # for python 2 compat (missing 'encoding' kw)
+
+ from setuptools import setup
+