Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471418 - app-portage/smart-live-rebuild-1.3 - add python 3.3 support
Summary: app-portage/smart-live-rebuild-1.3 - add python 3.3 support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-27 11:24 UTC by Hendrik v. Raven
Modified: 2013-08-25 07:25 UTC (History)
0 users

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


Attachments
ebuild (smart-live-rebuild-1.3_beta.ebuild,1.83 KB, patch)
2013-08-25 03:22 UTC, Glauco Roberto Munsberg dos Santos
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hendrik v. Raven 2013-05-27 11:24:45 UTC
Upgraded my system to use python 3.3 as primary python version and now portage is complaining because smart-live-rebuild doesn't exist for python 3.3.

Tested in local overlay it runs fine with python 3.3.
Comment 1 Glauco Roberto Munsberg dos Santos 2013-08-25 03:22:54 UTC
Created attachment 356942 [details, diff]
ebuild

The abstractproperty was deprecated on version 3.3 of the python.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-08-25 07:25:04 UTC
Py3.3 support was added already:

  05 Aug 2013; Michał Górny <mgorny@gentoo.org> smart-live-rebuild-1.3.ebuild:
  Enable python3.3.

(In reply to Glauco Roberto Munsberg dos Santos from comment #1)
> Created attachment 356942 [details, diff] [details, diff]
> ebuild

Please refer to ebuild writing guides and write reasonable ebuild. The thing you did is close to crazy and I'm pretty sure it can't work.

> The abstractproperty was deprecated on version 3.3 of the python.

I will take that into consideration when it's dropped. At the point, providing compatibility with previous Python versions requires it.