contrib/python3-tox/Pkgfile

17 lines
576 B
Plaintext
Raw Normal View History

# Description: Python virtualenv management and testing tool
# URL: https://pypi.org/project/tox/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-cachetools python3-chardet python3-colorama python3-py python3-pyproject-api python3-toml python3-virtualenv
name=python3-tox
2024-04-26 23:52:13 +02:00
version=4.15.0
release=1
source=(https://pypi.io/packages/source/t/tox/tox-$version.tar.gz)
build() {
cd tox-$version
2022-12-09 20:31:23 +01:00
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}