diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-18 05:02:09 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-18 05:43:17 +0000 |
commit | eaf110987ecb618c195a0cca464a18cb31edaab5 (patch) | |
tree | ca56ae0f89f79bb955b21f66e1eee0e8dea8c17c | |
parent | 71d94de8e09826d3740a7f54b9c39915475483fb (diff) |
devel/py-ipdb: Update to 0.13.7
-rw-r--r-- | devel/py-ipdb/Makefile | 8 | ||||
-rw-r--r-- | 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 |