Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Apr 2021 07:11:37 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eaf110987ecb - main - devel/py-ipdb: Update to 0.13.7
Message-ID:  <202104180711.13I7BbCL007315@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eaf110987ecb618c195a0cca464a18cb31edaab5

commit eaf110987ecb618c195a0cca464a18cb31edaab5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-04-18 05:02:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-04-18 05:43:17 +0000

    devel/py-ipdb: Update to 0.13.7
    
    Changes:        https://github.com/gotcha/ipdb/blob/master/HISTORY.txt
---
 devel/py-ipdb/Makefile | 8 ++++----
 devel/py-ipdb/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/devel/py-ipdb/Makefile b/devel/py-ipdb/Makefile
index 74dee485c730..087d7df42d5f 100644
--- a/devel/py-ipdb/Makefile
+++ b/devel/py-ipdb/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	ipdb
-PORTVERSION=	0.13.4
-PORTREVISION=	1
+PORTVERSION=	0.13.7
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,9 +10,10 @@ COMMENT=	IPython-enabled pdb
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipython>=5.1.0:devel/ipython@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipython>=7.17.0:devel/ipython@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}toml>=0.10.2:textproc/py-toml@${PY_FLAVOR}
 
-USES=		python:3.5+
+USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
diff --git a/devel/py-ipdb/distinfo b/devel/py-ipdb/distinfo
index a152d3ca3923..296ecf632d35 100644
--- a/devel/py-ipdb/distinfo
+++ b/devel/py-ipdb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601627939
-SHA256 (ipdb-0.13.4.tar.gz) = c85398b5fb82f82399fc38c44fe3532c0dde1754abee727d8f5cfcc74547b334
-SIZE (ipdb-0.13.4.tar.gz) = 15447
+TIMESTAMP = 1618320144
+SHA256 (ipdb-0.13.7.tar.gz) = 178c367a61c1039e44e17c56fcc4a6e7dc11b33561261382d419b6ddb4401810
+SIZE (ipdb-0.13.7.tar.gz) = 16437



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