Hello, Please find attached the pyalsaaudio-0.7-r2 ebuild. With a trivial change it now also builds for python 3.2. seth0r
Created attachment 371786 [details] pyalsaaudio-0.7-r2.ebuild
Created attachment 371788 [details, diff] Use python3_2 and 3_3 by `2to3 -w --no-diffs` Can you try this patch? I looked at how other ebuilds in dev-python/ category call 2to3, and this seems to be the way. I use 3.3 myself as default and it installed okay here like this.
Should propably even add the '-n' argument to 2to3 since backups of the files are useless
should be fixed in 0.7-r2
Comment on attachment 371786 [details] pyalsaaudio-0.7-r2.ebuild turned out the ebuild had more issues than just missing 2to3, so this was no-go
Comment on attachment 371788 [details, diff] Use python3_2 and 3_3 by `2to3 -w --no-diffs` also bogus