Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 747457 - dev-python/pynvim: should rdepend on dev-python/msgpack and virtual/python-greenlet
Summary: dev-python/pynvim: should rdepend on dev-python/msgpack and virtual/python-gr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-09 16:29 UTC by happycorsair
Modified: 2020-12-03 07:02 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 happycorsair 2020-10-09 16:29:17 UTC
Please, fix it. Thanks.

Reproducible: Always
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-10-09 16:35:40 UTC
Why greenlet? And are you sure it actually needs dev-lib/msgpack?
Comment 2 happycorsair 2020-10-09 16:56:10 UTC
Oh... Sorry, my fault!!!! Wrong package name.

dev-python/pynvim should rdepend on dev-libs/msgpack and virtual/python-greenlet.


For example:
https://packages.debian.org/buster/python3-neovim
https://github.com/archlinux/svntogit-community/blob/packages/python-pynvim/trunk/PKGBUILD

Should I open another bug or you can edit this one?
Thanks!
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-10-09 16:59:26 UTC
(In reply to happycorsair from comment #2)
> Oh... Sorry, my fault!!!! Wrong package name.
> 
> dev-python/pynvim should rdepend on dev-libs/msgpack and
> virtual/python-greenlet.
> 
> 
> For example:
> https://packages.debian.org/buster/python3-neovim
> https://github.com/archlinux/svntogit-community/blob/packages/python-pynvim/
> trunk/PKGBUILD
> 
> Should I open another bug or you can edit this one?
> Thanks!

Ah, I get you now! No, I'll just edit this one. Thank you :)
Comment 4 happycorsair 2020-10-09 17:07:09 UTC
Thank you, Sam!

One can just try to run any plugin (e.g. yarp) without greenlet and msgpack installed.
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-12-03 07:02:16 UTC
Hmm. It seems to have been in there for a while, even before this bug was filed.

DEPEND="
        dev-python/msgpack[${PYTHON_USEDEP}]
        virtual/python-greenlet[${PYTHON_USEDEP}]
        test? ( app-editors/neovim )"