Please update transifex-client to 0.12.1.
There's also Python 3 support
Please bump this, as Transifex already appears to be sending the following kind of e-mails to people using outdated versions of their client: Hi Jaak Ristioja, We noticed that recently you used an outdated version (0.10) of the client to access Transifex.com. If you would like to take advantage of all the new features that have been implemented in the newer versions, you can visit http://bit.ly/tx-client-install for instructions on how to install the latest one. For any questions you may have, feel free to contact us at https://www.transifex.com/contact/. -- The Transifex Robot
Created PR on github: https://github.com/gentoo/gentoo/pull/1895
commit 584cac93cebbbd29ae3be4b416a4e807511469f8 (HEAD -> master, origin/master, origin/HEAD) Author: Azamat H. Hackimov <azamat.hackimov@gmail.com> AuthorDate: Sun Jul 17 00:24:32 2016 +0500 Commit: Patrice Clement <monsieurp@gentoo.org> CommitDate: Thu Aug 11 10:10:50 2016 +0200 app-i18n/transifex-client: version bump to 0.12.1. Added patch for proper using dev-python/urllib3 and dev-python/six. Gentoo-Bug: https://bugs.gentoo.org/511926 Gentoo-Bug: https://bugs.gentoo.org/586080 Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1895 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> app-i18n/transifex-client/Manifest | 1 + .../transifex-client-0.12.1_urllib3_six.patch | 24 ++++++++++++++++++++++ .../transifex-client-0.12.1.ebuild | 23 +++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 app-i18n/transifex-client/files/transifex-client-0.12.1_urllib3_six.patch create mode 100644 app-i18n/transifex-client/transifex-client-0.12.1.ebuild Commited, thanks!