FS#12711 - fetchmail should be rebuild for python 2.6

Attached to Project: Arch Linux
Opened by Andrea Scarpino (BaSh) - Thursday, 08 January 2009, 14:43 GMT
Last edited by Eric Belanger (Snowman) - Friday, 27 March 2009, 20:32 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Aaron Griffin (phrakture)
Architecture All
Severity Low
Priority Normal
Reported Version None
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
fetchmail should be rebuild with python 2.6:

$ pacman -Ql fetchmail | grep python
fetchmail /usr/lib/python2.5/
fetchmail /usr/lib/python2.5/site-packages/
fetchmail /usr/lib/python2.5/site-packages/fetchmailconf.py
fetchmail /usr/lib/python2.5/site-packages/fetchmailconf.pyc
fetchmail /usr/lib/python2.5/site-packages/fetchmailconf.pyo

Also fetchmail post_install() said:
"If you run fetchmail as a daemon and not a cron job
then 'chown fetchmail /etc/fetchmailrc'"

but fetchmail doesn't provide a fetchmailrc, it use /usr/bin/fetchmailconf to help user to create a fetchmail configuration file in his home directory (or anywhere he want)

I attached my pkgbuild for 6.3.9 version.

Additional info:
* fetchmail 6.3.8

Steps to reproduce:
pacman -S fetchmail
This task depends upon

Closed by  Eric Belanger (Snowman)
Friday, 27 March 2009, 20:32 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in 6.3.8-5
Comment by Allan McRae (Allan) - Tuesday, 17 March 2009, 22:22 GMT
Is it actually broken? "/usr/lib/python2.5/site-packages" is added to python-2.6's site path so this should be fine.
Comment by Gavin Bisesi (Daenyth) - Saturday, 21 March 2009, 15:14 GMT
Status?
Comment by Abhishek Dasgupta (abhidg) - Saturday, 21 March 2009, 15:27 GMT
$ python -c "import sys; print '\n'.join(sys.path)"
/usr/lib/python26.zip
/usr/lib/python2.6
/usr/lib/python2.5/site-packages
/usr/lib/python2.6/plat-linux2
/usr/lib/python2.6/lib-tk
/usr/lib/python2.6/lib-old
/usr/lib/python2.6/lib-dynload
/usr/lib/python2.6/site-packages
/usr/lib/python2.6/site-packages/Numeric
/usr/lib/python2.6/site-packages/gst-0.10
/usr/lib/python2.6/site-packages/gtk-2.0

Loading...