| Summary: | dev-python/pythondialog-3.4.0 version bump | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Keith Rusler <xzekecomax> |
| Component: | New packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Keith Rusler
2016-07-05 00:48:39 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. 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:
Dealt with in 946860c7c6beca3b3e703cc953ac616116327d81. Closing. |