Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 402061 - dev-python/httplib2-0.7.2 should not restrict python 3.2
Summary: dev-python/httplib2-0.7.2 should not restrict python 3.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-03 12:24 UTC by Max Prohorov
Modified: 2012-09-21 12:24 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 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.