Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 759865 - dev-python/pillow — please add pypy3 to PYTHON_COMPAT to be able to re-add pypy3 to dev-python/piexif-1.1.3-r1[test]
Summary: dev-python/pillow — please add pypy3 to PYTHON_COMPAT to be able to re-add py...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-13 23:12 UTC by Sebastian Pipping
Modified: 2020-12-14 19:51 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 Sebastian Pipping gentoo-dev 2020-12-13 23:12:32 UTC
dev-python/piexif-1.1.3-r1[test] needed to dropped pypy3 from PYTHON_COMPAT to fix broken dependency

  test? ( dev-python/pillow[jpeg] )

to

  test? ( dev-python/pillow[jpeg,${PYTHON_USEDEP}] )

for bug #759856.  If dev-python/pillow supported pypy3, support could be re-added to dev-python/piexif-1.1.3-r1 as well.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-12-14 01:31:01 UTC
If it passes tests for you on PyPy3, please add it. Thanks!
Comment 2 Sebastian Pipping gentoo-dev 2020-12-14 17:31:06 UTC
(In reply to Sam James from comment #1)
> If it passes tests for you on PyPy3, please add it. Thanks!

Portage doesn't let me due to seemingly bogus "Multiple package instances within a single package slot" about dev-python/six:0 once I try to emerge dependency dev-python/pytest with pypy3 enabled.  So I cannot help here, I'm afraid.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-12-14 18:32:09 UTC
I'll test it.
Comment 4 Larry the Git Cow gentoo-dev 2020-12-14 18:41:18 UTC
The bug has been closed via the following commit(s):

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

commit 6c22aa54c72b271e9e78e647a37cabfc4b7b8d99
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2020-12-14 18:41:02 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2020-12-14 18:41:15 +0000

    dev-python/pillow: Enable pypy3
    
    Closes: https://bugs.gentoo.org/759865
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/pillow/pillow-8.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 5 Larry the Git Cow gentoo-dev 2020-12-14 19:49:36 UTC
The bug has been referenced in the following commit(s):

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

commit 2df062d42be22256db6e5f334ce5d9b4aca16ee3
Author:     Sebastian Pipping <sping@gentoo.org>
AuthorDate: 2020-12-14 19:48:57 +0000
Commit:     Sebastian Pipping <sping@gentoo.org>
CommitDate: 2020-12-14 19:48:57 +0000

    dev-python/piexif: Re-add pypy3
    
    Bug: https://bugs.gentoo.org/759865
    Signed-off-by: Sebastian Pipping <sping@gentoo.org>
    Package-Manager: Portage-3.0.11, Repoman-2.3.23

 dev-python/piexif/piexif-1.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 6 Sebastian Pipping gentoo-dev 2020-12-14 19:51:43 UTC
(In reply to Michał Górny from comment #3)
> I'll test it.

Thanks!