Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 688536 - dev-python/bitarray-0.8.3 compiles/works fine with python 3.7
Summary: dev-python/bitarray-0.8.3 compiles/works fine with python 3.7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-23 08:45 UTC by Stefan Briesenick
Modified: 2019-06-24 09:50 UTC (History)
2 users (show)

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 Stefan Briesenick 2019-06-23 08:45:02 UTC
see summary.

please add 3.7 to PYTHON_COMPAT.

thanks!
Comment 1 Jonas Stein gentoo-dev 2019-06-23 19:49:12 UTC
please describe how and what you have tested.

btw: from setup.py:
"Programming Language :: Python :: 3.7"
Comment 2 Stefan Briesenick 2019-06-23 21:55:32 UTC
I added (locally) 3_7 to PYTHON_COMPAT in the ebuild, emerged it, and tested it with python 3.7 (import bitarry, just a few tests in the python shell).

it compiles fine, it works fine. So it's compatible with 3.7.
Comment 3 Larry the Git Cow gentoo-dev 2019-06-24 09:50:42 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c629459923fc2db872e52e386e25361047a649

commit c3c629459923fc2db872e52e386e25361047a649
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2019-06-24 09:44:23 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-06-24 09:50:28 +0000

    dev-python/bitarray: Tested on py3.7
    
    Closes: https://bugs.gentoo.org/688536
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/bitarray/bitarray-0.8.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)