Summary: | app-text/iso-codes: Verify and potentially improve Python-related code | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever> |
Component: | Current packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 308257, 313471 |
Description
Arfrever Frehtes Taifersar Arahesis (RETIRED)
![]() I don't see any installed python files, I'm assuming you check only looks at the sources. I'm checking dependencies etc. Build system sometimes uses iso2pot.py. With Python 3, the following error can happen: ../iso2pot.py --is-version 3.14 \ --comments iso_639_2T_code \ --comments iso_639_1_code \ --fields name --outfile iso_639.pot iso_639.xml File "../iso2pot.py", line 34 self.comment = comment ^ TabError: inconsistent use of tabs and spaces in indentation make[1]: *** [iso_639.pot] Error 1 +*iso-codes-3.16 (17 May 2010) + + 17 May 2010; Gilles Dartiguelongue <eva@gentoo.org> + +iso-codes-3.16.ebuild: + Version bump. Drop unused dependency on python, bug #312107. Dropped dependencies on python. iso2pot.py is executed at make dist time so nothing to worry about for us. Thanks for reporting. |