Skip to content

Commit 8acf8dc

Browse files
committed
Remove Python support, due to it being buggy, unused, libraries unmaintained
1 parent 17edca8 commit 8acf8dc

File tree

39 files changed

+885
-5624
lines changed

39 files changed

+885
-5624
lines changed

.cargo/config.toml

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[env]
2-
PYO3_CONFIG_FILE = { value = "crates/onetagger-python/pyembedded/pyo3-build-config-file.txt", relative = true }
3-
41
# Mac OS libraries
52
[target.x86_64-apple-darwin]
63
rustflags = ["-lz", "-lbz2", "-llzma", "-C", "link-args=-framework AudioUnit"]

.github/workflows/build.yml

-6
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
pnpm run build
4545
cd ..
4646
cargo update
47-
cargo run --bin onetagger-python-builder --release
4847
cargo build --release
4948
5049
- name: Bundle
@@ -109,7 +108,6 @@ jobs:
109108
pnpm run build
110109
cd ..
111110
cargo update
112-
cargo run --bin onetagger-python-builder --release
113111
cargo build --release
114112
115113
- name: Bundle
@@ -120,15 +118,13 @@ jobs:
120118
&'C:\Program Files (x86)\NSIS\makensis.exe' 'assets\installer.nsi'
121119
copy target\release\onetagger.exe dist\OneTagger-windows.exe
122120
copy target\release\onetagger-cli.exe dist\OneTagger-windows-cli.exe
123-
copy crates\onetagger-python\pyembedded\python310.dll dist\python310.dll
124121
125122
- name: Upload Archive
126123
uses: actions/upload-artifact@v3
127124
with:
128125
name: onetagger-win
129126
path: |
130127
dist/OneTagger-windows.exe
131-
dist/python310.dll
132128
133129
- name: Upload Archive
134130
uses: actions/upload-artifact@v3
@@ -142,7 +138,6 @@ jobs:
142138
name: onetagger-win-cli
143139
path: |
144140
dist/OneTagger-windows-cli.exe
145-
dist/python310.dll
146141
147142
build-mac:
148143
name: Mac
@@ -177,7 +172,6 @@ jobs:
177172
pnpm run build
178173
cd ..
179174
cargo update
180-
cargo run --bin onetagger-python-builder --release
181175
cd crates/onetagger
182176
cargo bundle --release
183177
cd ../..

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ osxcross/
1212
test/
1313
vc_redist.x64.exe
1414
assets/vc_redist.x64.exe
15-
crates/onetagger-python/pyembedded
1615
*.dll
1716

1817
perf.data

CUSTOM_PLATFORMS.md

-304
This file was deleted.

0 commit comments

Comments
 (0)