Portage 2.1.1-r2 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.4-r4, 2.6.18-gentoo-r2 i686) ================================================================= System uname: 2.6.18-gentoo-r2 i686 Intel(R) Celeron(TM) CPU 1300MHz Gentoo Base System version 1.12.6 Last Sync: Sat, 16 Dec 2006 08:00:01 +0000 app-admin/eselect-compiler: [Not Present] dev-java/java-config: 1.3.7, 2.0.30 dev-lang/python: 2.4.3-r4 dev-python/pycrypto: 2.0.1-r5 dev-util/ccache: [Not Present] dev-util/confcache: [Not Present] sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.60 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2 sys-devel/binutils: 2.16.1-r3 sys-devel/gcc-config: 1.3.14 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.17-r2 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=pentium3 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb /var/bind" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c" CXXFLAGS="-O2 -march=pentium3 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig buildpkg distlocks fixpackages metadata-transfer parallel-fetch sandbox sfperms strict userfetch userpriv usersandbox" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/portage/local/layman/minas-tirith" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="x86 7zip X aac acpi adns alsa amd apache2 apm ares bacula-split-init bash-completion berkdb binary-drivers bitmap-fonts bzip2 cairo caps cddb cdparanoia cdr cdrom cdsound clamav clamd cli cracklib crypt cscope csv cups curl dlloader doc dovecot-sasl dri dvd dvdread elibc_glibc examples extramodules fat flac font-server fontconfig foomaticdb fortran gd gdbm gif glade glitz glut gnutls gpm graphviz gs gtk gtk2 gtkhtml i8x0 ibam iconv id3 idea ident idled ieee1394 imap innodb input_devices_evdev input_devices_keyboard input_devices_mouse insecure-savers iodbc ipod iproute2 ipv6 isdnlog itcl ithreads jack jack-tmpfs java java5 jce jpeg kernel_linux lame ldap libg++ libwww logrotate logwatch lua lzo lzw mad maildir mbox mixer mmap mod_python modperl modplug motif mp3 mp4 mp4live mplayer multiuser music musicbrainz mysql mysqli ncurses net netpbm netserver nfs nls nptl nptlonly nsplugin nspr ntp ocaml odbc offensive ogg openssl opensslcrypt pam pango pcap pcapnav pcmcia pcre pdf perl pg-hier pg-intdatetime php png posix postfix postgres ppds pppd procmail ps psyco python pyx rar rc5 rdesktop readline real recode reflection reiserfs rewrite rfkill rpm rss ruby samba sasl screen sdl sdl-sound sdlaudio sendfile serial server session sftp sftplogging sguil sitemisc smarty sndfile snmp socks5 sox speedo speex spf spl sqlite sqlite3 srvdir sse sse-filters sse2 ssl subversion svg svn-mirror swat swig sysfs syslog sysvipc taglib tagwriting tcl tcltk tcpd tcpmd5 themes theora thesaurus threads tidy tiff timestats timidity tk tools totem truetype truetype-fonts type1 type1-fonts udev unicode unzip urandom usb userland_GNU vcd vda video_cards_apm video_cards_ark video_cards_ati video_cards_chips video_cards_cirrus video_cards_cyrix video_cards_dummy video_cards_fbdev video_cards_glint video_cards_i128 video_cards_i740 video_cards_i810 video_cards_imstt video_cards_mga video_cards_neomagic video_cards_nsc video_cards_nv video_cards_rendition video_cards_s3 video_cards_s3virge video_cards_savage video_cards_siliconmotion video_cards_sis video_cards_sisusb video_cards_tdfx video_cards_tga video_cards_trident video_cards_tseng video_cards_v4l video_cards_vesa video_cards_vga video_cards_via video_cards_vmware video_cards_voodoo vim vim-pager vim-syntax virus-scan vnc vorbis vroot wifi win32codecs wireshark wma wmp wxwindows xine xinerama xinetd xml xorg xscreensaver xslt xterm yiff zip zlib" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
Created attachment 104131 [details] Ebuild for psycopg-2.0.5.1
FYI, upstream is recommending psycopg-2.0.5.1 for general use. From http://www.initd.org/pub/software/psycopg/ChangeLog, here are the fixes vs. 2.0.2: 2006-09-02 Federico Di Gregorio <fog@initd.org> * Release 2.0.5.1. * psycopg/cursor_type.c: applied patch from Jason Erickson to build on MSVC and older gcc. 2006-09-01 Federico Di Gregorio <fog@initd.org> * Release 2.0.5. * Fixed patch from #119, see tracker for details. * Preparing release 2.0.5. * psycopg/psycopgmodule.c: fixed filling of connection errors to include OperationalError. * setup.py: removed pydatetime option from initialize_options to make sure that the value in setup.cfg is used. * psycopg/psycopgmodule.c: applied patch from jdahlin (#120) to have .connect() accept either a string or int as the port parameter. * psycopg/adapter_binary.c: applied patch from jdahlin (#119) to fix the segfault on empty binary buffers. * psycopg/connection_type.c: added .status attribute to expose the internal status. * psycopg/pqpath.c: applied patch from intgr (#117) to fix segfault on null queries. * psycopg/cursor_type.c: applied patch from intgr (#116) to fix bad keyword naming and segfault in .executemany(). * ZPsycopgDA/DA.py: applied ImageFile patch from Charlie Clark. * lib/pool.py: applied logging patch from Charlie Clark. It will probably get a makeup and be moved to the top-level module later. 2006-08-02 Federico Di Gregorio <fog@initd.org> * Release 2.0.4. * Fixed bug in float conversion (check for NULL string was erroneously removed in 2.0.3!) 2006-07-31 Federico Di Gregorio <fog@initd.org> * Release 2.0.3. * psycopg/cursor_type.c: applied patch from jbellis (#113) to allow column selection in .copy_from(). * psycopg/psycopgmodule.c: fixed memory leak in custom exceptions (applied patch from #114). 2006-07-26 Federico Di Gregorio <fog@initd.org> * psycopg/adapter_datetime.c (pydatetime_str): fixed error in conversion of microseconds for intervals and better algo (thanks to Mario Frasca.) 2006-06-18 Federico Di Gregorio <fog@initd.org> * psycopg/adapter_binary.c: same as below. * psycopg/adapter_qstring.c: does not segfault anymore if .getquoted() is called without preparing the qstring with the connection. 2006-06-15 Federico Di Gregorio <fog@initd.org> * psycopg/typecast_basic.c: fixed problem with bogus conversion when importing gtk (that was crazy, I didn't understand why it happened but the new code just fixes it.) * ZPsycopgDA/db.py: better type analisys, using an hash instead of a series of if (variation on patch from Charlie Clark.)
Done.