1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
python-cobra for Debian
-----------------------
* Building documentation now requires the sphinx extension "napoleon". It
is bundled in Sphinx 1.3 (which is currently in Debian's experimental
branch). To work with Sphinx <=1.2, it must be installed separately [1], but
it is not available in such a package in Debian. For this reason,
documentation is not built in current versions of this package. The
commit that disables this building should be reverted when sphinx 1.3
enters unstable.
1. https://pypi.python.org/pypi/sphinxcontrib-napoleon
* This python package has one Cython module, breaking
architecture-independence. While the Cython module is not /required/,
it is highly recommended, so I have the packages build it. This may be the
only architecture-dependent file in the distribution, though.
* To minimize wasting of space, documentation and architecture-independent/
Python version-independent data files are distributed in the package
python-cobra-data.
-- Afif Elghraoui <afif@ghraoui.name>, Thu, 9 Jul 2015 21:20:19 -0700
|