Skip to content

Commit

Permalink
remove mycroft (#439)
Browse files Browse the repository at this point in the history
* breaking!:remove mycroft module

* drop cps
  • Loading branch information
JarbasAl authored Mar 4, 2025
1 parent 22bb956 commit 2a10fa9
Show file tree
Hide file tree
Showing 878 changed files with 39 additions and 21,245 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
run:
runs-on: ubuntu-latest
env:
PYTHON: '3.9'
PYTHON: "3.11"
steps:
- uses: actions/checkout@master
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: "3.10"
python-version: "3.11"
- name: Install System Dependencies
run: |
sudo apt-get update
Expand All @@ -33,7 +33,6 @@ jobs:
pip install ./test/end2end/skill-new-stop
pip install ./test/end2end/skill-old-stop
pip install ./test/end2end/skill-fake-fm
pip install ./test/end2end/skill-fake-fm-legacy
pip install ./test/end2end/skill-ovos-fakewiki
pip install ./test/end2end/metadata-test-plugin
- name: Install core repo
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/end2end_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
max-parallel: 3
matrix:
python-version: [3.9]
python-version: ["3.11"]
runs-on: ubuntu-latest
timeout-minutes: 35
steps:
Expand All @@ -60,7 +60,6 @@ jobs:
uv pip install --system ./test/end2end/skill-new-stop
uv pip install --system ./test/end2end/skill-old-stop
uv pip install --system ./test/end2end/skill-fake-fm
uv pip install --system ./test/end2end/skill-fake-fm-legacy
uv pip install --system ./test/end2end/skill-ovos-fakewiki
uv pip install --system ./test/end2end/metadata-test-plugin
- name: Install core repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
max-parallel: 3
matrix:
python-version: [3.9]
python-version: ["3.11"]
runs-on: ubuntu-latest
timeout-minutes: 35
steps:
Expand Down
45 changes: 0 additions & 45 deletions .github/workflows/mycroft_tests.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/pipaudit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-version: [3.9, "3.10", "3.11"]
python-version: ["3.10", "3.11"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
29 changes: 26 additions & 3 deletions .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,32 @@ on:
branches: [dev]

jobs:

translations:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
with:
ref: dev
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: "3.11"

- name: Sync translations by gitlocalize-app[bot]
run: |
python scripts/sync_translations.py
- name: Commit to dev
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update translations
branch: dev

publish_alpha:
if: github.event.pull_request.merged == true
needs: translations
uses: TigreGotico/gh-automations/.github/workflows/publish-alpha.yml@master
secrets: inherit
with:
Expand Down Expand Up @@ -62,7 +86,6 @@ jobs:
with:
password: ${{secrets.PYPI_TOKEN}}


propose_release:
needs: publish_alpha
if: success() # Ensure this job only runs if the previous job succeeds
Expand All @@ -76,7 +99,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: "3.11"

- name: Get version from setup.py
id: get_version
Expand Down
32 changes: 0 additions & 32 deletions .github/workflows/sync_tx.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
max-parallel: 3
matrix:
python-version: [3.9]
python-version: ["3.11"]
runs-on: ubuntu-latest
timeout-minutes: 35
steps:
Expand Down
46 changes: 0 additions & 46 deletions mycroft/__init__.py

This file was deleted.

5 changes: 0 additions & 5 deletions mycroft/api/__init__.py

This file was deleted.

15 changes: 0 additions & 15 deletions mycroft/audio/__init__.py

This file was deleted.

44 changes: 0 additions & 44 deletions mycroft/audio/__main__.py

This file was deleted.

10 changes: 0 additions & 10 deletions mycroft/audio/audioservice.py

This file was deleted.

3 changes: 0 additions & 3 deletions mycroft/audio/interface.py

This file was deleted.

5 changes: 0 additions & 5 deletions mycroft/audio/service.py

This file was deleted.

6 changes: 0 additions & 6 deletions mycroft/audio/services/__init__.py

This file was deleted.

8 changes: 0 additions & 8 deletions mycroft/audio/services/simple/__init__.py

This file was deleted.

9 changes: 0 additions & 9 deletions mycroft/audio/services/vlc/__init__.py

This file was deleted.

22 changes: 0 additions & 22 deletions mycroft/audio/speech.py

This file was deleted.

5 changes: 0 additions & 5 deletions mycroft/audio/tts.py

This file was deleted.

2 changes: 0 additions & 2 deletions mycroft/audio/utils.py

This file was deleted.

Loading

0 comments on commit 2a10fa9

Please sign in to comment.