Ravenports generated: 30 Nov 2020 05:18
[ravenports.git] / bucket_D0 / python-polib
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-polib
4 VERSION=                1.1.0
5 KEYWORDS=               python
6 VARIANTS=               py38 py37
7 SDESC[py37]=            Library to manipulate gettext files (PY37)
8 SDESC[py38]=            Library to manipulate gettext files (PY38)
9 HOMEPAGE=               none
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPIWHL/30/a2/e407c3b00cace3d7fc8df14d364deeecfeb96044e1a317de583bc26eae58
14 DISTFILE[1]=            polib-1.1.0-py2.py3-none-any.whl:main
15 DF_INDEX=               1
16 SPKGS[py37]=            single
17 SPKGS[py38]=            single
18
19 OPTIONS_AVAILABLE=      PY38 PY37
20 OPTIONS_STANDARD=       none
21 VOPTS[py37]=            PY38=OFF PY37=ON
22 VOPTS[py38]=            PY38=ON PY37=OFF
23
24 DISTNAME=               polib-1.1.0.dist-info
25
26 GENERATED=              yes
27
28 [PY37].BUILD_DEPENDS_ON=                python-pip:single:py37
29 [PY37].USES_ON=                         python:py37,wheel
30
31 [PY38].BUILD_DEPENDS_ON=                python-pip:single:py38
32 [PY38].USES_ON=                         python:py38,wheel
33
34 [FILE:3377:descriptions/desc.single]
35
36 =====
37 polib
38 =====
39
40 .. image:: https://img.shields.io/pypi/dm/polib.svg
41     :alt: Downloads
42
43 .. image:: https://img.shields.io/pypi/pyversions/polib.svg
44     :alt: Supported Python versions
45
46 .. image:: https://img.shields.io/pypi/status/polib.svg
47     :alt: Development Status
48
49 .. image:: https://img.shields.io/pypi/l/polib.svg
50     :alt: License
51
52 polib is a library to manipulate, create, modify gettext files (pot, po and
53 mo
54 files). You can load existing files, iterate through it's entries, add,
55 modify
56 entries, comments or metadata, etc... or create new po files from scratch.
57
58 polib supports out of the box any version of python ranging from 2.5 to
59 latest
60 3.X version.
61
62 polib is pretty stable now and is used by many 
63 [opensource projects].
64
65 The project code and bugtracker is hosted on 
66 [Bitbucket]. 
67
68 polib is generously documented, you can [browse the documentation online 
69 ], a good start is to read 
70 [the quickstart guide ].
71
72 Thanks for downloading polib !
73
74 =========
75 Changelog
76 =========
77
78 Version 1.1.0 (2017/11/27)
79 --------------------------
80  - Fixed entries sorting when generating mo file (Fixes #78)
81  - Fixed find method (Fixes #84)
82  - Refactored POEntry.__cmp__ method (this should fix issues #60, #65 and
83 #79)
84  - Fixed duplicated entries when merging po file with pot file (fixes #68)
85  - Fixed "None" string being outputted when polib deals with syntax error
86 in string (Fixes issue #66)
87  - Added a fuzzy property to entries (Fixes #76)
88  - Take into account the message context when comparing entries
89  - Leave occurence untouched if line number is not a number (fixes #80 and
90 #90)
91  - Fixed test for mo files that was failing because since gettext version
92 0.19.8.1, msgfmt skips the "POT-Creation-Date" metadata entry (Fixes #86)
93  - Fixed major revision number comparison
94  - Dropped python 2.4 support
95
96 Version 1.0.8 (2016/11/21)
97 --------------------------
98  - Fixed issue #70 (occurrences parsing for windows pathes)
99  - Fixed issue #71 (tcomment and flags not saved for obsolete entries)
100  - Fixed issue #72 (wrong metadata ordering)
101  - Fixed issue #73 (can't always unpickle POFile)
102  - Use natural sorting for additional headers (metadata)
103  - Fixed typos in various documents
104
105 Version 1.0.7 (2015/07/08)
106 --------------------------
107  - Fixed bad parsing of indented msgstr_plural
108  - Fixed ordering of "Language" metadata entry
109  - Removed space after "#" in header if comment line is empty (like gettext
110 tools)
111  - Fixed typos / grammar errors (thanks Jakub Wilk)
112  - Take into account msgid_plural if needed when comparing entries (thanks
113 Leonardo Constantino Oliveira)
114  - Fixed issue #63 (str() on a bytes instance when using python3) (thanks
115 Jakub Wilk)
116
117 Version 1.0.6 (2015/01/04)
118 --------------------------
119  - Wheel support
120  - Add missing 'Language' and 'Plural-Forms' to metadata ordering
121  - More accurate float operation for POFile.percent_translated()
122
123 Version 1.0.5 (2014/08/22)
124 --------------------------
125  - Fixed issue #59: tokens variable referenced before assignment
126  - Implemented feature request #56: line number information in PO entries
127  - Fixed issue #61: polib does not handle previous msgid on multilines
128 properly
129
130 Version 1.0.4 (2014/02/19)
131 --------------------------
132  - Fixed issue #43: improved check that determine if polib is dealing with
133 a filepath or unicode content
134  - Fixed issue #44: polib now checks MO files revision number and throws an
135
136
137 [FILE:111:distinfo]
138 93b730477c16380c9a96726c54016822ff81acfa553977fdd131f2b90ba858d7        25695 polib-1.1.0-py2.py3-none-any.whl
139