Package: python-pyvcf / 0.6.8+git20170215.476169c-11
Metadata
Package | Version | Patches format |
---|---|---|
python-pyvcf | 0.6.8+git20170215.476169c-11 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
fix setuptools.patch | (download) |
setup.py |
3 0 + 3 - 0 ! |
remove use_2to3 option and languages python 2 and 2.7 from setuptools |
2to3.patch | (download) |
docs/conf.py |
12 6 + 6 - 0 ! |
convert python2 syntax to python3 |
quitechar.patch | (download) |
vcf/parser.py |
2 1 + 1 - 0 ! |
fix 'typeerror: "quotechar" must be a 1-character string' |
replace pkg resources with importlib.patch | (download) |
scripts/vcf_filter.py |
4 2 + 2 - 0 ! |
replace deprecated pkg_resources usage with importlib.metadata |
replace distutils with setuptools.patch | (download) |
setup.py |
3 1 + 2 - 0 ! |
use setuptools instead of deprecated distutils |
use raw strings for regex.patch | (download) |
vcf/parser.py |
4 2 + 2 - 0 ! |
use raw strings in regex to prevent invalid escape sequences |