dev-python/pyfzf - 0.3.1 (dinolay)

Search

Package Information

Description:
A python wrapper for fzf
Homepage:
https://github.com/nk412/pyfzf
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.3.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{7..13} )
DISTUTILS_USE_PEP517=setuptools

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
dev-python/plumbum[${PYTHON_USEDEP}]
"

Dependencies

RDEPEND

app-shells/fzf
dev-python/plumbum[${PYTHON_USEDEP}]

Manifest for 0.3.1

Type File Size Source URLs
DIST pyfzf-0.3.1.tar.gz 3652 bytes https://github.com/nk412/pyfzf/archive/refs/tags/0.3.1.tar.gz