Package: python-pypump Version: 0.7-5 Severity: grave Justification: renders package unusable
This package does not work at all and has a popcon of 3 ... maybe it's releated. --- $ pypump-shell You need to have ipython installed to run this $ When we look at the code, we see a "six.print_("; that denotes Python2.5/2.6 hybridation... -> smells bad > try: > from IPython import embed > from IPython.config.loader import Config > except ImportError: > six.print_("You need to have ipython installed to run this") > sys.exit(1) Now running the import by hand: tchet@quieter:~/deb/python-pypump$ python3 Python 3.12.8 (main, Dec 13 2024, 13:19:48) [GCC 14.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from IPython import embed from IPython.config.loader import Config >>> from IPython.config.loader import Config Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'IPython.config' >>> Otherwise the package is now refreshed and should be easy to patch. Greetings