Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 621584 - dev-python/pip-9.0.1-r1 needs pypy3 added to PYTHON_COMPAT
Summary: dev-python/pip-9.0.1-r1 needs pypy3 added to PYTHON_COMPAT
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: 2017-06-12 09:18 UTC by Paolo Pedroni
Modified: 2018-06-26 03:39 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 Paolo Pedroni 2017-06-12 09:18:48 UTC
dev-python/pip-7.1.2 had PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )

dev-python/pip-9.0.1-r1 only has PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )

When I run 'emerge -uN1Da world' I now get:
!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-python/pip:0

  (dev-python/pip-9.0.1-r1:0/0::gentoo, ebuild scheduled for merge) pulled in by
    (no parents that aren't satisfied by other packages in this slot)

  (dev-python/pip-7.1.2:0/0::gentoo, ebuild scheduled for merge) pulled in by
    dev-python/pip[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] required by (dev-python/setuptools-34.0.2-r1:0/0::gentoo, ebuild scheduled for merge)

because dev-python/setuptools requires a dev-python/pip with pypy3 support.
Comment 1 Jonas Stein gentoo-dev 2017-06-12 20:02:03 UTC
Please attach the logfiles
https://wiki.gentoo.org/wiki/Bugzilla/Bug_report_guide#Problems_at_build_time
Comment 2 Mike Gilbert gentoo-dev 2017-06-12 20:04:48 UTC
(In reply to Jonas Stein from comment #1)
> Please attach the logfiles

No need; this is pretty obvious.
Comment 3 Larry the Git Cow gentoo-dev 2018-06-26 03:39:20 UTC
The bug has been closed via the following commit(s):

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

commit d9c8635bc6ee81573cbdd50a4bc212cd6244062b
Author:     Tim Harder <radhermit@gentoo.org>
AuthorDate: 2018-06-26 02:28:04 +0000
Commit:     Tim Harder <radhermit@gentoo.org>
CommitDate: 2018-06-26 03:38:32 +0000

    dev-python/pip: version bump to 10.0.1
    
    Closes: https://bugs.gentoo.org/578988
    Closes: https://bugs.gentoo.org/621584

 dev-python/pip/Manifest                            |  1 +
 .../files/pip-10.0.1-disable-system-install.patch  | 18 ++++++++
 .../files/pip-10.0.1-disable-version-check.patch   | 19 +++++++++
 dev-python/pip/pip-10.0.1.ebuild                   | 48 ++++++++++++++++++++++
 4 files changed, 86 insertions(+)