FS#28731 - [python-decorator] Python 3 support

Attached to Project: Community Packages
Opened by Simon Sapin (SimonSapin) - Thursday, 01 March 2012, 17:26 GMT
Last edited by Jelle van der Waa (jelly) - Tuesday, 13 March 2012, 21:16 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Jelle van der Waa (jelly)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

According to the upstream website, decorator supports both Python 2 and Python 3:
http://pypi.python.org/pypi/decorator

However the current python-decorator package (3.3.2-1) only supports Python 2:
http://www.archlinux.org/packages/community/any/python-decorator/

I made a python3-decorator (explicitly numbered 3) in the AUR:
https://aur.archlinux.org/packages.php?ID=57204

Since python-decorator is already included in the non-AUR repositories, should python3-decorator be included too?
The convention for other packages seems to be that python-something is for Python 3, while python2-something is for Python 2. What should be done for decorator?
This task depends upon

Closed by  Jelle van der Waa (jelly)
Tuesday, 13 March 2012, 21:16 GMT
Reason for closing:  Fixed
Additional comments about closing:  implemented in ython-decorator-3.3.2-2
Comment by Jelle van der Waa (jelly) - Sunday, 11 March 2012, 11:00 GMT
This should become a split package python -> python3 , python2 -> python2

Loading...