Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37716157
en ru br
ALT Linux repositórios
5.0: 1.4.2-alt1.1
4.1: 1.4.2-alt1.1
4.0: 1.4.2-alt1
3.0: 1.1.2-alt5

Group :: Desenvolvimento/Python
RPM: python-module-pyparsing

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define version 1.1.2
%define release alt5
%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
Prefix: %{_prefix}
BuildArchitectures: noarch
Vendor: Paul McGuire <ptmcg at users.sourceforge.net>
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=$RPM_BUILD_ROOT --optimize=2 --record=INSTALLED_FILES

%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc CHANGES examples HowToUsePyparsing.html htmldoc/* pyparsingClassDiagram.JPG pyparsingClassDiagram.PNG README

%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