Accepting request 634882 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/634882 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ply?expand=0&rev=29
This commit is contained in:
commit
42c83d4864
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 10 17:03:54 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Trim bias from description. Use 'find +'.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 29 09:13:41 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
|
@ -40,7 +40,7 @@ uses LALR(1) parsing which is efficient and well suited for larger grammars.
|
||||
PLY provides most of the standard lex/yacc features including support for empty
|
||||
productions, precedence rules, error recovery, and support for ambiguous grammars.
|
||||
|
||||
PLY is extremely easy to use and provides very extensive error checking.
|
||||
PLY provides extensive error checking.
|
||||
It is compatible with both Python 2 and Python 3.
|
||||
|
||||
%package -n %{name}-doc
|
||||
@ -56,7 +56,7 @@ uses LALR(1) parsing which is efficient and well suited for larger grammars.
|
||||
PLY provides most of the standard lex/yacc features including support for empty
|
||||
productions, precedence rules, error recovery, and support for ambiguous grammars.
|
||||
|
||||
PLY is extremely easy to use and provides very extensive error checking.
|
||||
PLY provides extensive error checking.
|
||||
It is compatible with both Python 2 and Python 3.
|
||||
|
||||
%prep
|
||||
@ -66,7 +66,7 @@ It is compatible with both Python 2 and Python 3.
|
||||
chmod -x test/testlex.py
|
||||
|
||||
# Fix wrong-script-interpreter
|
||||
find example -type f -name "*.py" -exec sed -i "s|#!%{_bindir}/env python||" {} \;
|
||||
find example -type f -name "*.py" -exec sed -i "s|#!%{_bindir}/env python||" {} +
|
||||
|
||||
%fdupes doc
|
||||
%fdupes example
|
||||
|
Loading…
x
Reference in New Issue
Block a user