Commit Graph

4 Commits

Author SHA1 Message Date
Andreas Jaeger 5c01be7bf3 Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can
generate translation files without them.

Remove babel.cfg as well, this is the default role and not needed
anymore.

Change-Id: I4d1665f1442b15c0efe3c9c8b04d0f5226902b0c
2020-04-26 13:42:59 +02:00
Monty Taylor 4a4c274c83 Get rid of distutils.extra.
We moved to DistUtilsExtra because it promised a more automatic workflow
from setup.py. It doesn't actually deliver though, and it also vomits
warnings during setup.py usage, and also breaks pip integration.

So this is going back to babel. Mostly folks shouldn't need to know
anything about this. We'll need to update the translations import
jobs in Jenkins, and we might need to add a corresponding translations
upload job that runs post-merge.

Translations installation doesn't fully work - but it actually wasn't fully
working before. Getting this part of the project done now though is a
pre-requisite for using tox for multi-python testing (tox starts by
creating an sdist tarball and then installing it into the venv, which
is just 100% broken with DistUtilsExtra)

Change-Id: I126e1bcfab0656eab6ca10de67d3d2aaa8b844f3
2012-02-08 19:30:39 -08:00
jaypipes@gmail.com 3e412a5f34 Merge Distutils.Extra changes for automating translation message catalog compilation 2011-02-14 11:04:45 -05:00
Monty Taylor 00808c08c6 Added babel/gettext build support. 2011-01-10 11:26:38 -08:00