Date: Thu, 16 Jun 2022 14:06:04 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: 002bd2152f9b - main - devel/py-pudb: Update to 2022.1.1 Message-ID: <202206161406.25GE645d013577@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=002bd2152f9bc13b647187f44581218da2a2c3b8 commit 002bd2152f9bc13b647187f44581218da2a2c3b8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-16 13:59:44 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-16 13:59:44 +0000 devel/py-pudb: Update to 2022.1.1 Changes: https://github.com/inducer/pudb/commits/main --- devel/py-pudb/Makefile | 5 +++-- devel/py-pudb/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/py-pudb/Makefile b/devel/py-pudb/Makefile index ac40f1f95c64..ca4420e31a4c 100644 --- a/devel/py-pudb/Makefile +++ b/devel/py-pudb/Makefile @@ -1,7 +1,7 @@ # Created by: Gea-Suan Lin <gslin@gslin.org> PORTNAME= pudb -PORTVERSION= 2022.1 +PORTVERSION= 2022.1.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jedi>=0.18<1:devel/py-jedi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.7.4:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urwid>=1.1.1:devel/py-urwid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urwid-readline>=0:devel/py-urwid-readline@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2:devel/py-pytest@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-pudb/distinfo b/devel/py-pudb/distinfo index a13ba65b5485..ed43008f01b2 100644 --- a/devel/py-pudb/distinfo +++ b/devel/py-pudb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643971086 -SHA256 (pudb-2022.1.tar.gz) = e827a4b489dcad561189535db6677becbf32164b2b44df00786eb2d5e00c587e -SIZE (pudb-2022.1.tar.gz) = 218423 +TIMESTAMP = 1655208274 +SHA256 (pudb-2022.1.1.tar.gz) = db3bdd66423c9d29074c1c2c49fcb224bd0d6f08319fed1b4e7ead683914083f +SIZE (pudb-2022.1.1.tar.gz) = 218514
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206161406.25GE645d013577>