Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 718276 - dev-libs/keystone: need py3.7, 3.8 port
Summary: dev-libs/keystone: need py3.7, 3.8 port
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: python3.7-compat
  Show dependency tree
 
Reported: 2020-04-19 13:37 UTC by Michał Górny
Modified: 2020-08-12 00:29 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-04-19 13:37:11 UTC
The packages are stuck on py3.6 which means they will be pain once we switch to 3.7.  Please test them on 3.7 *and* 3.8 (so we don't to revisit this in a few months), and update PYTHON_COMPAT appropriately.  If it doesn't work, please either fix it, remove Python or issue last rites.  Please consider this urgent.
Comment 1 Larry the Git Cow gentoo-dev 2020-06-19 01:33:29 UTC
The bug has been referenced in the following commit(s):

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

commit 0d39c4f81f6935808094d2176872a9aa8cd747c4
Author:     Georgy Yakovlev <gyakovlev@gentoo.org>
AuthorDate: 2020-06-19 01:12:28 +0000
Commit:     Georgy Yakovlev <gyakovlev@gentoo.org>
CommitDate: 2020-06-19 01:33:06 +0000

    dev-libs/keystone: revbump, fix a lot of bugs
    
    Issue: https://github.com/gentoo/gentoo/pull/11828
    Bug: https://bugs.gentoo.org/685000
    Bug: https://bugs.gentoo.org/712354
    Bug: https://bugs.gentoo.org/718276
    Bug: https://bugs.gentoo.org/652440
    Package-Manager: Portage-2.3.101, Repoman-2.3.22
    Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>

 dev-libs/keystone/keystone-0.9.1-r1.ebuild | 92 ++++++++++++++++++++++++++++++
 1 file changed, 92 insertions(+)

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

commit 702b7bba86ac86a7e90b6c8dfa37d90ae9ae4f16
Author:     Georgy Yakovlev <gyakovlev@gentoo.org>
AuthorDate: 2020-06-19 00:57:27 +0000
Commit:     Georgy Yakovlev <gyakovlev@gentoo.org>
CommitDate: 2020-06-19 01:33:05 +0000

    dev-libs/keystone: rework live ebuild
    
    bump to EAPI=7
    migrate to cmake.eclass
    honor Gentoo CMAKE_BUILD_TYPE
    make python truly optional
    bump python targets
    use llvm.eclass (limit to llvm10 for now)
    keyword on ~ppc64
    
    Issue: https://github.com/gentoo/gentoo/pull/11828
    Bug: https://bugs.gentoo.org/685000
    Bug: https://bugs.gentoo.org/712354
    Bug: https://bugs.gentoo.org/718276
    Bug: https://bugs.gentoo.org/652440
    Package-Manager: Portage-2.3.101, Repoman-2.3.22
    Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>

 dev-libs/keystone/keystone-9999.ebuild | 41 +++++++++++++++++++++-------------
 1 file changed, 26 insertions(+), 15 deletions(-)