Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37423693
en ru br
Репозитории ALT
5.1: 0.45.0-alt1
4.1: 0.21.0-alt1.1
4.0: 0.21.0-alt1
www.altlinux.org/Changes

Группа :: Разработка/Python
Пакет: python-module-logilab-common

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: python-module-logilab-common
Version: 0.45.0
Release: alt1

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

BuildArch: noarch

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

Packager: Andrey Rahmatullin <wrar at altlinux.ru>

%py_requires mx.DateTime
%add_python_req_skip Pyro

%setup_python_module logilab-common

%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

%build
rm corbautils.py
%python_build

%install
%python_install
install -pD -m644 doc/pytest.1 %buildroot%_man1dir/pytest.1
rm -rf %buildroot%python_sitelibdir/logilab/common/test

%files
%_bindir/pytest
%python_sitelibdir/logilab/
%python_sitelibdir/*.egg-info
%_man1dir/*
%doc ChangeLog README

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin