Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 866071 - app-admin/clustershell: new package version 1.8.4 bump request
Summary: app-admin/clustershell: new package version 1.8.4 bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Patrice Clement (RETIRED)
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-08-22 21:42 UTC by EK
Modified: 2022-10-04 11:51 UTC (History)
1 user (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 EK 2022-08-22 21:42:07 UTC
New version is available in upstream but not ported to Gentoo (see the warning on https://packages.gentoo.org/packages/app-admin/clustershell)
Also, this can solve bug # 845426 that is open for 3 month already

Reproducible: Always
Comment 1 Petr Vaněk gentoo-dev 2022-09-09 06:52:41 UTC
I am working on version bump. I will submit PR soon.
Comment 2 Larry the Git Cow gentoo-dev 2022-10-04 11:51:46 UTC
The bug has been closed via the following commit(s):

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

commit 9692cdfa572dd1ef9c2d88bf8a1415e1143e495b
Author:     Petr Vaněk <arkamar@atlas.cz>
AuthorDate: 2022-09-07 09:01:44 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-10-04 11:51:34 +0000

    app-admin/clustershell: add 1.8.4
    
    Multiple aspects of the ebuild were changed from previous versions:
    - it is converted to new PEP517 mode
    - it supports py3.9, py3.10 and py3.11
    - homepage link is fixed
    - it uses .gh.tar.gz suffix for source archive as suggested in Gentoo
      Python Guide
    - the doc use is removed because it is not used anymore since commit
      3ca06363b138 ("app-admin/clustershell: version bump.")
    - dev-libs/openssl dependency is removed, it is not used in sources code
    - working tests - most of tests work with an exception of those
      requiring remote ssh connections, which are removed in prepare step.
      It was necessary to apply few fixes [1-3] taken from upstream in order
      to make them work. The tests are executed with unittest rather than
      nose which makes py3.11 support possible.
    - it installs man pages again, this is basically resurrected from commit
      3ca06363b138 ("app-admin/clustershell: version bump.")
    - unlike legacy mode, PEP517 installs etc/* files to /usr/etc, hence it
      was necessary to correct installation path with move (I didn't find
      any better solution, this one is used across repository)
    
    [1] https://github.com/cea-hpc/clustershell/commit/314767d65c397fadc5ce0ae205a35d7bb47a68a8
    [2] https://github.com/cea-hpc/clustershell/pull/487
    [3] https://github.com/cea-hpc/clustershell/issues/488
    
    Closes: https://bugs.gentoo.org/866071
    Bug: https://bugs.gentoo.org/845426
    Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
    Signed-off-by: Sam James <sam@gentoo.org>

 app-admin/clustershell/Manifest                    |  1 +
 app-admin/clustershell/clustershell-1.8.4.ebuild   | 67 +++++++++++++++
 .../files/clustershell-1.8.4-current-thread.patch  | 95 ++++++++++++++++++++++
 .../clustershell-1.8.4-setrlimit-division.patch    | 21 +++++
 .../files/clustershell-1.8.4-skip-tests.patch      | 63 ++++++++++++++
 5 files changed, 247 insertions(+)