Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
02_disable-cython-headers.patch | Do not distribute Cython and C headers | James Cowgill <james410@cowgill.org.uk> | no | |||
03_disable-intersphinx.patch | disable intersphinx This is disabled as it requires network access during the build | James Cowgill <james410@cowgill.org.uk> | no | 2013-10-27 | ||
04_Use-anonymous-cdef-enum-in-style.pxd-Fixes-119.patch | [PATCH] Use anonymous cdef enum in style.pxd (Fixes: #119) [jcowgill: backported to version in Debian] |
James Cowgill <james410@cowgill.org.uk> | no | 2015-09-24 | ||
05_doc-ftbfs.patch | [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] |
James Cowgill <james410@cowgill.org.uk> | no | 2016-06-30 | ||
06_fix-sphinx-rtype.patch | 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". |
Graham Inggs <ginggs@debian.org> | no | 2017-05-29 |