Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 596291 Details for
Bug 770765
Review Request: python3-modgrammar - Modular grammar-parsing engine
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
This is a specfile I'm currently using for testing...
python3-modgrammar.spec (text/x-rpm-spec), 2.33 KB, created by
Pavel Šimerda (pavlix)
on 2012-07-04 22:55:03 UTC
(
hide
)
Description:
This is a specfile I'm currently using for testing...
Filename:
MIME Type:
Creator:
Pavel Šimerda (pavlix)
Created:
2012-07-04 22:55:03 UTC
Size:
2.33 KB
patch
obsolete
>Name: python3-modgrammar >Version: 0.8 >Release: 3%{?dist} >Summary: Modular grammar-parsing engine >Group: Development/Libraries >License: BSD >URL: http://pypi.python.org/pypi/modgrammar >Source0: http://pypi.python.org/packages/source/m/modgrammar/modgrammar-%{version}.tar.gz >Patch0: %{name}-eof-handling.patch >BuildArch: noarch >BuildRequires: python3-devel >BuildRequires: python3-setuptools >%description >Modgrammar is a general-purpose library for constructing language parsers and >interpreters using context-free grammar definitions in Python. Language parsing >rules (grammars) can be defined using standard Python syntax, and then used to >parse and validate input strings or files into meaningful data structures. >Possible applications range from simple input validation, to complex expression >evaluation, to full-fledged programming language parsing for compilers or >interpreters. > >%prep >%setup -q -n modgrammar-%{version} >%patch0 -p1 > >%build >%{__python3} setup.py build > >%install >%{__python3} setup.py install -O1 --skip-build --root %{buildroot} > >%files >%defattr(-,root,root,-) >%doc %{python3_sitelib}/modgrammar-0.8-py3.2.egg-info/PKG-INFO >%doc %{python3_sitelib}/modgrammar-0.8-py3.2.egg-info/SOURCES.txt >%doc %{python3_sitelib}/modgrammar-0.8-py3.2.egg-info/dependency_links.txt >%doc %{python3_sitelib}/modgrammar-0.8-py3.2.egg-info/top_level.txt >%doc %{python3_sitelib}/modgrammar-0.8-py3.2.egg-info/zip-safe >%{python3_sitelib}/modgrammar/__init__.py >%{python3_sitelib}/modgrammar/extras.py >%{python3_sitelib}/modgrammar/util.py >%{python3_sitelib}/modgrammar/__pycache__/__init__.cpython-32.pyc >%{python3_sitelib}/modgrammar/__pycache__/__init__.cpython-32.pyo >%{python3_sitelib}/modgrammar/__pycache__/extras.cpython-32.pyc >%{python3_sitelib}/modgrammar/__pycache__/extras.cpython-32.pyo >%{python3_sitelib}/modgrammar/__pycache__/util.cpython-32.pyc >%{python3_sitelib}/modgrammar/__pycache__/util.cpython-32.pyo > >%changelog >* Thu Jul 01 2012 Pavel Å imerda <pavlix@pavlix.net> - 0.8-3 >- Fixed list of installed files > >* Thu Dec 29 2011 Pavel Å imerda <pavlix@pavlix.net> - 0.8-2 >- Added patch for EOF parsing bug >- Changed absolute paths to macros >- Changed name from modgrammar to python3-modgrammar > >* Thu Dec 29 2011 Pavel Å imerda <pavlix@pavlix.net> - 0.8-1 >- Initial testing build >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 770765
: 596291