git: 614b1505a013 - main - devel/py-ipdb: Update to 0.13.11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jan 2023 13:08:56 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=614b1505a013ca09b9abdfac003afaaca4a2713a commit 614b1505a013ca09b9abdfac003afaaca4a2713a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-01-30 12:31:25 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-01-30 12:59:48 +0000 devel/py-ipdb: Update to 0.13.11 Changes: https://github.com/gotcha/ipdb/blob/master/HISTORY.txt --- devel/py-ipdb/Makefile | 13 +++++++++---- devel/py-ipdb/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/devel/py-ipdb/Makefile b/devel/py-ipdb/Makefile index 010cdaf53a97..a0eabf346c44 100644 --- a/devel/py-ipdb/Makefile +++ b/devel/py-ipdb/Makefile @@ -1,5 +1,5 @@ PORTNAME= ipdb -PORTVERSION= 0.13.9 +PORTVERSION= 0.13.11 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +12,17 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.txt 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} + ${PYTHON_PKGNAMEPREFIX}ipython>=7.31.1:devel/ipython@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 31100 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk> diff --git a/devel/py-ipdb/distinfo b/devel/py-ipdb/distinfo index 86fb8d13fe50..a4262c872c89 100644 --- a/devel/py-ipdb/distinfo +++ b/devel/py-ipdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622214076 -SHA256 (ipdb-0.13.9.tar.gz) = 951bd9a64731c444fd907a5ce268543020086a697f6be08f7cc2c9a752a278c5 -SIZE (ipdb-0.13.9.tar.gz) = 16820 +TIMESTAMP = 1674589804 +SHA256 (ipdb-0.13.11.tar.gz) = c23b6736f01fd4586cc2ecbebdf79a5eb454796853e1cd8f2ed3b7b91d4a3e93 +SIZE (ipdb-0.13.11.tar.gz) = 16770