Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 848285 - [guru] dev-python/pyinquirer: needs upgrade to Python 3.10 (PythonCompatUpdate)
Summary: [guru] dev-python/pyinquirer: needs upgrade to Python 3.10 (PythonCompatUpdate)
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All All
: Normal normal
Assignee: Matthias Coppens
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-29 18:10 UTC by Nowa Ammerlaan
Modified: 2023-01-14 19:05 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 Nowa Ammerlaan gentoo-dev 2022-05-29 18:10:07 UTC
This package does not support Python 3.10. Please test it with Python 3.10 as a matter of urgency as the default will change in early June, as per message on gentoo-dev: https://archives.gentoo.org/gentoo-dev/message/13aa993921f19b6b095297721ffb0d0b. Ask in #gentoo-python on IRC if need any help.

$ pkgcheck scan -k PythonCompatUpdate dev-python/pyinquirer
dev-python/pyinquirer
  PythonCompatUpdate: version 1.0.3_p20200708: PYTHON_COMPAT updates available: python3_9, python3_10
  PythonCompatUpdate: version 9999: PYTHON_COMPAT updates available: python3_9, python3_10
Comment 1 Larry the Git Cow gentoo-dev 2023-01-14 18:50:33 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a23df26463cc3fbf503d2185f96387d8d9e37a19

commit a23df26463cc3fbf503d2185f96387d8d9e37a19
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2023-01-14 18:49:10 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2023-01-14 18:49:10 +0000

    profiles: mask packages with no supported python impl
    
    Fixes annoying errors during emerge --sync.
    Cleanup in 15 days
    
    Bug: https://bugs.gentoo.org/848285
    Bug: https://bugs.gentoo.org/848315
    Bug: https://bugs.gentoo.org/848321
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 profiles/package.mask | 12 ++++++++++++
 1 file changed, 12 insertions(+)
Comment 2 Larry the Git Cow gentoo-dev 2023-01-14 19:05:38 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c51947ebabbe031c9f6efb038d79b023c5cf2e1

commit 4c51947ebabbe031c9f6efb038d79b023c5cf2e1
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2023-01-14 19:01:05 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2023-01-14 19:01:11 +0000

    dev-python/pyinquirer: treeclean
    
    mask is not enough to fix the sourcing problems, cleanup now instead
    
    Closes: https://bugs.gentoo.org/848285
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 dev-python/pyinquirer/Manifest                     |  1 -
 dev-python/pyinquirer/metadata.xml                 | 22 ---------
 .../pyinquirer/pyinquirer-1.0.3_p20200708.ebuild   | 52 ----------------------
 dev-python/pyinquirer/pyinquirer-9999.ebuild       | 51 ---------------------
 profiles/package.mask                              |  1 -
 5 files changed, 127 deletions(-)