testing/py3-click-didyoumean: sync with testing
This commit is contained in:
parent
32c81d3bc4
commit
cabfc92ad5
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
# Maintainer: psykose <alice@ayaya.dev>
|
||||
# Contributor: psykose <alice@ayaya.dev>
|
||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=py3-click-didyoumean
|
||||
pkgver=0.3.0
|
||||
pkgrel=1
|
||||
pkgrel=3
|
||||
pkgdesc="Git-like did-you-mean feature in click"
|
||||
url="https://github.com/click-contrib/click-didyoumean"
|
||||
arch="noarch"
|
||||
|
@ -15,7 +16,7 @@ builddir="$srcdir/click-didyoumean-$pkgver"
|
|||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir dist \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
|
@ -26,7 +27,7 @@ check() {
|
|||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
dist/*.whl
|
||||
.dist/*.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue