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 file
Patch File delta Description
02_disable cython headers.patch | (download)

setup.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 do not distribute cython and c headers
03_disable intersphinx.patch | (download)

doc/source/conf.py | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [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 !
1 file changed, 2 insertions(+)

 [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 !
doc/source/api/graphics.rst | 2 1 + 1 - 0 !
doc/source/api/window.rst | 2 1 + 1 - 0 !
3 files changed, 4 insertions(+), 4 deletions(-)

 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".