mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pytest-httpserver: repackage with updated pep517 build style
This commit is contained in:
parent
941450cd14
commit
2890951790
1 changed files with 0 additions and 8 deletions
|
@ -14,14 +14,6 @@ changelog="https://raw.githubusercontent.com/csernazs/pytest-httpserver/master/C
|
||||||
distfiles="https://github.com/csernazs/pytest-httpserver/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/csernazs/pytest-httpserver/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=932843df9fa584e6a664b2e7a21dec4ddf9507c235a78853f21e00b111352395
|
checksum=932843df9fa584e6a664b2e7a21dec4ddf9507c235a78853f21e00b111352395
|
||||||
|
|
||||||
do_check() {
|
|
||||||
rm -rf tmp # remove artifacts from previous unsuccessful check run
|
|
||||||
mkdir tmp
|
|
||||||
bsdtar xf dist/pytest_httpserver-$version-py3-none-any.whl -C tmp
|
|
||||||
PYTHONPATH=tmp pytest tests
|
|
||||||
rm -rf tmp
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue