Page MenuHomeSolus

Add MAINTAINERS.md and clean rundeps for thonny
ClosedPublic

Authored by algent on Aug 31 2020, 8:37 PM.
Tags
None
Referenced Files
F10972503: D9554.id.diff
Fri, Jul 21, 1:55 PM
F10848666: D9554.id23052.diff
Jun 11 2023, 4:10 PM
F10827111: D9554.diff
Jun 4 2023, 4:32 AM
F10804305: D9554.id22992.diff
May 29 2023, 3:33 PM
F10802010: D9554.id22993.diff
May 29 2023, 5:01 AM
F10790453: D9554.id22992.diff
May 26 2023, 11:19 PM
F10774796: D9554.id23052.diff
May 22 2023, 10:26 AM
F10752319: D9554.diff
May 16 2023, 2:50 PM
Subscribers

Details

Summary

Packager Notes:

  • Add MAINTAINERS.md file.
  • Add manual and metainfo file.
  • Use hicolor icons instead of pixmaps.
  • Removed python-astroid from rundeps because it is a rundep for pylint.
  • Removed python-pyperclip from rundeps because this package is not needed by thonny.

Depends on D9553 D9516

Signed-off-by: Algent Albrahimi <algent@protonmail.com>

Test Plan

Run a few python scripts using thonny.

Diff Detail

Repository
R4578 thonny
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fix icons, add thonny manual and metainfo file.

algent edited the summary of this revision. (Show Details)
algent added a parent revision: D9516: Update python-mypy to 0.782.
JoshStrobl added a subscriber: JoshStrobl.

Looks like python-pyperclip was removed in 3.2.0+, so should probably be deprecated: https://github.com/thonny/thonny/commit/7448d009c6f6e213275de341f05d5b4f18670d37

This revision is now accepted and ready to land.Sep 1 2020, 6:50 AM

Just found that python-pyperclip is needed as optional dependency for mps-youtube since version 0.2.6. This is in the changelog: - Use pyperclip instead of xerox, fixing clipboard on linux.

mpsyt --help


    Basic Usage

    Use / or . to prefix your search query.  e.g., /pink floyd

    Then, when results are shown:

        <number(s)> - play specified items, separated by commas.
                      e.g., 1-3,5 plays items 1, 2, 3 and 5.

        i <number> - view information on video <number>
        c <number> - view comments for video <number>
        d <number> - download video <number>
        r <number> - show videos related to video <number>
        u <number> - show videos uploaded by uploader of video <number>
        x <number> - copy item <number> url to clipboard (requires pyperclip)

        q, quit - exit mpsyt