Summary: | [NEW PORT] converters/py-text-unidecode: Most basic port of Perl's Text::Unidecode module | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Kai Knoblich <kai> | ||||
Component: | Individual Port(s) | Assignee: | Martin Wilke <miwi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | miwi, python | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | https://pypi.org/project/text-unidecode/ | ||||||
Attachments: |
|
A commit references this bug: Author: miwi Date: Sat Jul 28 12:03:07 UTC 2018 New revision: 475529 URL: https://svnweb.freebsd.org/changeset/ports/475529 Log: text-unidecode is the most basic port of the Text::Unidecode Perl library. There are other Python ports of Text::Unidecode (unidecode and isounidecode). unidecode is GPL, isounidecode uses too much memory, and it didn't support Python 3 when this package was created. WWW: https://github.com/kmike/text-unidecode PR: 229439 Submitted by: freebsd_ports@k-worx.org Sponsored by: iXsystems Inc. Changes: head/converters/Makefile head/converters/py-text-unidecode/ head/converters/py-text-unidecode/Makefile head/converters/py-text-unidecode/distinfo head/converters/py-text-unidecode/pkg-descr |
Created attachment 194802 [details] py-text-unidecode.patch Hello, attached is the patch that adds converters/py-text-unidecode, which strives to be the most basic port of the Text::Unidecode Perl library. There are other Python ports of Text::Unidecode (unidecode and isounidecode). unidecode is GPL, isounidecode uses too much memory, and it didn't support Python 3 when this package was created. QA: ~~~ - poudriere (11.2-RELEASE amd64 + i386) for each py27 + py36 flavor -> OK - portlint -> OK