Skip to content

Commit

Permalink
Remove nauert extra (#1659)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca authored Feb 20, 2025
1 parent c9b6ceb commit 6fa3118
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 27 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ gh-pages:

isort-check:
isort --case-sensitive --check-only --diff --line-width=88 --multi-line=3 \
--project=abjad --project=abjadext --thirdparty=ply --thirdparty=roman \
--thirdparty=uqbar --trailing-comma --use-parentheses .
--project=abjad --thirdparty=ply --thirdparty=roman --thirdparty=uqbar \
--trailing-comma --use-parentheses .

isort-reformat:
isort --case-sensitive --line-width=88 --multi-line=3 --project=abjad \
--project=abjadext --thirdparty=ply --thirdparty=roman --thirdparty=uqbar \
isort --case-sensitive --line-width=88 --multi-line=3 \
--project=abjad --thirdparty=ply --thirdparty=roman --thirdparty=uqbar \
--trailing-comma --use-parentheses .

mypy:
Expand Down
22 changes: 0 additions & 22 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,26 +95,4 @@
uqbar_book_use_black = True
uqbar_book_use_cache = True

try:
import abjadext # noqa

uqbar_api_source_paths.append("abjadext")
uqbar_book_console_setup.append("import abjadext")
except ImportError:
pass

try:
from abjadext import microtones # noqa

uqbar_book_console_setup.append("from abjadext import microtones")
except ImportError:
pass

try:
from abjadext import nauert # noqa

uqbar_book_console_setup.append("from abjadext import nauert")
except ImportError:
pass

version = abjad.__version__
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ name = "Joséphine Wolf Oberholtzer"
email = "[email protected]"

[project.optional-dependencies]
nauert = ["abjad-ext-nauert>=3.21"]
dev = [
"black>=25.1.0",
"flake8>=7.1.1",
Expand Down

0 comments on commit 6fa3118

Please sign in to comment.