-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
offlineimap python2 fix #233
Conversation
ardrabczyk
commented
Aug 4, 2024
- network/offlineimap: Install with python2
- python/python2-six: Added (Python 2 and 3 compatibility utilities)
- network/offlineimap: Add python2-six dependency
Signed-off-by: Matteo Bernardini <[email protected]>
offlineimap works only with python2 so the correct name of the interpreter has to be used here explicitly since `python` symlink points to python3 since https://git.slackware.nl/current/commit/?id=0cbf4c3859f23aa741e63823bc1e46377a9e4a9f Signed-off-by: Arkadiusz Drabczyk <[email protected]>
Needed for network/offlineimap. Slackware stock installation provides only version for python3. It was previously present as python/six but got removed since it was added to Slackware but now only python3 version is provided by the stock installation. Signed-off-by: Arkadiusz Drabczyk <[email protected]>
Signed-off-by: Arkadiusz Drabczyk <[email protected]>
reverse dependencies - network/offlineimapNone |
reverse dependencies - python/python2-sixNone |
✅ sbolint - python/python2-six ✅
|
✅ sbolint - network/offlineimap ✅
|
@Ponce will you solve the conflict or should I restore offlineimap myself? Or maybe you don't want to merge this PR? |
I added python2-six and reinstated offlineimap: as offlineimap is dead an offlineimap3 is maintained I would have preferred to have an offlineimap3 script. |
But why should it be removed? Here https://lists.slackbuilds.org/pipermail/slackbuilds-users/2024-July/029557.html it says that the policy is to keep packages that have been abandoned by upstream as long as they build and work. |
yes that says that it should not be necessarily removed if it's not maintained anymore upstream. |