summaryrefslogtreecommitdiff
path: root/python3-tox/Pkgfile
blob: 9fc85ef91a4f2f7d53dcc957556227c88a3fccb0 (plain)
    1 # Description: Python virtualenv management and testing tool
    2 # URL: https://pypi.org/project/tox/
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-packaging python3-pluggy python3-py python3-toml python3-virtualenv
    5 
    6 name=python3-tox
    7 version=4.3.4
    8 release=1
    9 source=(https://pypi.io/packages/source/t/tox/tox-$version.tar.gz)
   10 
   11 build() {
   12   cd tox-$version
   13 
   14   /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
   15   /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
   16 }

Generated by cgit