Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

retext 7.2.0 #19440

Closed
wants to merge 2 commits into from
Closed

Conversation

holgersson32644
Copy link
Contributor

  • app-editors/retext: Bump to 7.2.0
  • app-editors/retext: Update the live ebuild

This bump does not support python 3.7 anymore, as python 3.8 is already
stable.

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Nils Freydank <holgersson@posteo.de>
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Nils Freydank <holgersson@posteo.de>
@gentoo-bot
Copy link

Pull Request assignment

Submitter: @holgersson32644
Areas affected: ebuilds
Packages affected: app-editors/retext

app-editors/retext: @holgersson32644, @gentoo/proxy-maint

Linked bugs

No bugs to link found. If your pull request references any of the Gentoo bug reports, please add appropriate GLEP 66 tags to the commit message and request reassignment.


In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

Docs: Code of ConductCopyright policy (expl.) ● DevmanualGitHub PRsProxy-maint guide

@gentoo-bot gentoo-bot added self-maintained The PR changes only packages that are maintained by the submitter (i.e. no need to ask anybody else) assigned PR successfully assigned to the package maintainer(s). labels Feb 13, 2021
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2021-02-13 08:55 UTC
Newest commit scanned: 0f5b682
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/43e54d6069/output.html

app-editors/retext/retext-7.2.0.ebuild Show resolved Hide resolved
Comment on lines +50 to +52
python_test() {
esetup.py test
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can be replaced with distutils_enable_tests setup.py. But weirdly that ends up in a modulenotfound error,

======================================================================
ERROR: test_editor (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: test_editor
Traceback (most recent call last):
  File "/usr/lib/python3.8/unittest/loader.py", line 154, in loadTestsFromName
    module = __import__(module_name)
  File "/var/tmp/portage/app-editors/retext-7.2.0/work/ReText-7.2.0/tests/test_editor.py", line 28, in <module>
    from PyQt5.QtTest import QTest
ModuleNotFoundError: No module named 'PyQt5.QtTest'

So it might need dev-python/PyQt5[testlib] as a test-dep? Could you check?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). self-maintained The PR changes only packages that are maintained by the submitter (i.e. no need to ask anybody else)
Projects
None yet
4 participants