Package: python-pbcore / 1.2.11+dfsg-1

Metadata

Package Version Patches format
python-pbcore 1.2.11+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
doc theme.patch | (download)

doc/conf.py | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 use default sphinx theme for documentation
 The upstream's original theme includes their corporate
 logo. To be safe, this patch ignores it and configures
 the documentation builder to use the default theme.
enable build time testing.patch | (download)

setup.cfg | 3 3 + 0 - 0 !
setup.py | 1 1 + 0 - 0 !
2 files changed, 4 insertions(+)

 modify setuptools configuration to use nosetests
 Configure nose setuptools configuration as described in
 https://nose.readthedocs.org/en/latest/setuptools_integration.html
 and the manpage for the executable
remove unnecessary cython dep.patch | (download)

requirements.txt | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove cython from requirements.txt
 Upstream now reads build dependencies from this file,
 but Cython isn't needed and setup.py therefore tries
 to download it (unsuccessfully).
deprecate dataset.patch | (download)

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

 pbdataset was moved to another package
ignore pyxb.patch | (download)

pbcore/io/dataset/DataSetXsd.py | 6 3 + 3 - 0 !
pbcore/io/dataset/_pbbase.py | 6 3 + 3 - 0 !
pbcore/io/dataset/_pbmeta.py | 6 3 + 3 - 0 !
pbcore/io/dataset/_pbrk.py | 6 3 + 3 - 0 !
pbcore/io/dataset/_pbsample.py | 6 3 + 3 - 0 !
requirements-dev.txt | 2 1 + 1 - 0 !
6 files changed, 16 insertions(+), 16 deletions(-)

 ignore hard-coded pyxb version check
 Upstream does not really care to keep up with pyxb versions
 (see https://github.com/PacificBiosciences/pbcore/pull/105/commits/2b2782e68a0117e0844279a001a010376e18b644)
 Dataset is not an interesting part of pbcore either. Disabling the hardcoded
 version check, the test suite still passes.