Bug 1295102 - Review Request: python-wcwidth - Measures number of Terminal column cells of wide-character codes
Summary: Review Request: python-wcwidth - Measures number of Terminal column cells of...
Keywords:
Status: CLOSED DUPLICATE of bug 1295152
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nobody's working on this, feel free to take it
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1295103
TreeView+ depends on / blocked
 
Reported: 2016-01-02 13:43 UTC by Terje Røsten
Modified: 2016-01-03 00:28 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-01-03 00:28:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Terje Røsten 2016-01-02 13:43:35 UTC
spec: https://terjeros.fedorapeople.org/python-wcwidth/python-wcwidth.spec
srpm: https://terjeros.fedorapeople.org/python-wcwidth/python-wcwidth-0.1.5-1.fc23.src.rpm
koji: http://koji.fedoraproject.org/koji/taskinfo?taskID=12380856
fas: terjeros
desc:
This API is mainly for Terminal Emulator implementors, or those
writing programs that expect to interpreted by a terminal emulator and
wish to determine the printable width of a string on a Terminal.

Usually, the length of the string is equivalent to the number of cells
it occupies except that there are are also some categories of
characters which occupy 2 or even 0 cells. POSIX-conforming systems
provide wcwidth(3) and wcswidth(3) of which this modules interface
mirrors precisely.

This library aims to be forward-looking, portable, and most
correct. The most current release of this API is based from Unicode
Standard release files.

Comment 1 Fabio Alessandro Locati 2016-01-02 15:28:37 UTC
I'm working on the same package. My spec is at https://fale.fedorapeople.org/aws/python-wcwidth.spec

My goal is to make it work properly in EL6+ and F22+ (and it does as you can see at https://copr.fedoraproject.org/coprs/fale/aws/build/151138/)

Comment 2 Fabio Alessandro Locati 2016-01-03 00:28:19 UTC
Terje contacted m privately and we agreed on this change

*** This bug has been marked as a duplicate of bug 1295152 ***


Note You need to log in before you can comment on or make changes to this bug.