- If this package could support installation for multiple versions of Python, then please try to adjust the ebuilds to support it. - Ensure that the ebuilds do not use deprecated functions or variables. - Please check if Python 3 is supported by this package. - If this package does not support Python 3: - Specify dependency on Python 2. You can use PYTHON_DEPEND helper variable, which should be set before inheriting of python eclass. - If this package cannot support installation for multiple versions of Python, then set active version of Python using python_set_active_version(). - Ensure that shebangs in installed scripts specify correct version of Python. If shebangs are too generic (e.g. '#!/usr/bin/python'), then you can use python_convert_shebangs() to convert shebangs. (Wrapper scripts generated by python_generate_wrapper_scripts() do not require any changes.) Please see documentation [1] for more details. [1] http://www.gentoo.org/proj/en/Python/developersguide.xml
notice sent for removal
(In reply to comment #1) > notice sent for removal I'm the author of sync2cd, and I'm a bit surprised that nobody has even tried to contact me about this. Also, the message "Abandoned upstream" in package.mask is not completely accurate: the program works fine as-is, I'm still using it regularly and I haven't received any improvement suggestions, so I'd rather say it's "stable". Then again, I'm probably the only user, and I'm installing from my own overlay, so I wont argue against the removal :)
(In reply to comment #2) > I'm the author of sync2cd, and I'm a bit surprised that nobody has even tried > to contact me about this. Ah - sorry Remy. Was rushing too much again. Can you do some checks to make sure the code works python version 3 so I can make an ebuild that works for both?
Created attachment 239505 [details] Updated ebuild
I have attached an updated ebuild taking into account the comments in the description. However: - The package doesn't work with Python 3. - Porting it to Python 3 will be quite a bit more involved than just running 2to3, as the archive format depends on Python string syntax, which has changed between 2 and 3 (yeah, I know, bad programming practice), and I don't have time to do it ATM. For these reasons, the updated ebuild restricts installation to Python 2. I have tested it with 2.6. But as I mentioned in comment #1, I'm probably the only user of the package, and I don't even know how it landed in portage in the first place, so feel free to drop it, I won't be offended. The only reason I chimed in was the "abandoned upstream" message, it's rather "in maintenance mode".
Please use patches in unidiff format.
Fixed in app-cdr/sync2cd-1.3.