Date: Sat, 18 Mar 2023 14:27:40 GMT From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8a4695ddc018 - main - textproc/py-bracex: update to 2.3.p1 Message-ID: <202303181427.32IEReAG027659@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by matthew: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a4695ddc018612822d0e91b0e8a45356741c839 commit 8a4695ddc018612822d0e91b0e8a45356741c839 Author: Matthew Seaman <matthew@FreeBSD.org> AuthorDate: 2023-03-16 16:11:18 +0000 Commit: Matthew Seaman <matthew@FreeBSD.org> CommitDate: 2023-03-18 14:27:34 +0000 textproc/py-bracex: update to 2.3.p1 Changes: https://github.com/facelessuser/bracex/releases/tag/2.3.post1 https://github.com/facelessuser/bracex/releases/tag/2.3 Differential Revision: https://reviews.freebsd.org/D39123 --- textproc/py-bracex/Makefile | 14 +++++++------- textproc/py-bracex/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/textproc/py-bracex/Makefile b/textproc/py-bracex/Makefile index 03a7083564b1..3b3eb1f6612e 100644 --- a/textproc/py-bracex/Makefile +++ b/textproc/py-bracex/Makefile @@ -1,5 +1,5 @@ PORTNAME= bracex -PORTVERSION= 2.1.1 +DISTVERSION= 2.3.post1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,16 +11,16 @@ WWW= https://pypi.org/project/bracex/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0.21.1:devel/py-hatchling@${PY_FLAVOR} + TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mypy>0:devel/py-mypy@${PY_FLAVOR} -USES= python:3.6+ -USE_PYTHON= autoplist distutils +USES= python:3.7+ +USE_PYTHON= autoplist pep517 pytest NO_ARCH= yes -do-test: - @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest) - .include <bsd.port.mk> diff --git a/textproc/py-bracex/distinfo b/textproc/py-bracex/distinfo index d66dd1c41448..0859c353d522 100644 --- a/textproc/py-bracex/distinfo +++ b/textproc/py-bracex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614426133 -SHA256 (bracex-2.1.1.tar.gz) = 01f715cd0ed7a622ec8b32322e715813f7574de531f09b70f6f3b2c10f682425 -SIZE (bracex-2.1.1.tar.gz) = 26628 +TIMESTAMP = 1678971073 +SHA256 (bracex-2.3.post1.tar.gz) = e7b23fc8b2cd06d3dec0692baabecb249dda94e06a617901ff03a6c56fd71693 +SIZE (bracex-2.3.post1.tar.gz) = 27578
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303181427.32IEReAG027659>