| Summary: | dev-python/cx_Freeze-4.3.1 incompatible with python3 ? | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Patrick Lauer <patrick> |
| 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
Patrick Lauer
2013-04-24 07:19:29 UTC
~/cvsPortage/gentoo-x86/dev-python/cx_Freeze $ ebuild cx_Freeze-4.3.1-r1.ebuild clean merge * python2_7: running distutils-r1_run_phase distutils-r1_python_install_all >>> Completed installing cx_Freeze-4.3.1-r1 into /mnt/gen2/TmpDir/portage/dev-python/cx_Freeze-4.3.1-r1/image/ ~/cvsPortage/gentoo-x86/dev-python/cx_Freeze $ python3.2 -c "import cx_Freeze" ~/cvsPortage/gentoo-x86/dev-python/cx_Freeze $ python3.3 -c "import cx_Freeze" nice refreshing blanks. success. 09 May 2013; Ian Delaney <idella4@gentoo.org> +cx_Freeze-4.3.1-r1.ebuild: migrate -> distutils-r1, fixes Bug #46705 |