mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
prompt_toolkit could be a replacement for GNU readline, but it can be much more than that. Version 2.0 is incompatible with version 1.0. WWW: https://github.com/prompt-toolkit/python-prompt-toolkit
24 lines
561 B
Makefile
24 lines
561 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= prompt_toolkit
|
|
PORTVERSION= 2.0.7
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= 2
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Library for building powerful interactive command lines in Python
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|