Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37041735
en ru br
ALT Linux repos
S:0.8.19-alt1
5.0: 0.8.17-alt0.1.1
4.1: 0.8.17-alt0.1.1
4.0: 0.8.17-alt0.1

Group :: Development/Other
RPM: pychecker

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: pychecker
Version: 0.8.17
Release: alt0.1

Summary: Tool for finding bugs in Python source code

License: BSD-like
Group: Development/Other
Url: http://pychecker.sourceforge.net/

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://dl.sf.net/pychecker/%name-%version.tar.bz2

BuildArch: noarch

# manually removed: eric gnustep-base libobjc-lf2 libqt4-core  sope-appserver

# Automatically added by buildreq on Tue Jan 31 2006 (-bi)
BuildRequires: python-base python-dev python-modules-compiler python-modules-encodings

%description
PyChecker is a tool for finding bugs in Python source code. It finds
problems that are typically caught by a compiler for less dynamic
languages, like C and C++.

%prep
%setup -q

%install
%__python ./setup.py install \
--optimize=2 \
--root=%buildroot

echo -e '#!/bin/sh
/usr/bin/env %__python %python_sitelibdir/pychecker/checker.pyc "$ at "
' > %buildroot%_bindir/%name

%files
%doc README CHANGELOG MAINTAINERS KNOWN_BUGS TODO pycheckrc
%attr(755,root,root) %_bindir/%name
%python_sitelibdir/%name


%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin