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

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

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

%define version 1.4.2
%define release alt1
%setup_python_module pyparsing

Summary: Python parsing module
Name: %packagename
Version: %version
Release: %release
Source0: %modulename-%version.tar.gz
License: MIT License
Group: Development/Python
BuildArch: noarch
URL: http://pyparsing.sourceforge.net/

%description
The parsing module is an alternative approach to creating and executing
simple grammars, vs. the traditional lex/yacc approach, or the use of
regular expressions.  The parsing module provides a library of classes
that client code uses to construct the grammar directly in Python code.

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

%build
%__python setup.py build

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

%files -f INSTALLED_FILES
%doc CHANGES examples HowToUsePyparsing.html htmldoc/* pyparsingClassDiagram.JPG pyparsingClassDiagram.PNG README

%changelog

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

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