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 688579 Details for
Bug 904830
[abrt] pyp2rpm-0.5.1-5.fc18: archive.py:216:find_list_argument: File "<string>", line 1
[?]
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.
File: backtrace
backtrace (text/plain), 2.69 KB, created by
Miro Hrončok
on 2013-01-27 19:17:52 UTC
(
hide
)
Description:
File: backtrace
Filename:
MIME Type:
Creator:
Miro Hrončok
Created:
2013-01-27 19:17:52 UTC
Size:
2.69 KB
patch
obsolete
>archive.py:216:find_list_argument: File "<string>", line 1 > >Traceback (most recent call last): > File "/usr/bin/pyp2rpm", line 74, in <module> > converted = convertor.convert() > File "/usr/lib/python2.7/site-packages/pyp2rpmlib/convertor.py", line 56, in convert > data = self.metadata_extractor(local_file).extract_data() > File "/usr/lib/python2.7/site-packages/pyp2rpmlib/metadata_extractors.py", line 178, in extract_data > data.set_from(self.data_from_archive) > File "/usr/lib/python2.7/site-packages/pyp2rpmlib/metadata_extractors.py", line 144, in data_from_archive > archive_data['runtime_deps'] = self.runtime_deps_from_setup_py > File "/usr/lib/python2.7/site-packages/pyp2rpmlib/metadata_extractors.py", line 31, in runtime_deps_from_setup_py > return DependencyParser.deps_from_pyp_format(self.archive.find_list_argument('install_requires'), runtime = True) > File "/usr/lib/python2.7/site-packages/pyp2rpmlib/archive.py", line 216, in find_list_argument > return eval(' '.join(argument).strip()) > File "<string>", line 1 > ) > ^ >SyntaxError: unexpected EOF while parsing > >Local variables in innermost frame: >setup_py: u'#!/usr/bin/env python\n# -*- coding: utf-8 -*-\n\nfrom setuptools import setup\n\ninstall_requires = open("requirements.txt").read().split(\'\\n\')\nreadme_content = open("README.rst").read()\n\ndef gen_data_files(package_dir, subdir):\n import os.path\n results = []\n for root, dirs, files in os.walk(os.path.join(package_dir, subdir)):\n results.extend([os.path.join(root, f)[len(package_dir)+1:] for f in files])\n return results\n\nino_package_data = gen_data_files(\'ino\', \'make\') + gen_data_files(\'ino\', \'templates\')\n\nsetup(\n name=\'ino\',\n version=\'0.3.4\',\n description=\'Command line toolkit for working with Arduino hardware\',\n long_description=readme_content,\n author=\'Victor Nakoryakov, Amperka Team\',\n author_email=\'victor@amperka.ru\',\n license=\'MIT\',\n keywords="arduino build system",\n url=\'http://inotool.org\',\n packages=[\'ino\', \'ino.commands\'],\n scripts=[\'bin/ino\'],\n package_data={\'ino\': ino_package_data},\n install_requires=install_requires,\n classifiers=[\n "Development Status :: 4 - Beta",\n "License :: OSI Approved :: MIT License",\n "Intended Audience :: Developers",\n "Operating System :: OS Independent",\n "Programming Language :: Python",\n "Topic :: Software Development :: Embedded Systems",\n ],\n)\n' >cont: True >self: <pyp2rpmlib.archive.Archive object at 0x253d390> >argument: [u')'] >start_braces: 0 >setup_argument: 'install_requires' >end_braces: 0 >line: u'install_requires = open("requirements.txt").read().split(\'\\n\')'
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 904830
: 688579 |
688580
|
688581