python3-pytest-isort: repackage with updated pep517 build style

This commit is contained in:
icp 2023-02-01 18:52:21 +05:30 committed by Andrew J. Hesford
parent 61847a358e
commit 941450cd14
1 changed files with 0 additions and 8 deletions

View File

@ -14,14 +14,6 @@ changelog="https://github.com/stephrdev/pytest-isort/raw/master/CHANGELOG.rst"
distfiles="https://github.com/stephrdev/pytest-isort/archive/refs/tags/${version}.tar.gz"
checksum=c6994dd442e2fe50f2667d6fa6e14a5800192966b628cc31107c8f96c36a514b
do_check() {
rm -rf tmp # remove artifacts from previous unsuccessful check run
mkdir tmp
bsdtar xf dist/pytest_isort-$version-py3-none-any.whl -C tmp
PYTHONPATH=tmp pytest
rm -rf tmp
}
post_install() {
vlicense LICENSE.rst
}