Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 714840 - net-misc/gns3-server: requires old dev-python/{aiohttp,async_timeout}
Summary: net-misc/gns3-server: requires old dev-python/{aiohttp,async_timeout}
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2020-04-25
Assignee: Gino McCarty
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2020-03-26 09:50 UTC by Michał Górny
Modified: 2020-05-24 22:40 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-03-26 09:50:10 UTC
NonexistentDeps: version 2.1.21: RDEPEND: nonexistent package: <dev-python/aiohttp-2.4.0
  NonsolvableDepsInDev: version 2.1.21: nonsolvable depset(rdepend) keyword(~amd64) dev profile (default/linux/amd64/17.0/no-multilib/prefix/kernel-3.2+) (2 total): solutions: [ <dev-python/aiohttp-2.4.0[-python_single_target_python3_6(-),python_targets_python3_6(-)] ]
  NonsolvableDepsInStable: version 2.1.21: nonsolvable depset(rdepend) keyword(~amd64) stable profile (default/linux/amd64/17.0) (39 total): solutions: [ <dev-python/aiohttp-2.4.0[-python_single_target_python3_6(-),python_targets_python3_6(-)] ]
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-03-26 09:51:36 UTC
net-misc/gns3-server
  NonexistentDeps: version 2.1.21: RDEPEND: nonexistent package: <dev-python/async_timeout-3.0.0
  NonsolvableDepsInDev: version 2.1.21: nonsolvable depset(rdepend) keyword(~amd64) dev profile (default/linux/amd64/17.0/no-multilib/prefix/kernel-3.2+) (2 total): solutions: [ <dev-python/async_timeout-3.0.0[-python_single_target_python3_6(-),python_targets_python3_6(-)] ]
  NonsolvableDepsInStable: version 2.1.21: nonsolvable depset(rdepend) keyword(~amd64) stable profile (default/linux/amd64/17.0) (39 total): solutions: [ <dev-python/async_timeout-3.0.0[-python_single_target_python3_6(-),python_targets_python3_6(-)] ]
Comment 2 Larry the Git Cow gentoo-dev 2020-05-24 22:40:31 UTC
The bug has been closed via the following commit(s):

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

commit 3e6f81303185dde8d59a9696b978b12f4196af40
Author:     Aaron Bauman <bman@gentoo.org>
AuthorDate: 2020-05-24 22:33:53 +0000
Commit:     Aaron Bauman <bman@gentoo.org>
CommitDate: 2020-05-24 22:33:53 +0000

    net-misc/gns3-gui: bump to version 2.2.8
    
    * Fix all the crazy dep changes
    * Add upstream patch to remove dev-python/raven dep
    * Takeover maintainership
    * Only support py3.7 and py3.8 to minimize conditionals
    
    Closes: https://bugs.gentoo.org/688016
    Closes: https://bugs.gentoo.org/712964
    Closes: https://bugs.gentoo.org/714840
    Closes: https://bugs.gentoo.org/718444
    
    Signed-off-by: Aaron Bauman <bman@gentoo.org>

 net-misc/gns3-server/Manifest                      |   1 +
 .../gns3-server/files/gns3-server-rmraven.patch    | 194 +++++++++++++++++++++
 net-misc/gns3-server/gns3-server-2.2.8.ebuild      |  71 ++++++++
 net-misc/gns3-server/metadata.xml                  |   8 +-
 4 files changed, 268 insertions(+), 6 deletions(-)

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

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

commit 34cfb652844698c47cf249073f8025f7f63c650d
Author:     Aaron Bauman <bman@gentoo.org>
AuthorDate: 2020-05-24 22:28:36 +0000
Commit:     Aaron Bauman <bman@gentoo.org>
CommitDate: 2020-05-24 22:28:36 +0000

    net-misc/gns3-gui: bump to version 2.2.8
    
    * Fix all the crazy dep changes
    * Add upstream patch to remove dev-python/raven dep
    * Takeover maintainership
    * Only support py3.7 and py3.8 to minimize conditionals
    
    Bug: https://bugs.gentoo.org/688016
    Bug: https://bugs.gentoo.org/712964
    Bug: https://bugs.gentoo.org/714840
    Bug: https://bugs.gentoo.org/718444
    Signed-off-by: Aaron Bauman <bman@gentoo.org>

 net-misc/gns3-gui/Manifest                     |   1 +
 net-misc/gns3-gui/files/gns3-gui-rmraven.patch | 182 +++++++++++++++++++++++++
 net-misc/gns3-gui/gns3-gui-2.2.8.ebuild        |  57 ++++++++
 net-misc/gns3-gui/metadata.xml                 |  10 +-
 4 files changed, 244 insertions(+), 6 deletions(-)