Commit Graph

4 Commits

Author SHA1 Message Date
songwenping 10d7895df7 Remove translation sections from setup.cfg
These translation sections are not needed anymore,
Babel can generate translation files without them.

Change-Id: I0dbcb9c497144a248aefff0355d03dd7cddc77c9
2020-08-06 15:25:54 +00:00
Monty Taylor 06d26d1ce5 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 96d78a1194 Merge Distutils.Extra changes for automating translation message catalog compilation 2011-02-14 11:04:45 -05:00
Monty Taylor 63c558699f Added babel/gettext build support. 2011-01-10 11:26:38 -08:00