Package: python-sfml / 2.2~git20150611.196c88+dfsg-7
Metadata
Package | Version | Patches format |
---|---|---|
python-sfml | 2.2~git20150611.196c88+dfsg-7 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
02_disable cython headers.patch | (download) |
setup.py |
1 0 + 1 - 0 ! |
do not distribute cython and c headers |
03_disable intersphinx.patch | (download) |
doc/source/conf.py |
6 3 + 3 - 0 ! |
disable intersphinx This is disabled as it requires network access during the build |
04_Use anonymous cdef enum in style.pxd Fixes 119.patch | (download) |
include/libcpp/style.pxd |
2 1 + 1 - 0 ! |
[patch] use anonymous cdef enum in style.pxd (fixes: #119) [jcowgill: backported to version in Debian] |
05_doc ftbfs.patch | (download) |
doc/source/examples.rst |
2 2 + 0 - 0 ! |
[patch] fix documentation build failure with sphinx 1.4 Sphinx 1.4 added a new warning which is emitted if it fails to syntax highlight a block of code. This warning causes the documentation to fail to build with this error because the code cannot be parsed as python: Warning, treated as error: /<builddir>/doc/source/examples.rst:69: WARNING: Could not lex literal_block as "python". Highlighting skipped. This commit sets the correct syntax highlighting language so the code can be parsed and the warning isn't emitted. [jcowgill: see https://github.com/Sonkun/python-sfml/pull/133] |
06_fix sphinx rtype.patch | (download) |
doc/source/api/audio.rst |
4 2 + 2 - 0 ! |
fix sphinx rtype Fixes FTBFS with recent versions of Sphinx which treat the following warning as an error: "more than one target found for cross-reference u'string': sfml.graphics.Text.string, sfml.network.IpAddress.string". |