Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 847136 - dev-python/pipenv-2022.4.8 - block dev-python/tomli-2.0.1
Summary: dev-python/pipenv-2022.4.8 - block dev-python/tomli-2.0.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-23 21:12 UTC by Michal Plichta
Modified: 2022-05-25 07:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge info (emerge.info.txt,6.96 KB, text/plain)
2022-05-23 21:12 UTC, Michal Plichta
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Plichta 2022-05-23 21:12:42 UTC
Created attachment 780443 [details]
emerge info

(dev-python/tomli-2.0.1:0/0::gentoo, ebuild scheduled for merge) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 (-pypy3) -python3_10 (-python3_11) -python3_8" conflicts with
<dev-python/tomli-2[python_targets_python3_9(-)] required by (dev-python/pipenv-2022.4.8:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8"

I setup virtualenv and do not see dev-python/pipenv depend on tomli, and what important do not forbid usage dev-python/tomli-2.0.1 and dev-python/pipenv-2022.4.8

(test) emc@clayman ~/venv $ pip list
Package    Version
---------- -------
pip        22.1.1
setuptools 62.3.2
wheel      0.37.1

(test) emc@clayman ~/venv $ pip install -U pipenv==2022.4.8
Collecting pipenv==2022.4.8
:
Installing collected packages: distlib, virtualenv-clone, six, platformdirs, filelock, certifi, virtualenv, pipenv
Successfully installed certifi-2022.5.18.1 distlib-0.3.4 filelock-3.7.0 pipenv-2022.4.8 platformdirs-2.5.2 six-1.16.0 virtualenv-20.14.1 virtualenv-clone-0.5.7

(test) emc@clayman ~/venv $ pip list
Package          Version
---------------- -----------
certifi          2022.5.18.1
distlib          0.3.4
filelock         3.7.0
pip              22.1.1
pipenv           2022.4.8
platformdirs     2.5.2
setuptools       62.3.2
six              1.16.0
virtualenv       20.14.1
virtualenv-clone 0.5.7
wheel            0.37.1

(test) emc@clayman ~/venv $ pip install -U tomli
Collecting tomli
Using cached tomli-2.0.1-py3-none-any.whl (12 kB)
Installing collected packages: tomli
Successfully installed tomli-2.0.1

(test) emc@clayman ~/venv $ pip list
Package          Version
---------------- -----------
certifi          2022.5.18.1
distlib          0.3.4
filelock         3.7.0
pip              22.1.1
pipenv           2022.4.8
platformdirs     2.5.2
setuptools       62.3.2
six              1.16.0
tomli            2.0.1
virtualenv       20.14.1
virtualenv-clone 0.5.7
wheel            0.37.1


(test) emc@clayman ~/venv $ pip check tomli
No broken requirements found.

(test) emc@clayman ~/venv $ pip check pipenv
No broken requirements found.
Comment 1 Michal Plichta 2022-05-25 07:34:07 UTC
just pipenv-2022.5.2 comes to tree...