git: 7dc95abf4bc1 - main - devel/py-ipdb: Update to 0.13.9
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jun 14 17:47:21 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7dc95abf4bc192c6e6af1ae0f234d5f6d02b85ba
commit 7dc95abf4bc192c6e6af1ae0f234d5f6d02b85ba
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-14 17:39:58 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-14 17:39:58 +0000
devel/py-ipdb: Update to 0.13.9
Changes: https://github.com/gotcha/ipdb/blob/master/HISTORY.txt
---
devel/py-ipdb/Makefile | 2 +-
devel/py-ipdb/distinfo | 6 +++---
devel/py-ipdb/pkg-descr | 1 -
3 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/devel/py-ipdb/Makefile b/devel/py-ipdb/Makefile
index 1a08e4f068d0..084ccfbf85ef 100644
--- a/devel/py-ipdb/Makefile
+++ b/devel/py-ipdb/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ipdb
-PORTVERSION= 0.13.8
+PORTVERSION= 0.13.9
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-ipdb/distinfo b/devel/py-ipdb/distinfo
index 2c630434903d..86fb8d13fe50 100644
--- a/devel/py-ipdb/distinfo
+++ b/devel/py-ipdb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1622213928
-SHA256 (ipdb-0.13.8.tar.gz) = 8d368fa048a93ad6c1985d7f1d78d68580c879e4053fc15714bdcf2a1b042d06
-SIZE (ipdb-0.13.8.tar.gz) = 16761
+TIMESTAMP = 1622214076
+SHA256 (ipdb-0.13.9.tar.gz) = 951bd9a64731c444fd907a5ce268543020086a697f6be08f7cc2c9a752a278c5
+SIZE (ipdb-0.13.9.tar.gz) = 16820
diff --git a/devel/py-ipdb/pkg-descr b/devel/py-ipdb/pkg-descr
index f2708be9d526..1e2d3ad99cfe 100644
--- a/devel/py-ipdb/pkg-descr
+++ b/devel/py-ipdb/pkg-descr
@@ -2,5 +2,4 @@ ipdb exports functions to access the IPython debugger, which features tab
completion, syntax highlighting, better tracebacks, better introspection with
the same interface as the pdb module.
-WWW: https://pypi.org/project/ipdb/
WWW: https://github.com/gotcha/ipdb
More information about the dev-commits-ports-all
mailing list