Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2019 18:00:15 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499291 - head/devel/py-pyrepl
Message-ID:  <201904181800.x3II0FCj081507@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Apr 18 18:00:15 2019
New Revision: 499291
URL: https://svnweb.freebsd.org/changeset/ports/499291

Log:
  Update to 0.9.0
  
  - Update pkg-descr
  - Take maintainership
  
  Changes:	https://bitbucket.org/pypy/pyrepl/src/default/CHANGES

Modified:
  head/devel/py-pyrepl/Makefile
  head/devel/py-pyrepl/distinfo
  head/devel/py-pyrepl/pkg-descr

Modified: head/devel/py-pyrepl/Makefile
==============================================================================
--- head/devel/py-pyrepl/Makefile	Thu Apr 18 18:00:10 2019	(r499290)
+++ head/devel/py-pyrepl/Makefile	Thu Apr 18 18:00:15 2019	(r499291)
@@ -2,20 +2,20 @@
 # $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 <bsd.port.mk>

Modified: head/devel/py-pyrepl/distinfo
==============================================================================
--- head/devel/py-pyrepl/distinfo	Thu Apr 18 18:00:10 2019	(r499290)
+++ head/devel/py-pyrepl/distinfo	Thu Apr 18 18:00:15 2019	(r499291)
@@ -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

Modified: head/devel/py-pyrepl/pkg-descr
==============================================================================
--- head/devel/py-pyrepl/pkg-descr	Thu Apr 18 18:00:10 2019	(r499290)
+++ head/devel/py-pyrepl/pkg-descr	Thu Apr 18 18:00:15 2019	(r499291)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904181800.x3II0FCj081507>