Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2020 20:07:07 +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: r552447 - head/devel/bpython
Message-ID:  <202010152007.09FK77Qc005345@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct 15 20:07:06 2020
New Revision: 552447
URL: https://svnweb.freebsd.org/changeset/ports/552447

Log:
  Update to 0.20
  
  Changes:	https://github.com/bpython/bpython/releases
  		https://github.com/bpython/bpython/blob/master/CHANGELOG

Modified:
  head/devel/bpython/Makefile
  head/devel/bpython/distinfo

Modified: head/devel/bpython/Makefile
==============================================================================
--- head/devel/bpython/Makefile	Thu Oct 15 20:07:01 2020	(r552446)
+++ head/devel/bpython/Makefile	Thu Oct 15 20:07:06 2020	(r552447)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bpython
-PORTVERSION=	0.19
-PORTREVISION=	1
+PORTVERSION=	0.20
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP \
 		https://bpython-interpreter.org/releases/
@@ -16,11 +15,12 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PY_SPHINX}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}curtsies>=0.1.18:devel/py-curtsies@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}curtsies>=0.3.0:devel/py-curtsies@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}greenlet>=0:devel/py-greenlet@${PY_FLAVOR} \
 		${PY_PYGMENTS} \
 		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>=1.5:devel/py-six@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}six>=1.5:devel/py-six@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/devel/bpython/distinfo
==============================================================================
--- head/devel/bpython/distinfo	Thu Oct 15 20:07:01 2020	(r552446)
+++ head/devel/bpython/distinfo	Thu Oct 15 20:07:06 2020	(r552447)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1588279600
-SHA256 (bpython-0.19.tar.gz) = 476ce09a896c4d34bf5e56aca64650c56fdcfce45781a20dc1521221df8cc49c
-SIZE (bpython-0.19.tar.gz) = 216564
+TIMESTAMP = 1602780724
+SHA256 (bpython-0.20.tar.gz) = fec7d97be9912a50d8f5b34ca10d70715c99a33f0cd0b9e4977c1b0f617fa913
+SIZE (bpython-0.20.tar.gz) = 224127



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