Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 402061

Summary: dev-python/httplib2-0.7.2 should not restrict python 3.2
Product: Gentoo Linux Reporter: Max Prohorov <jahadutal>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: 10.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Max Prohorov 2012-02-03 12:24:53 UTC
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() {
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-02-04 17:54:59 UTC
Don't do that.
Comment 2 Tim Harder gentoo-dev 2012-09-21 12:24:12 UTC
Fixed in 0.7.6 in CVS.