Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2018 20:21:03 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486480 - head/www/py-python-digitalocean
Message-ID:  <201812022021.wB2KL3G0047106@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812022021.wB2KL3G0047106>