Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 572284 - dev-python/pyodbc-3.0.7-r1 misses PYTHON_COMPAT=python3_x
Summary: dev-python/pyodbc-3.0.7-r1 misses PYTHON_COMPAT=python3_x
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jesus Rivero (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-18 15:10 UTC by Christian Strahl
Modified: 2016-03-11 14:00 UTC (History)
1 user (show)

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


Attachments
pyodbc_python3.patch (pyodbc_python3.patch,188 bytes, patch)
2016-01-18 15:11 UTC, Christian Strahl
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Strahl 2016-01-18 15:10:11 UTC
pyodbc supports python 2 and python 3.

Please add python3 support to the ebuild.

My proposal:

--- pyodbc-3.0.7-r1.ebuild
+++ pyodbc-3.0.7-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_4 )
 
 inherit distutils-r1 flag-o-matic


Reproducible: Always
Comment 1 Christian Strahl 2016-01-18 15:11:01 UTC
Created attachment 423292 [details, diff]
pyodbc_python3.patch
Comment 2 Patrice Clement gentoo-dev 2016-03-11 14:00:39 UTC
commit 3f78fa12bc5e62c806147a3a08ab9730f702fae5 (HEAD -> master)
Author:     Christian Strahl <christian.strahl@eppendorf.de>
AuthorDate: Wed Mar 9 13:52:01 2016 +0100
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Fri Mar 11 13:46:22 2016 +0000

dev-python/pyodbc: add support for python3

See the changelog for further info [1].

[1]: https://mkleehammer.github.io/pyodbc/releases.html

Reporter: Christian Strahl <christian.strahl@eppendorf.de>
Gentoo-Bug: https://bugs.gentoo.org/572284
Closes: https://github.com/gentoo/gentoo/pull/1013
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

dev-python/pyodbc/pyodbc-3.0.7-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


Thank you!