CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/07/04 14:53:31
Modified files:
textproc/py-unidecode: Makefile distinfo
textproc/py-unidecode/pkg: PLIST
Log message:
Update textproc/py-unidecode 1.0.23 -1.1.1
>From the changelog:
* Fix tests failing on PyPy 7.1.1
* Add more Latin letter variants in U+1F1xx page.
* Make it possible to use the Unidecode command-line utility via
"python -m unidecode" (thanks to Jon Dufresne)
* General clean up of code and documentation (thanks to Jon Dufresne)
Moved package to PERMIT_PACKAGE and removed now-extraneous setting of
LC_CTYPE (lang/python module does that now by default).
OK sthen@