Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2018 20:22:57 +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: r486482 - head/devel/py-num2words
Message-ID:  <201812022022.wB2KMvt6049859@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Dec  2 20:22:57 2018
New Revision: 486482
URL: https://svnweb.freebsd.org/changeset/ports/486482

Log:
  Mark BROKEN: fails to configure
  
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "setup.py", line 20, in <module>
      LONG_DESC = open('README.rst', 'rt').read() + '\n\n' + \
    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 0xc3 in position 1557: ordinal not in range(128)
  
  Reported by:	pkg-fallout

Modified:
  head/devel/py-num2words/Makefile

Modified: head/devel/py-num2words/Makefile
==============================================================================
--- head/devel/py-num2words/Makefile	Sun Dec  2 20:22:25 2018	(r486481)
+++ head/devel/py-num2words/Makefile	Sun Dec  2 20:22:57 2018	(r486482)
@@ -12,6 +12,8 @@ COMMENT=	Library to convert numbers to words in multip
 
 LICENSE=	LGPL21
 
+BROKEN=		fails to configure, non ascii char in position 1557 of LONG_DESC
+
 USES=		python
 USE_PYTHON=	distutils autoplist
 



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