Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 May 2021 20:02:56 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: 38190543faeb - main - devel/py-ipdb: Update to 0.13.8
Message-ID:  <202105302002.14UK2uj5075711@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=38190543faeb7db764fdf0b38fb18f4c3023cca8

commit 38190543faeb7db764fdf0b38fb18f4c3023cca8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-05-30 19:52:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-05-30 19:52:25 +0000

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

diff --git a/devel/py-ipdb/Makefile b/devel/py-ipdb/Makefile
index 087d7df42d5f..1a08e4f068d0 100644
--- a/devel/py-ipdb/Makefile
+++ b/devel/py-ipdb/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	ipdb
-PORTVERSION=	0.13.7
+PORTVERSION=	0.13.8
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +10,8 @@ COMMENT=	IPython-enabled pdb
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipython>=7.17.0:devel/ipython@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}ipython>=7.17.0:devel/ipython@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}toml>=0.10.2:textproc/py-toml@${PY_FLAVOR}
 
 USES=		python:3.7+
diff --git a/devel/py-ipdb/distinfo b/devel/py-ipdb/distinfo
index 296ecf632d35..2c630434903d 100644
--- a/devel/py-ipdb/distinfo
+++ b/devel/py-ipdb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618320144
-SHA256 (ipdb-0.13.7.tar.gz) = 178c367a61c1039e44e17c56fcc4a6e7dc11b33561261382d419b6ddb4401810
-SIZE (ipdb-0.13.7.tar.gz) = 16437
+TIMESTAMP = 1622213928
+SHA256 (ipdb-0.13.8.tar.gz) = 8d368fa048a93ad6c1985d7f1d78d68580c879e4053fc15714bdcf2a1b042d06
+SIZE (ipdb-0.13.8.tar.gz) = 16761



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