svn commit: r486482 - head/devel/py-num2words

Antoine Brodin antoine at FreeBSD.org
Sun Dec 2 20:22:58 UTC 2018


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
 


More information about the svn-ports-all mailing list