| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.1 | 7 | ~amd64 ~x86 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..11} )
inherit distutils-r1
DESCRIPTION="A python wrapper for fzf"
HOMEPAGE="https://github.com/nk412/pyfzf"
SRC_URI="https://github.com/nk412/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="app-shells/fzf
"
app-shells/fzf
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pyfzf-0.3.1.tar.gz | 32985 bytes | https://github.com/nk412/pyfzf/archive/refs/tags/0.3.1.tar.gz |