mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
M3 namespace migration: complete Phase B, partial Phase D, docs and tests
- Native runtime under bearhub/ (api, commons, gems, view/util, view/core, view/qt) - bauh/ compatibility re-export shims for legacy imports - Phase D: canonical __version__/__app_name__ in bearhub/__init__.py; pyproject.toml and setup.py point at bearhub package - Native gem loader at bearhub/view/core/gems.py - Namespace compatibility tests (159 tests passing) - Documentation: CHANGELOG [Unreleased], NAMESPACE_MIGRATION, ROADMAP, README, CONTRIBUTING, docs/qt6-migration.md, packaging/aur/README.md
This commit is contained in:
1
bauh/gems/appimage/__init__.py
Normal file
1
bauh/gems/appimage/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.appimage import * # noqa: F401,F403
|
||||
1
bauh/gems/appimage/config.py
Normal file
1
bauh/gems/appimage/config.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.appimage.config import * # noqa: F401,F403
|
||||
1
bauh/gems/appimage/controller.py
Normal file
1
bauh/gems/appimage/controller.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.appimage.controller import * # noqa: F401,F403
|
||||
1
bauh/gems/appimage/model.py
Normal file
1
bauh/gems/appimage/model.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.appimage.model import * # noqa: F401,F403
|
||||
1
bauh/gems/appimage/query.py
Normal file
1
bauh/gems/appimage/query.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.appimage.query import * # noqa: F401,F403
|
||||
1
bauh/gems/appimage/util.py
Normal file
1
bauh/gems/appimage/util.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.appimage.util import * # noqa: F401,F403
|
||||
1
bauh/gems/appimage/worker.py
Normal file
1
bauh/gems/appimage/worker.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.appimage.worker import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/__init__.py
Normal file
1
bauh/gems/arch/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.__init__ import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/aur.py
Normal file
1
bauh/gems/arch/aur.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.aur import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/config.py
Normal file
1
bauh/gems/arch/config.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.config import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/confirmation.py
Normal file
1
bauh/gems/arch/confirmation.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.confirmation import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/controller.py
Normal file
1
bauh/gems/arch/controller.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.controller import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/cpu_manager.py
Normal file
1
bauh/gems/arch/cpu_manager.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.cpu_manager import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/database.py
Normal file
1
bauh/gems/arch/database.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.database import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/dependencies.py
Normal file
1
bauh/gems/arch/dependencies.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.dependencies import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/disk.py
Normal file
1
bauh/gems/arch/disk.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.disk import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/download.py
Normal file
1
bauh/gems/arch/download.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.download import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/exceptions.py
Normal file
1
bauh/gems/arch/exceptions.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.exceptions import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/git.py
Normal file
1
bauh/gems/arch/git.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.git import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/gpg.py
Normal file
1
bauh/gems/arch/gpg.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.gpg import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/makepkg.py
Normal file
1
bauh/gems/arch/makepkg.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.makepkg import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/mapper.py
Normal file
1
bauh/gems/arch/mapper.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.mapper import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/message.py
Normal file
1
bauh/gems/arch/message.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.message import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/mirrors.py
Normal file
1
bauh/gems/arch/mirrors.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.mirrors import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/model.py
Normal file
1
bauh/gems/arch/model.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.model import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/output.py
Normal file
1
bauh/gems/arch/output.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.output import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/pacman.py
Normal file
1
bauh/gems/arch/pacman.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.pacman import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/pkgbuild.py
Normal file
1
bauh/gems/arch/pkgbuild.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.pkgbuild import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/proc_util.py
Normal file
1
bauh/gems/arch/proc_util.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.proc_util import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/rebuild_detector.py
Normal file
1
bauh/gems/arch/rebuild_detector.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.rebuild_detector import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/sorting.py
Normal file
1
bauh/gems/arch/sorting.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.sorting import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/sshell.py
Normal file
1
bauh/gems/arch/sshell.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.sshell import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/suggestions.py
Normal file
1
bauh/gems/arch/suggestions.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.suggestions import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/updates.py
Normal file
1
bauh/gems/arch/updates.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.updates import * # noqa: F401,F403
|
||||
1
bauh/gems/arch/worker.py
Normal file
1
bauh/gems/arch/worker.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.arch.worker import * # noqa: F401,F403
|
||||
1
bauh/gems/flatpak/__init__.py
Normal file
1
bauh/gems/flatpak/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.flatpak import * # noqa: F401,F403
|
||||
1
bauh/gems/flatpak/config.py
Normal file
1
bauh/gems/flatpak/config.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.flatpak.config import * # noqa: F401,F403
|
||||
1
bauh/gems/flatpak/constants.py
Normal file
1
bauh/gems/flatpak/constants.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.flatpak.constants import * # noqa: F401,F403
|
||||
1
bauh/gems/flatpak/controller.py
Normal file
1
bauh/gems/flatpak/controller.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.flatpak.controller import * # noqa: F401,F403
|
||||
1
bauh/gems/flatpak/flatpak.py
Normal file
1
bauh/gems/flatpak/flatpak.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.flatpak.flatpak import * # noqa: F401,F403
|
||||
1
bauh/gems/flatpak/model.py
Normal file
1
bauh/gems/flatpak/model.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.flatpak.model import * # noqa: F401,F403
|
||||
1
bauh/gems/flatpak/worker.py
Normal file
1
bauh/gems/flatpak/worker.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.flatpak.worker import * # noqa: F401,F403
|
||||
1
bauh/gems/web/__init__.py
Normal file
1
bauh/gems/web/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.web import * # noqa: F401,F403
|
||||
1
bauh/gems/web/config.py
Normal file
1
bauh/gems/web/config.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.web.config import * # noqa: F401,F403
|
||||
1
bauh/gems/web/controller.py
Normal file
1
bauh/gems/web/controller.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.web.controller import * # noqa: F401,F403
|
||||
1
bauh/gems/web/environment.py
Normal file
1
bauh/gems/web/environment.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.web.environment import * # noqa: F401,F403
|
||||
1
bauh/gems/web/model.py
Normal file
1
bauh/gems/web/model.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.web.model import * # noqa: F401,F403
|
||||
1
bauh/gems/web/nativefier.py
Normal file
1
bauh/gems/web/nativefier.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.web.nativefier import * # noqa: F401,F403
|
||||
1
bauh/gems/web/search.py
Normal file
1
bauh/gems/web/search.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.web.search import * # noqa: F401,F403
|
||||
1
bauh/gems/web/suggestions.py
Normal file
1
bauh/gems/web/suggestions.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.web.suggestions import * # noqa: F401,F403
|
||||
1
bauh/gems/web/worker.py
Normal file
1
bauh/gems/web/worker.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.gems.web.worker import * # noqa: F401,F403
|
||||
Reference in New Issue
Block a user