Using the gutsy diff (since they are using PyQwt 4.2.2) I was able to make a package using: patch -p0 < pyqwt_4.2.2-1.diff && tar zxvf PyQwt-4.2.2.tar.gz -C pyqwt-4.2.2 && cd pyqwt-4.2.2 && chmod +x debian/rules && fakeroot debian/rules binary
It works for python 2.5 as long as the dependencies are satisfied, there are many (sip4, qt sip bindings, etc. etc.). The build seems to break for python 2.4 but that seems like it should be expected (unless gutsy somehow has it working) according to the pyqwt web site and their dependency list. It would be nice if this same package was available for all the python 2.5 pyqwt users, since feisty decided to make python 2.5 the default. -- pyqwt on feisty requires python 2.4 (unable to work with python 2.5) https://bugs.launchpad.net/bugs/137155 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
