2021-06-14 19:51:54 +00:00
|
|
|
# Description: Python virtualenv management and testing tool
|
|
|
|
# URL: https://pypi.org/project/tox/
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
2023-04-13 22:41:01 +02:00
|
|
|
# Depends on: python3-py python3-toml python3-virtualenv
|
2021-06-14 19:51:54 +00:00
|
|
|
|
|
|
|
name=python3-tox
|
2023-05-28 11:16:17 +02:00
|
|
|
version=4.5.2
|
2021-06-14 19:51:54 +00:00
|
|
|
release=1
|
|
|
|
source=(https://pypi.io/packages/source/t/tox/tox-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd tox-$version
|
2022-12-09 19:31:23 +00:00
|
|
|
|
|
|
|
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
|
|
|
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
|
2021-06-14 19:51:54 +00:00
|
|
|
}
|