Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 754294 - dev-python/line_profiler-3.0.2 - disable python3.6
Summary: dev-python/line_profiler-3.0.2 - disable python3.6
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-13 19:18 UTC by Michal Plichta
Modified: 2021-01-20 23:52 UTC (History)
2 users (show)

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


Attachments
line_profiler-3.0.2-r1 (line_profiler-3.0.2-r1.ebuild,1.12 KB, text/plain)
2020-11-13 19:19 UTC, Michal Plichta
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Plichta 2020-11-13 19:18:52 UTC
dev-python/line_profiler-3.0.2 force downgrade a lot of packages

emerge -pv dev-python/line_profiler

These are the packages that would be merged, in order:

Calculating dependencies  . . .... done!
[ebuild     UD ] dev-python/traitlets-4.3.3::gentoo [5.0.4::gentoo] USE="-doc -test" PYTHON_TARGETS="python3_6%* python3_7 -python3_8 -python3_9" 0 KiB
[ebuild  N     ] dev-python/distro-1.5.0-r1::gentoo  USE="-test" PYTHON_TARGETS="python3_6 python3_7 -python3_8 -python3_9" 0 KiB
[ebuild     UD ] dev-python/jupyter_core-4.6.3::gentoo [4.6.3-r1::gentoo] USE="-doc -test" PYTHON_TARGETS="python3_6%* python3_7 -python3_8 -python3_9" 0 KiB
[ebuild  N     ] dev-python/scikit-build-0.11.1::gentoo  USE="-doc -test" PYTHON_TARGETS="python3_6 python3_7 -python3_8 -python3_9" 0 KiB
[ebuild     UD ] dev-python/nbformat-5.0.7::gentoo [5.0.8::gentoo] USE="-doc -test" PYTHON_TARGETS="python3_6%* python3_7 -python3_8 -python3_9" 0 KiB
[ebuild     UD ] dev-python/jupyter_client-6.1.6-r1::gentoo [6.1.6-r2::gentoo] USE="-test" PYTHON_TARGETS="python3_6%* python3_7 -python3_8 -python3_9" 0 KiB
[ebuild     UD ] dev-python/nbconvert-5.6.1::gentoo [6.0.7::gentoo] USE="-test" PYTHON_TARGETS="python3_6%* python3_7 -python3_8 -python3_9" 0 KiB
[ebuild     UD ] dev-python/ipython-7.16.1::gentoo [7.18.1::gentoo] USE="nbconvert notebook qt5 smp -doc -examples -matplotlib -test" PYTHON_TARGETS="python3_6%* python3_7 -python3_8 -python3_9" 0 KiB
[ebuild     UD ] dev-python/ipykernel-5.3.4::gentoo [5.3.4-r1::gentoo] USE="-test" PYTHON_TARGETS="python3_6%* python3_7 -python3_8 -python3_9" 0 KiB
[ebuild     UD ] dev-python/qtconsole-4.7.6::gentoo [4.7.7::gentoo] USE="-doc -test" PYTHON_TARGETS="python3_6%* python3_7 -python3_8 -python3_9" 0 KiB
[ebuild     UD ] dev-python/ipyparallel-6.3.0::gentoo [6.3.0-r1::gentoo] USE="-doc -test" PYTHON_TARGETS="python3_6%* python3_7 -python3_8 -python3_9" 0 KiB
[ebuild     UD ] dev-python/notebook-6.1.3::gentoo [6.1.4::gentoo] USE="-test" PYTHON_TARGETS="python3_6%* python3_7 -python3_8 -python3_9" 0 KiB
[ebuild     UD ] dev-python/widgetsnbextension-3.5.1::gentoo [3.5.1-r1::gentoo] PYTHON_TARGETS="python3_6%* python3_7 -python3_8 -python3_9" 0 KiB
[ebuild     UD ] dev-python/ipywidgets-7.5.1::gentoo [7.5.1-r1::gentoo] USE="-test" PYTHON_TARGETS="python3_6%* python3_7 -python3_8 -python3_9" 0 KiB
[ebuild  N    ~] dev-python/line_profiler-3.0.2::gentoo  USE="-test" PYTHON_TARGETS="python3_6 python3_7 -python3_8" 0 KiB

Total: 15 packages (12 downgrades, 3 new), Size of downloads: 0 KiB

I disable py36 in ebuild *-r1 and it works as a charm


Reproducible: Always
Comment 1 Michal Plichta 2020-11-13 19:19:45 UTC
Created attachment 671269 [details]
line_profiler-3.0.2-r1

line_profiler-3.0.2-r1
Comment 2 Benda Xu gentoo-dev 2021-01-20 22:56:04 UTC
Hi Michal, if you don't need Python 3.6 packages, you can disable it in make.conf.

See https://wiki.gentoo.org/wiki/Project:Python/PYTHON_TARGETS.
Comment 3 Michal Plichta 2021-01-20 23:52:25 UTC
yes true, my mistake!