mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
83830d879a
commit
560320df91
1 changed files with 5 additions and 4 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'tox'
|
# Template file for 'tox'
|
||||||
pkgname=tox
|
pkgname=tox
|
||||||
version=4.23.2
|
version=4.24.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling hatch-vcs"
|
hostmakedepends="hatchling hatch-vcs"
|
||||||
depends="python3-cachetools python3-chardet python3-colorama python3-filelock
|
depends="python3-cachetools python3-chardet python3-colorama python3-filelock
|
||||||
python3-pluggy python3-pyproject-api python3-virtualenv"
|
python3-packaging python3-platformdirs python3-pluggy python3-pyproject-api
|
||||||
|
python3-virtualenv"
|
||||||
checkdepends="$depends python3-distlib python3-flaky python3-psutil
|
checkdepends="$depends python3-distlib python3-flaky python3-psutil
|
||||||
python3-pytest python3-pytest-mock python3-pytest-xdist python3-re-assert
|
python3-pytest python3-pytest-mock python3-pytest-xdist python3-re-assert
|
||||||
python3-time-machine python3-wheel"
|
python3-time-machine python3-wheel"
|
||||||
|
@ -15,7 +16,7 @@ license="MIT"
|
||||||
homepage="https://tox.wiki/"
|
homepage="https://tox.wiki/"
|
||||||
changelog="https://raw.githubusercontent.com/tox-dev/tox/main/docs/changelog.rst"
|
changelog="https://raw.githubusercontent.com/tox-dev/tox/main/docs/changelog.rst"
|
||||||
distfiles="${PYPI_SITE}/t/tox/tox-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/tox/tox-${version}.tar.gz"
|
||||||
checksum=86075e00e555df6e82e74cfc333917f91ecb47ffbc868dcafbd2672e332f4a2c
|
checksum=083a720adbc6166fff0b7d1df9d154f9d00bfccb9403b8abf6bc0ee435d6a62e
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# Running via PYTHONPATH breaks a few tests so we use a venv
|
# Running via PYTHONPATH breaks a few tests so we use a venv
|
||||||
|
|
Loading…
Add table
Reference in a new issue