Skip to content

Commit

Permalink
universe/py3-tox: update gpep517 build to use hidden dirs for dist/te…
Browse files Browse the repository at this point in the history
…stenv

[ commit 083eb89bb9af1e5570429a2580c0c2d5d136be4c ]

this works around issues like pytest-dev/pytest#3151
  • Loading branch information
nekopsykose authored and konfetka1989 committed Jul 31, 2023
1 parent 8258d6e commit 1ee459d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions universe/py3-tox/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ provides="py-tox=$pkgver-r$pkgrel" # Backwards compatibility

build() {
gpep517 build-wheel \
--wheel-dir dist \
--wheel-dir .dist \
--output-fd 3 3>&1 >&2
}

Expand All @@ -44,7 +44,7 @@ check() {

package() {
python3 -m installer -d "$pkgdir" \
dist/*.whl
.dist/*.whl
}

sha512sums="
Expand Down

0 comments on commit 1ee459d

Please sign in to comment.