Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 710282 - dev-python/pylint-2.4.4 should depend on >=dev-python/astroid-2.3.0 - pkg_resources.ContextualVersionConflict: (astroid 2.2.5 (/usr/lib64/python3.6/site-packages), Requirement.parse('astroid<2.4,>=2.3.0'), {'pylint'})
Summary: dev-python/pylint-2.4.4 should depend on >=dev-python/astroid-2.3.0 - pkg_res...
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: 710518
  Show dependency tree
 
Reported: 2020-02-20 09:54 UTC by Jaakko Perttilä
Modified: 2020-03-08 20:32 UTC (History)
0 users

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 Jaakko Perttilä 2020-02-20 09:54:24 UTC
Dependency needs to be bumped:
https://github.com/PyCQA/pylint/blob/pylint-2.4.4/pylint/__pkginfo__.py

Error lines:

pkg_resources.ContextualVersionConflict: (astroid 2.2.5 (/usr/lib64/python3.6/site-packages), Requirement.parse('astroid<2.4,>=2.3.0'), {'pylint'})

pkg_resources.DistributionNotFound: The 'astroid<2.4,>=2.3.0' distribution was not found and is required by pylint


Reproducible: Always
Comment 1 Jaakko Perttilä 2020-02-20 10:28:27 UTC
Also, dev-python/astroid-2.3.3 should depend on =dev-python/wrapt-1.11*
Comment 2 Andreas Sturmlechner gentoo-dev 2020-03-08 20:10:41 UTC
sigh, okay.
Comment 3 Larry the Git Cow gentoo-dev 2020-03-08 20:32:53 UTC
The bug has been closed via the following commit(s):

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

commit eaad11ac54028d56af8ebd8122ec8913c8c0a88e
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-03-08 20:13:10 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-03-08 20:13:10 +0000

    dev-python/pylint: Raise minimum dev-python/astroid version to 2.3.3
    
    Closes: https://bugs.gentoo.org/710282
    Package-Manager: Portage-2.3.93, Repoman-2.3.20
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 dev-python/pylint/pylint-2.4.4-r1.ebuild | 58 ++++++++++++++++++++++++++++++++
 1 file changed, 58 insertions(+)

Additionally, it has been referenced in the following commit(s):

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

commit 96c275d50a0b0acad8ab7c223e9b6b93d2d31aff
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-03-08 20:18:03 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-03-08 20:18:03 +0000

    dev-python/astroid: Raise minimum dev-python/wrapt version to 1.11.2
    
    Bug: https://bugs.gentoo.org/710282
    Package-Manager: Portage-2.3.93, Repoman-2.3.20
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 dev-python/astroid/astroid-2.3.3-r1.ebuild | 53 ++++++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)