Edit

IABSD.fr/ports/textproc/py-unidecode

Branch :

  • Show log

    Commit

  • Author : kmos
    Date : 2019-07-04 20:53:31
    Hash : 8e64b3de
    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@