diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-14 17:39:58 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-14 17:39:58 +0000 |
commit | 7dc95abf4bc192c6e6af1ae0f234d5f6d02b85ba (patch) | |
tree | 38bd489f58b42f1a74318d588cb105985ed4bd7d | |
parent | 7e804175aff838faa4b1e453b76928a1076a4265 (diff) |
devel/py-ipdb: Update to 0.13.9
-rw-r--r-- | devel/py-ipdb/Makefile | 2 | ||||
-rw-r--r-- | devel/py-ipdb/distinfo | 6 | ||||
-rw-r--r-- | 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 |