Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 588038 - dev-python/pythondialog-3.4.0 version bump
Summary: dev-python/pythondialog-3.4.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-05 00:48 UTC by Keith Rusler
Modified: 2017-07-09 12:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Rusler 2016-07-05 00:48:39 UTC
https://pypi.python.org/pypi/pythondialog

pythondialog is available for 3.4.0. The current one in the tree is 3.3.0 which seems to only support python 2.7. The new one seems to support python 3.5
Comment 1 gerion 2016-10-25 23:02:32 UTC
Simple ebuild renaming of the 3.3.0 ebuild and adding 3_5 seems to suffice. For me it works for Python 3.5.
Comment 2 Patrice Clement gentoo-dev 2016-10-29 17:16:37 UTC
Hi. Could you provide a build log for your successful build with python3_5? This is what I'm getting:

>>> Compiling source in /var/tmp/portage/dev-python/pythondialog-3.4.0/work/python2-pythondialog-3.4.0 ...
 * python2_7: running distutils-r1_run_phase distutils-r1_python_compile
/usr/bin/python2.7 setup.py build
running build
running build_py
copying dialog.py -> /var/tmp/portage/dev-python/pythondialog-3.4.0/work/python2-pythondialog-3.4.0-python2_7/lib
warning: build_py: byte-compiling is disabled, skipping.

 * python3_5: running distutils-r1_run_phase distutils-r1_python_compile
/usr/bin/python3.5 setup.py build
Traceback (most recent call last):
  File "setup.py", line 32, in <module>
    from dialog import __version__ as VERSION
  File "/var/tmp/portage/dev-python/pythondialog-3.4.0/work/python2-pythondialog-3.4.0/dialog.py", line 264
    except OSError, e:
Comment 3 Patrice Clement gentoo-dev 2017-07-09 12:31:15 UTC
Dealt with in 946860c7c6beca3b3e703cc953ac616116327d81. Closing.