Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37531741
en ru br
ALT Linux repositórios
5.0: 0.37.0-alt1
4.1: 0.21.0-alt1.1
4.0: 0.21.0-alt1

Group :: Desenvolvimento/Python
RPM: python-module-logilab-common

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define name logilab-common
%define version 0.37.0
%define release alt1

%setup_python_module %name

Name: %packagename
Version: %version
Release: %release

Summary: Useful miscellaneous modules used by Logilab projects
License: GPLv2+
Group: Development/Python

BuildArch: noarch

Url: http://www.logilab.org/project/logilab-common
Source: %modulename-%version.tar.gz

Packager: Andrey Rahmatullin <wrar at altlinux.ru>

%py_requires mx.DateTime

%description
logilab-common is a collection of low-level Python packages and modules,
designed to ease:
 * handling command line options and configuration files
 * writing interactive command line tools
 * manipulation files and character strings
 * interfacing to OmniORB (removed by packager)
 * generating of SQL queries
 * running unit tests
 * manipulating tree structures
 * accessing RDBMS (currently postgreSQL, mysql and sqlite)
 * generating text and HTML reports
 * logging

%prep
%setup -n %modulename-%version

%build
rm corbautils.py
env CFLAGS="%optflags" %__python setup.py build

%install
%__python setup.py install --root=%buildroot --optimize=2 --record=INSTALLED_FILES
install -pD -m644 doc/pytest.1 %buildroot%_man1dir/pytest.1
grep -v test/ INSTALLED_FILES > INSTALLED_FILES2
rm -rf %buildroot%python_sitelibdir/logilab/common/test

%files -f INSTALLED_FILES2
%doc ChangeLog README
%python_sitelibdir/logilab/__init__.py*
%_man1dir/*

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009