Package: python-memprof / 0.3.4-1
Metadata
Package | Version | Patches format |
---|---|---|
python-memprof | 0.3.4-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
deb_specific__dont_require_argparse.patch | (download) |
setup.py |
4 2 + 2 - 0 ! |
don't require argparse It's included in python by default in >= 2.7 and >= 3.2 . It confuses dh_python3 and it's not really needed for Debian, so just drop the requiremenet. |
for_upstream__Dont_die_with_python_3_4_if_memprof_is_not_yet_inst.patch | (download) |
memprof/__init__.py |
5 4 + 1 - 0 ! |
don't die with python 3.4 if memprof is not yet installed pkg_resources changed behaviour in python 3.4 and now raises DistributionNotFound if the package you're building is not yet installed. When running the testsuite we import memprof in the current directory. However pkg_resources is unable to find it and we fail to get the current version of memprof. Set it to local in order to be able to run the testsuite before installing the package. |
from_upstream__Force_Cython_compilation_by_using_setup_cfg.patch | (download) |
setup.cfg |
2 2 + 0 - 0 ! |
force cython compilation by using setup.cfg |
1