summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-12-02 20:21:03 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-12-02 20:21:03 +0000
commit842b846beab4fc236a15234c4e1b096c48887dc2 (patch)
treeea5852569b7f0ae72afac02cc4e44db8d5135070
parentMark BROKEN: wrong LIB_DEPENDS (diff)
Mark BROKEN: fails to configure
Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 14, in <module> long_description = file.read() File "/usr/local/lib/python3.6/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 820: ordinal not in range(128) Reported by: pkg-fallout
-rw-r--r--www/py-python-digitalocean/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/py-python-digitalocean/Makefile b/www/py-python-digitalocean/Makefile
index 82bbcb89e43c..e60064f12e08 100644
--- a/www/py-python-digitalocean/Makefile
+++ b/www/py-python-digitalocean/Makefile
@@ -12,6 +12,8 @@ COMMENT= API to manage digitalocean.com droplets
LICENSE= GPLv3
+BROKEN= fails to configure, non ascii char in position 820 of long_description
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonpickle>0:devel/py-jsonpickle@${PY_FLAVOR}