Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 764101 - sci-libs/blis-0.6.0: add support for Python 3.8 and 3.9
Summary: sci-libs/blis-0.6.0: add support for Python 3.8 and 3.9
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: lumin
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-01-06 10:46 UTC by Erik Quaeghebeur
Modified: 2021-02-22 22:20 UTC (History)
3 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 Erik Quaeghebeur 2021-01-06 10:46:12 UTC
sci-libs/blis-0.6.0 currently only lists

PYTHON_COMPAT=( python3_{6,7} )

Is it possible to add support for Python 3.8 and 3.9?

(Perhaps it is easiest to this for a version-bumped version only: Bug 764098.)

Reproducible: Always
Comment 1 Erik Quaeghebeur 2021-02-15 17:02:08 UTC
Python 3.8 is the default now, so it would be really convenient if 3.8 were added.
Comment 2 Erik Quaeghebeur 2021-02-16 07:19:01 UTC
(In reply to Erik Quaeghebeur from comment #0)
> Is it possible to add support for Python 3.8 and 3.9?
I've gone through the Blis docs searching for where Python is used and what restrictions there are. It appears that any version ≥Python 3.4 is good: https://github.com/flame/blis/blob/master/docs/BuildSystem.md#introduction
Comment 3 Larry the Git Cow gentoo-dev 2021-02-22 22:20:04 UTC
The bug has been closed via the following commit(s):

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

commit 8ef12c71be4d27bc75025d65b9dbd9b8dee8d08f
Author:     Jakov Smolic <jakov.smolic@sartura.hr>
AuthorDate: 2021-02-21 14:29:00 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-02-22 22:18:42 +0000

    sci-libs/blis: Port to python 3.{8.9}
    
    Closes: https://bugs.gentoo.org/764101
    Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
    Signed-off-by: Sam James <sam@gentoo.org>

 sci-libs/blis/blis-0.6.0.ebuild | 33 +++++++++++++++++++--------------
 1 file changed, 19 insertions(+), 14 deletions(-)