backports/py3-click-repl: upgrade to 0.3.0
This commit is contained in:
parent
8027ff421a
commit
6b0e1e15af
1 changed files with 9 additions and 8 deletions
|
@ -1,21 +1,22 @@
|
|||
# Maintainer: psykose <alice@ayaya.dev>
|
||||
# Contributor: psykose <alice@ayaya.dev>
|
||||
# Maintainer: Antoien Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=py3-click-repl
|
||||
pkgver=0.2.0
|
||||
pkgrel=1
|
||||
pkgver=0.3.0
|
||||
pkgrel=2
|
||||
pkgdesc="Subcommand REPL for click apps"
|
||||
url="https://github.com/click-contrib/click-repl"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="python3 py3-six py3-click py3-prompt_toolkit"
|
||||
depends="python3 py3-click py3-prompt_toolkit"
|
||||
makedepends="py3-gpep517 py3-setuptools py3-wheel"
|
||||
checkdepends="py3-pytest"
|
||||
checkdepends="py3-pytest py3-pytest-cov"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/click-contrib/click-repl/archive/refs/tags/$pkgver.tar.gz"
|
||||
builddir="$srcdir/click-repl-$pkgver"
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir dist \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
|
@ -26,9 +27,9 @@ check() {
|
|||
|
||||
package() {
|
||||
python3 -m installer -d "$pkgdir" \
|
||||
dist/*.whl
|
||||
.dist/*.whl
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
888ef2d4082cbecbdab70d707296b20d3dcc0a13fe06ef103fbe04a3f29381fe0f3284c2eb38c6d3eb8b026063cba470a519524e98b9eadd06a5946c669ffc3b py3-click-repl-0.2.0.tar.gz
|
||||
4135cfd4a0b041d9e6446b4c938bb5863d851703f47f204cd78fc9e5ae6b7fd71215abbf08863d9a5cdb664f92df5fca2380a6efa7ddeb67dd6c9b1d4f210f65 py3-click-repl-0.3.0.tar.gz
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue