Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardKenzie authored Oct 19, 2023
1 parent 3d978ea commit d86fb97
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ before-all = [
[tool.cibuildwheel.macos]
before-all = [
"NONINTERACTIVE=1 /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"",
"brew install make libtool pkg-config glib automake imagemagick",
"ln -s $(which glibtoolize) /usr/local/bin/libtoolize",
"git clone --branch 1.12.5 https://github.com/hpjansson/chafa libchafa_src",
"cd libchafa_src",
"./autogen.sh --without-tools",
"gmake",
"cd ..",
"cp libchafa_src/chafa/.libs/*chafa*.dylib libs/macos",
"python -m pip debug --verbose"
"brew install make libtool pkg-config glib automake imagemagick"
#"ln -s $(which glibtoolize) /usr/local/bin/libtoolize",
#"git clone --branch 1.12.5 https://github.com/hpjansson/chafa libchafa_src",
#"cd libchafa_src",
#"./autogen.sh --without-tools",
#"gmake",
#"cd ..",
#"cp libchafa_src/chafa/.libs/*chafa*.dylib libs/macos",
#"python -m pip debug --verbose"
]

test-command = "MAGICK_HOME=/usr/local/Cellar/imagemagick/ pytest -rP {package}/tests"
Expand Down

0 comments on commit d86fb97

Please sign in to comment.