gpo.zugaina.org

Search Portage & Overlays:

dev-python/pyqode-core

Core framework for pyqode - Qt source-code editor widget

Screenshots

  • pyqode-core-4.0.11
    ~amd64 ~x86
    python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: MIT   
    Overlay: stuff

ChangeLog

commit 92cc8000c8e38dbf069b68ca217af0873dcad1e4
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 22 22:31:20 2026 +0200

*/*: normalize personal-maintainer metadata.xml

Unify the three styles that had accumulated across the overlay
(pf-sources-style tab+email-only, bidict-style 2-space+name,
plus a handful of one-off indents) onto a single canonical form:

- DTD URL on https
- 2-space indentation
- <maintainer type="person"> with both <email> and
<name>Ivan S. Titov</name>

Only the Titov maintainer block is touched; co-maintainers and
::gentoo proxy-project maintainers in forked packages are left
as-is. 66 files changed; pkgcheck scan identical before and
after.

commit 9f3921433cf56957ee542aecefbc854ebf5f3655
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 17:05:04 2026 +0200

dev-python/pyqode-core: new package, add 4.0.11

Core framework for the pyQode Qt source-code editor widget. Never
shipped in ::gentoo; needed here as a dep of dev-python/pyqode-python,
which is in turn a hard import-time dep of dev-python/hyperspyui.

Gentoo-name-normalize the upstream dotted pypi project name
("pyqode.core" -> dev-python/pyqode-core). The sdist on pypi is
already dash-normalized (pyqode-core-4.0.11.tar.gz), so $ matches
$ directly.

Upstream still lists `future` as a required dep, but grepping the
installed tree shows only `from __future__ import print_function`
(stdlib) - no pypi `future` package needed. Skip that dep.

Tested: `ebuild ... clean compile install` is clean, installs 6.8 MiB.
Signed-off-by: Raukaan Cogbrother <cogbrother@raukaan.local>