Projects
Mega:24.03
python-pycparser
_service:tar_scm:pycparser-2.10-ply.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:pycparser-2.10-ply.patch of Package python-pycparser
diff -up pycparser-release_v2.21/pycparser/c_lexer.py.ply pycparser-release_v2.21/pycparser/c_lexer.py --- pycparser-release_v2.21/pycparser/c_lexer.py.ply 2013-08-03 07:15:32.000000000 -0600 +++ pycparser-release_v2.21/pycparser/c_lexer.py 2014-08-20 12:40:48.308461164 -0600 @@ -9,8 +9,8 @@ #------------------------------------------------------------------------------ import re -from .ply import lex -from .ply.lex import TOKEN +from ply import lex +from ply.lex import TOKEN class CLexer(object): diff -up pycparser-release_v2.21/pycparser/c_parser.py.ply pycparser-release_v2.21/pycparser/c_parser.py --- pycparser-release_v2.21/pycparser/c_parser.py.ply 2013-08-03 07:15:32.000000000 -0600 +++ pycparser-release_v2.21/pycparser/c_parser.py 2014-08-20 12:40:05.154894980 -0600 @@ -8,7 +8,7 @@ # Eli Bendersky [https://eli.thegreenplace.net/] # License: BSD #------------------------------------------------------------------------------ -from .ply import yacc +from ply import yacc from . import c_ast from .c_lexer import CLexer diff -up pycparser-release_v2.21/setup.py.ply pycparser-release_v2.21/setup.py --- pycparser-release_v2.21/setup.py.ply 2013-08-03 07:15:32.000000000 -0600 +++ pycparser-release_v2.21/setup.py 2014-08-20 12:40:05.154894980 -0600 @@ -60,7 +60,7 @@ setup( 'Programming Language :: Python :: 3.10', ], python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", - packages=['pycparser', 'pycparser.ply'], + packages=['pycparser'], package_data={'pycparser': ['*.cfg']}, cmdclass={'install': install, 'sdist': sdist}, ) --
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2