Date: Mon, 30 Jan 2023 13:08:24 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: edfa1782f26c - main - devel/py-check-manifest: Update to 0.49 Message-ID: <202301301308.30UD8OtP056363@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=edfa1782f26cb1f7abba5ec861309ad4a1160567 commit edfa1782f26cb1f7abba5ec861309ad4a1160567 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-01-30 12:30:59 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-01-30 12:59:40 +0000 devel/py-check-manifest: Update to 0.49 Changes: https://github.com/mgedmin/check-manifest/blob/master/CHANGES.rst --- devel/py-check-manifest/Makefile | 20 ++++++++++++++------ devel/py-check-manifest/distinfo | 6 +++--- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/devel/py-check-manifest/Makefile b/devel/py-check-manifest/Makefile index 00b2a9ce8b23..14c3c25a87d4 100644 --- a/devel/py-check-manifest/Makefile +++ b/devel/py-check-manifest/Makefile @@ -1,5 +1,5 @@ PORTNAME= check-manifest -PORTVERSION= 0.48 +PORTVERSION= 0.49 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,15 +11,23 @@ WWW= https://github.com/mgedmin/check-manifest LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.rst -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}build>=0.1:devel/py-build@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tomli>=0:textproc/py-tomli@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}build>=0.1:devel/py-build@${PY_FLAVOR} TEST_DEPENDS= git-tiny>=0:devel/git@tiny \ - ${PYTHON_PKGNAMEPREFIX}mock>=3.0.0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 30800 +TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mock>=3.0.0:devel/py-mock@${PY_FLAVOR} +.endif + +.if ${PYTHON_REL} < 31100 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tomli>=1.1.0:textproc/py-tomli@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk> diff --git a/devel/py-check-manifest/distinfo b/devel/py-check-manifest/distinfo index 2ba826fc837e..23920f5bf052 100644 --- a/devel/py-check-manifest/distinfo +++ b/devel/py-check-manifest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1648248898 -SHA256 (check-manifest-0.48.tar.gz) = 3b575f1dade7beb3078ef4bf33a94519834457c7281dbc726b15c5466b55c657 -SIZE (check-manifest-0.48.tar.gz) = 43647 +TIMESTAMP = 1674589748 +SHA256 (check-manifest-0.49.tar.gz) = 64a640445542cf226919657c7b78d02d9c1ca5b1c25d7e66e0e1ff325060f416 +SIZE (check-manifest-0.49.tar.gz) = 40272
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301301308.30UD8OtP056363>