Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74371 - pylint version bumps
Summary: pylint version bumps
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-14 05:54 UTC by Marien Zwart (RETIRED)
Modified: 2004-12-19 17:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to make pylint 0.4.2 depend on optik or python 2.3 (pylint-0.4.2.patch,421 bytes, patch)
2004-12-14 05:56 UTC, Marien Zwart (RETIRED)
Details | Diff
patch to pylint 0.5.0 DEPEND (pylint-0.5.0.patch,458 bytes, patch)
2004-12-14 05:57 UTC, Marien Zwart (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marien Zwart (RETIRED) gentoo-dev 2004-12-14 05:54:42 UTC
The latest pylint in portage is 0.4.0, but upstream has both a new 0.4.2 stable release and a 0.5.0 development release. 

0.4.2 should probably be added. The current ebuild works for that, but I fixed a dependency: optik is only needed if python 2.3 is not available.

I'm not sure if 0.5.0 should go in too, it seems to have some quirks (it gives me a traceback if I run it without any input files for instance). I haven't used this one much. If it does go in, it needs logilab-common-0.7.1, which works with the logilab-common-0.5.0 ebuild.

Attaching ebuild patches.

Reproducible: Always
Steps to Reproduce:
1. emerge pylint
2.
3.

Actual Results:  
get an outdated version.

Expected Results:  
get an up-to-date version

Portage 2.0.51-r8 (default-linux/x86/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r0,
2.6.9-gentoo-r9-m1 i686)
=================================================================
System uname: 2.6.9-gentoo-r9-m1 i686 AMD Athlon(tm) XP 2600+
Gentoo Base System version 1.6.7
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Nov  8 2004, 18:55:58)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.8.5-r2, 1.5, 1.4_p6, 1.6.3, 1.7.9, 1.9.3
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r1
virtual/os-headers:  2.6.8.1-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer -fweb -frename-registers"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer -fweb -frename-registers"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig candy ccache distlocks noauto sandbox sfperms
userpriv usersandbox"
GENTOO_MIRRORS="http://ftp.easynet.nl/mirror/gentoo/
http://www.gigaload.org/gentoo.org/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.nl.gentoo.org/gentoo-portage"
USE="3dnow 3dnowex X alsa ansi apm avi bitmap-fonts cdr crypt dga edl emacs f77
faad fbcon flac foomaticdb fortran gnome gstreamer gtk2 imagemagick javascript
jit jpeg libcaca libg++ libwww maildir md5sum mikmod mmx mmx2 mng mozdevelop
mozsvg mpeg ncurses nethack network nls nntp no-old-linux no_wxgtk1 nptl
nptlonly oggvorbis pam png python qemu-fast quicktime readline real rtc softmmu
spell sse ssl svg tetex truetype unicode userlocales x86 xml2 xv zlib"
Comment 1 Marien Zwart (RETIRED) gentoo-dev 2004-12-14 05:56:21 UTC
Created attachment 45970 [details, diff]
patch to make pylint 0.4.2 depend on optik or python 2.3
Comment 2 Marien Zwart (RETIRED) gentoo-dev 2004-12-14 05:57:38 UTC
Created attachment 45971 [details, diff]
patch to pylint 0.5.0 DEPEND
Comment 3 Bryan Østergaard (RETIRED) gentoo-dev 2004-12-19 17:02:54 UTC
Fixed in cvs, thanks for the updated ebuild.