svn commit: r486480 - head/www/py-python-digitalocean
Antoine Brodin
antoine at FreeBSD.org
Sun Dec 2 20:21:04 UTC 2018
Author: antoine
Date: Sun Dec 2 20:21:03 2018
New Revision: 486480
URL: https://svnweb.freebsd.org/changeset/ports/486480
Log:
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
Modified:
head/www/py-python-digitalocean/Makefile
Modified: head/www/py-python-digitalocean/Makefile
==============================================================================
--- head/www/py-python-digitalocean/Makefile Sun Dec 2 20:18:48 2018 (r486479)
+++ head/www/py-python-digitalocean/Makefile Sun Dec 2 20:21:03 2018 (r486480)
@@ -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}
More information about the svn-ports-head
mailing list