Index: head/devel/py-pyrepl/Makefile =================================================================== --- head/devel/py-pyrepl/Makefile (revision 499290) +++ head/devel/py-pyrepl/Makefile (revision 499291) @@ -1,21 +1,21 @@ # Created by: Hye-Shik Chang # $FreeBSD$ PORTNAME= pyrepl -PORTVERSION= 0.8.4 -PORTREVISION= 1 +PORTVERSION= 0.9.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Replacement for readline and interactive environment for Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils + NO_ARCH= yes .include Index: head/devel/py-pyrepl/distinfo =================================================================== --- head/devel/py-pyrepl/distinfo (revision 499290) +++ head/devel/py-pyrepl/distinfo (revision 499291) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515610089 -SHA256 (pyrepl-0.8.4.tar.gz) = 3bcbbf1e47d2b80819b805aceea16dc90832ba4800035d595fa3c4bf48fcd4d7 -SIZE (pyrepl-0.8.4.tar.gz) = 45607 +TIMESTAMP = 1555592233 +SHA256 (pyrepl-0.9.0.tar.gz) = 292570f34b5502e871bbb966d639474f2b57fbfcd3373c2d6a2f3d56e681a775 +SIZE (pyrepl-0.9.0.tar.gz) = 48744 Index: head/devel/py-pyrepl/pkg-descr =================================================================== --- head/devel/py-pyrepl/pkg-descr (revision 499290) +++ head/devel/py-pyrepl/pkg-descr (revision 499291) @@ -1,13 +1,10 @@ -Pyrepl is a neat replacement for python readline module. - -Features: - - sane multi-line editing - - history, with incremental search - - completion, including displaying of available options - - a fairly large subset of the readline emacs-mode key bindings - (adding more is mostly just a matter of typing) - - Deliberately liberal, Python-style license - - no global variables, so you can run two independent readers - without having their histories interfering. +pyrepl is a Python library, inspired by readline, for building flexible command +line interfaces, featuring: +- sane multi-line editing +- history, with incremental search +- completion, including displaying of available options +- a fairly large subset of the readline emacs-mode keybindings +- a liberal, Python-style, license +- a new python top-level. WWW: https://bitbucket.org/pypy/pyrepl