Skip to content

Commit

Permalink
chore: remove stray decompyle call
Browse files Browse the repository at this point in the history
  • Loading branch information
kmontag committed Dec 11, 2024
1 parent 2fd63da commit e3f2a6e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 77 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,11 @@ clean:
# Proxy target for the remote scripts submodule.
__ext__/AbletonLive12_MIDIRemoteScripts/README.md: .gitmodules
git submodule update --init "$(@D)"
touch $@

# Set files with different configurations for testing.
$(TEST_PROJECT_DIR)/%.als: .make.install $(TEST_PROJECT_DIR)/create_set.py
$(POETRY) run python $(TEST_PROJECT_DIR)/create_set.py $*

# decompyle3 works for most files, and the ones where it doesn't don't
# matter for our purposes.
$(POETRY) run decompyle3 -r -o $(@D)/ableton/ $(SYSTEM_MIDI_REMOTE_SCRIPTS_DIR)/ableton/

touch $@

.make.install: pyproject.toml poetry.lock
Expand Down
70 changes: 1 addition & 69 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ future = "0.18.3"

# Dependencies for testing and build tasks. These won't be available at runtime in Live.
[tool.poetry.group.dev.dependencies]
# Decompilation tool for generating system MIDI Remote Scripts.
decompyle3 = "^3.9.0"

# MIDI input/output for tests.
mido = "^1.3.2"
python-rtmidi = "^1.5.2"
Expand Down

0 comments on commit e3f2a6e

Please sign in to comment.