| Summary: | dev-python/httplib2-0.7.2 should not restrict python 3.2 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Max Prohorov <jahadutal> |
| Component: | Current packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | 10.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Don't do that. Fixed in 0.7.6 in CVS. |
As of version 0.7.2 this ebuild got restriction against all python 3.* But in referenced upstream issue author states that package still supports 3.2 (but not 3.1, 3.0) Probably this will be better: --- httplib2-0.7.2.ebuild 2011-11-30 19:56:32.000000000 +0400 +++ httplib2-0.7.2.ebuild 2012-02-03 16:03:16.000000000 +0400 @@ -20,8 +20,8 @@ DEPEND="" RDEPEND="" -RESTRICT_PYTHON_ABIS="3.*" -#Restrict Python 3 support until upstream +RESTRICT_PYTHON_ABIS="3.0 3.1" +#Restrict Python <3.2 support until upstream #issue #189 is solved src_test() {