Skip to content
Snippets Groups Projects
Commit ebd81554 authored by omni's avatar omni
Browse files

community/py3-pyfzf: new aport

new mycli dependency
parent 83f4f15d
No related branches found
No related tags found
1 merge request!74973community/mycli: upgrade to 1.28.0
# Maintainer: omni <omni+alpine@hack.org>
maintainer="omni <omni+alpine@hack.org>"
pkgname=py3-pyfzf
pkgver=0.3.1
pkgrel=0
_pkgname=pyfzf
pkgdesc="python wrapper for fzf"
url="https://github.com/nk412/pyfzf"
arch="noarch"
license="MIT"
depends="python3"
makedepends="py3-gpep517 py3-setuptools py3-wheel"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/p/pyfzf/pyfzf-$pkgver.tar.gz"
options="!check" # no test suite
builddir="$srcdir/$_pkgname-$pkgver"
build() {
gpep517 build-wheel \
--wheel-dir .dist \
--output-fd 3 3>&1 >&2
}
package() {
python3 -m installer -d "$pkgdir" \
.dist/*.whl
}
sha512sums="
9c3240ea791123080291eba7ca3f4bf4978aff49fac4cdc9156c4198598a0440248cd9878c15dd939052c6a7decd0cf043f4648ec496ac1b8e3a41dffad5cd24 py3-pyfzf-0.3.1.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment