Readded missing depends

This commit is contained in:
build@apk-groulx 2023-01-12 18:48:03 +00:00
parent 08b9978cef
commit 2391ccfeee
36 changed files with 207 additions and 72 deletions

View file

@ -4,7 +4,7 @@
_pyname=click-repl
pkgname="py3-$_pyname"
pkgver=0.2.0
pkgrel=0
pkgrel=1
arch="noarch"
pkgdesc="REPL plugin for Click"
url="https://pypi.python.org/project/$_pyname"
@ -17,7 +17,7 @@ source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/${_pyname:0:1}/
builddir="$srcdir"/$_pyname-$pkgver
build() {
python setup.py build
python3 setup.py build
}
check() {
@ -26,7 +26,7 @@ check() {
}
package() {
python setup.py install --skip-build \
python3 setup.py install --skip-build \
--optimize=1 \
--root="$pkgdir"
install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"