22 lines
553 B
Text
22 lines
553 B
Text
|
Source: pyfzf
|
||
|
Section: python
|
||
|
Priority: optional
|
||
|
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||
|
Build-Depends:
|
||
|
debhelper-compat (= 13),
|
||
|
dh-sequence-python3,
|
||
|
python3-all,
|
||
|
python3-setuptools,
|
||
|
Rules-Requires-Root: no
|
||
|
Standards-Version: 4.7.0
|
||
|
Homepage: https://github.com/nk412/pyfzf
|
||
|
|
||
|
Package: python3-pyfzf
|
||
|
Section: python
|
||
|
Architecture: all
|
||
|
Depends:
|
||
|
${misc:Depends},
|
||
|
${python3:Depends},
|
||
|
Description: A python wrapper for fzf (command-line fuzzy finder)
|
||
|
pyfzf is a Python wrapper for fzf, a general-purpose command-line fuzzy finder.
|