mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
textproc/py-pyfzf: Add py-pyfzf 0.3.1
pyfzf is a python wrapper for junegunn's awesome fzf.
This commit is contained in:
parent
fbbe50f6a2
commit
3d5d19ea1c
4 changed files with 28 additions and 0 deletions
|
@ -1530,6 +1530,7 @@
|
|||
SUBDIR += py-pyexcel-ods3
|
||||
SUBDIR += py-pyexcel-xls
|
||||
SUBDIR += py-pyexcel-xlsx
|
||||
SUBDIR += py-pyfzf
|
||||
SUBDIR += py-pygccxml
|
||||
SUBDIR += py-pygments
|
||||
SUBDIR += py-pygtail
|
||||
|
|
23
textproc/py-pyfzf/Makefile
Normal file
23
textproc/py-pyfzf/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
PORTNAME= pyfzf
|
||||
PORTVERSION= 0.3.1
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Python wrapper for junegunn's fuzzyfinder (fzf)
|
||||
WWW= https://github.com/nk412/pyfzf
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= fzf:textproc/fzf
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/py-pyfzf/distinfo
Normal file
3
textproc/py-pyfzf/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1731679136
|
||||
SHA256 (pyfzf-0.3.1.tar.gz) = dd902e34cffeca9c3082f96131593dd20b4b3a9bba5b9dde1b0688e424b46bd2
|
||||
SIZE (pyfzf-0.3.1.tar.gz) = 3652
|
1
textproc/py-pyfzf/pkg-descr
Normal file
1
textproc/py-pyfzf/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
pyfzf is a python wrapper for junegunn's awesome fzf.
|
Loading…
Add table
Reference in a new issue