Bug 229439 - [NEW PORT] converters/py-text-unidecode: Most basic port of Perl's Text::Unidecode module
Summary: [NEW PORT] converters/py-text-unidecode: Most basic port of Perl's Text::Unid...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Martin Wilke
URL: https://pypi.org/project/text-unidecode/
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-30 22:03 UTC by Kai Knoblich
Modified: 2018-07-28 12:04 UTC (History)
2 users (show)

See Also:


Attachments
py-text-unidecode.patch (2.50 KB, patch)
2018-06-30 22:03 UTC, Kai Knoblich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Knoblich freebsd_committer freebsd_triage 2018-06-30 22:03:52 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-07-28 12:04:09 UTC
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