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

Группа :: Разработка/Python
Пакет: python-module-egenix-mx-base

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

%define version 2.0.6
%define release alt1
%setup_python_module egenix-mx-base

Summary: eGenix mx-Extensions for Python - BASE package
Name: %{packagename}
Version: %{version}
Release: %{release}
Source0: %{modulename}-%{version}.tar.gz
License: Copyright (c) 1997-2000, Marc-Andre Lemburg, All Rights Reserved; Copyright (c) 2000-2001, eGenix.com Software GmbH, All Rights Reserved
Group: Development/Python
Prefix: %{_prefix}
Vendor: Marc-Andre Lemburg <mal at egenix.com>
Url: http://www.egenix.com/files/python/eGenix-mx-Extensions.html
Obsoletes: egenix-mx-base < 2.0.3-alt8
Provides: egenix-mx-base  = %{version}

%description
The eGenix mx Extension Series are a collection of
Python extensions written in ANSI C and Python
which provide a large spectrum of useful additions
to everyday Python programming.

The BASE package includes the Open Source subpackages
of the series and is needed by all other add-on
packages of the series.

This software is brought to you by eGenix.com and
distributed under the eGenix.com Public License.

The following subpackages are included in the BASE package:  
 mxDateTime - Generic Date/Time Types
 mxTextTools - Fast Text Processing Tools
 mxStack - Fast and Memory-Efficient Stack Type
 mxTools - Collection of Additional Builtins
 mxProxy - Generic Proxy Wrapper Type
 mxBeeBase - On-disk B+Tree Based Database Kit

%prep
%setup  -q -n %modulename-%version

%build
env CFLAGS="$RPM_OPT_FLAGS" %__python setup.py build

%install
%__python setup.py install --root=$RPM_BUILD_ROOT --optimize=2 --record=INSTALLED_FILES

grep -v /usr/doc INSTALLED_FILES |
grep -v TextTools/mxTextTools/test.py |
grep -v BeeBase/showBeeDict.py |
grep -v Misc/FileLock.py |
grep -v Stack/stackbench.py |
grep -v mx/Doc |
grep -v "mx/.*/Doc" |
grep -v Queue/queuebench.py > installed_files

# Какая-то ошибка в поиске зависимостей

%add_python_req_skip Constants

%files -f installed_files
%defattr(-,root,root)
%doc README mx/Doc/*

%changelog

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

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