Index: head/devel/py-prompt_toolkit/Makefile =================================================================== --- head/devel/py-prompt_toolkit/Makefile (revision 499134) +++ head/devel/py-prompt_toolkit/Makefile (revision 499135) @@ -1,23 +1,24 @@ # Created by: Steven Kreuzer # $FreeBSD$ PORTNAME= prompt_toolkit -PORTVERSION= 1.0.15 +PORTVERSION= 2.0.9 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@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} -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include Index: head/devel/py-prompt_toolkit/distinfo =================================================================== --- head/devel/py-prompt_toolkit/distinfo (revision 499134) +++ head/devel/py-prompt_toolkit/distinfo (revision 499135) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501224664 -SHA256 (prompt_toolkit-1.0.15.tar.gz) = 858588f1983ca497f1cf4ffde01d978a3ea02b01c8a26a8bbc5cd2e66d816917 -SIZE (prompt_toolkit-1.0.15.tar.gz) = 243734 +TIMESTAMP = 1552638211 +SHA256 (prompt_toolkit-2.0.9.tar.gz) = 2519ad1d8038fd5fc8e770362237ad0364d16a7650fb5724af6997ed5515e3c1 +SIZE (prompt_toolkit-2.0.9.tar.gz) = 348321 Index: head/devel/py-prompt_toolkit/pkg-descr =================================================================== --- head/devel/py-prompt_toolkit/pkg-descr (revision 499134) +++ head/devel/py-prompt_toolkit/pkg-descr (revision 499135) @@ -1,8 +1,8 @@ prompt_toolkit is a library for building powerful interactive command lines in Python. It ships with a nice interactive Python shell (called ptpython) built on top of the library. prompt_toolkit could be a replacement for readline, but it can be much more than that. -WWW: https://github.com/jonathanslenders/python-prompt-toolkit +WWW: https://github.com/prompt-toolkit/python-prompt-toolkit