Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 366491 - dev-python/python-dateutil-2.0 version bump
Summary: dev-python/python-dateutil-2.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-08 18:48 UTC by Stanislav Ochotnicky (RETIRED)
Modified: 2012-01-19 15:39 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Ochotnicky (RETIRED) gentoo-dev 2011-05-08 18:48:37 UTC
Please add dev-python/python-dateutil-2.0 to the tree. Upstream released version 2.0 supporting Python 3 while keeping 1.5 as backward compatible branch (2.0 is not compatible with Python 2.x). This will probably require slotting.
Comment 1 Dirkjan Ochtman (RETIRED) gentoo-dev 2011-05-13 06:24:19 UTC
Arfrever, will it work to just have a dateutil-2.0 setting the right PYTHON_ABIS stuff for 3.x and 1.x setting the PYTHON_ABIS for 2.x? For example, will that make portage install both versions if I have different Pythons installed? I'm guessing it's not that simple...
Comment 2 Jesus Rivero (RETIRED) gentoo-dev 2011-07-19 15:58:42 UTC
What if we slot them? shouldn't that allow to get 1.x and 2.x installed at the same time depending on the versions of installed Python?
Comment 3 Arfrever Frehtes Taifersar Arahesis 2011-12-06 07:35:01 UTC
dev-python/python-dateutil-2.0 has been added to Progress Overlay.

dev-python/python-dateutil-1.5 uses SLOT="python-2".
dev-python/python-dateutil-2.0 uses SLOT="python-3".
Packages, which support Python 2 and Python 3 and need dev-python/python-dateutil, will use:
RDEPEND="...
	$(python_abi_depend -i "2.*" dev-python/python-dateutil:python-2)
	$(python_abi_depend -i "3.*" dev-python/python-dateutil:python-3)
	..."
Comment 4 Sébastien Fabbro (RETIRED) gentoo-dev 2012-01-19 15:39:47 UTC
in cvs.