dont trip lint
This commit is contained in:
parent
78b40d1578
commit
444d72c90d
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ source="https://github.com/python-validators/validators/archive/$pkgver/py3-vali
|
||||||
builddir="$srcdir/validators-$pkgver"
|
builddir="$srcdir/validators-$pkgver"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
gpep517 build-wheel \
|
gpep517 build-wheel \
|
||||||
--wheel-dir .dist \
|
--wheel-dir .dist \
|
||||||
--output-fd 3 3>&1 >&2
|
--output-fd 3 3>&1 >&2
|
||||||
}
|
}
|
||||||
|
@ -27,7 +27,7 @@ check() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
python3 -m installer -d "${pkgdir}" .dist/*.whl
|
python3 -m installer -d "$pkgdir" .dist/*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
|
|
Loading…
Reference in a new issue