mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
hatch: repackage with updated pep517 build style
This commit is contained in:
parent
39d55f5a42
commit
3f0d0963eb
1 changed files with 2 additions and 4 deletions
|
@ -5,10 +5,8 @@ revision=2
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
# ignore backend tests, because updating hatchling when there is no new hatch
|
# ignore backend tests, because updating hatchling when there is no new hatch
|
||||||
# version yet breaks these in hatch.
|
# version yet breaks these in hatch.
|
||||||
make_check_args="--deselect tests/cli/test_root.py::TestFreshInstallation::test_config_file_creation_verbose
|
make_check_args="--ignore tests/backend
|
||||||
--deselect tests/cli/run/test_run.py::test_scripts_no_environment
|
--deselect tests/cli/run/test_run.py::test_scripts_no_environment"
|
||||||
--ignore tests/backend
|
|
||||||
--ignore backend/tests"
|
|
||||||
_deps="python3-click hatchling python3-httpx python3-hyperlink python3-keyring
|
_deps="python3-click hatchling python3-httpx python3-hyperlink python3-keyring
|
||||||
python3-packaging python3-pexpect python3-platformdirs python3-pyperclip
|
python3-packaging python3-pexpect python3-platformdirs python3-pyperclip
|
||||||
python3-rich python3-shellingham python3-tomli-w python3-tomlkit
|
python3-rich python3-shellingham python3-tomli-w python3-tomlkit
|
||||||
|
|
Loading…
Add table
Reference in a new issue