1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00

New port: devel/py-lineedit: Readline library based on prompt_toolkit which supports multiple modes

This commit is contained in:
Yuri Victorovich 2018-09-01 15:41:43 +00:00
parent b3d4f192dd
commit 122614b4cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478707
4 changed files with 30 additions and 0 deletions

View File

@ -4703,6 +4703,7 @@
SUBDIR += py-libvirt
SUBDIR += py-libzfs
SUBDIR += py-linecache2
SUBDIR += py-lineedit
SUBDIR += py-llfuse
SUBDIR += py-llvmcpy
SUBDIR += py-llvmlite

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= lineedit
PORTVERSION= 0.1.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Readline library based on prompt_toolkit which supports multiple modes
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1535814668
SHA256 (lineedit-0.1.1.tar.gz) = 1000583c0adb16a8fde859d8eb026bfc499a370ee51bdae445dc037180683c3d
SIZE (lineedit-0.1.1.tar.gz) = 258976

View File

@ -0,0 +1,4 @@
lineedit provides some subclasses inherited from prompt_toolkit to mimic Julia
LineEdit.jl with multiple modal support.
WWW: https://github.com/randy3k/lineedit