Date: Wed, 5 Dec 2018 14:34:29 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486676 - in head/devel: . py-prompt_toolkit2 Message-ID: <201812051434.wB5EYT7n010129@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed Dec 5 14:34:29 2018 New Revision: 486676 URL: https://svnweb.freebsd.org/changeset/ports/486676 Log: devel/py-prompt_toolkit2: create port 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 Added: head/devel/py-prompt_toolkit2/ head/devel/py-prompt_toolkit2/Makefile (contents, props changed) head/devel/py-prompt_toolkit2/distinfo (contents, props changed) head/devel/py-prompt_toolkit2/pkg-descr (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Dec 5 14:22:50 2018 (r486675) +++ head/devel/Makefile Wed Dec 5 14:34:29 2018 (r486676) @@ -4906,6 +4906,7 @@ SUBDIR += py-prettytable SUBDIR += py-prioritized_methods SUBDIR += py-prompt_toolkit + SUBDIR += py-prompt_toolkit2 SUBDIR += py-protobuf SUBDIR += py-protocols SUBDIR += py-ptable Added: head/devel/py-prompt_toolkit2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-prompt_toolkit2/Makefile Wed Dec 5 14:34:29 2018 (r486676) @@ -0,0 +1,24 @@ +# $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> Added: head/devel/py-prompt_toolkit2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-prompt_toolkit2/distinfo Wed Dec 5 14:34:29 2018 (r486676) @@ -0,0 +1,3 @@ +TIMESTAMP = 1543977502 +SHA256 (prompt_toolkit-2.0.7.tar.gz) = fd17048d8335c1e6d5ee403c3569953ba3eb8555d710bfc548faf0712666ea39 +SIZE (prompt_toolkit-2.0.7.tar.gz) = 343267 Added: head/devel/py-prompt_toolkit2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-prompt_toolkit2/pkg-descr Wed Dec 5 14:34:29 2018 (r486676) @@ -0,0 +1,4 @@ +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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812051434.wB5EYT7n010129>