Date: Tue, 16 Apr 2024 01:52:40 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c23152106f74 - main - textproc/py-pygccxml: update 2.4.0 =?utf-8?Q?=E2=86=92?= 2.5.0 Message-ID: <202404160152.43G1qegk068852@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c23152106f74c78a5c0c05e71a7a22ce34387968 commit c23152106f74c78a5c0c05e71a7a22ce34387968 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-16 00:18:51 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-16 01:52:34 +0000 textproc/py-pygccxml: update 2.4.0 → 2.5.0 Reported by: portscout --- textproc/py-pygccxml/Makefile | 5 +++-- textproc/py-pygccxml/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/textproc/py-pygccxml/Makefile b/textproc/py-pygccxml/Makefile index c100d3980875..2fa01986673c 100644 --- a/textproc/py-pygccxml/Makefile +++ b/textproc/py-pygccxml/Makefile @@ -1,6 +1,6 @@ PORTNAME= pygccxml DISTVERSIONPREFIX= v -DISTVERSION= 2.4.0 +DISTVERSION= 2.5.0 CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,9 +18,10 @@ py39_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.6:devel/py-import TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coveralls>0:devel/py-coveralls@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${PY_FLAVOR} +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} USES= python -USE_PYTHON= pep517 autoplist pytest # tests fail due to missing dependencies, see https://github.com/CastXML/pygccxml/issues/160 +USE_PYTHON= pep517 autoplist pytest # 3 tests fail, see https://github.com/CastXML/pygccxml/issues/182 USE_GITHUB= yes GH_ACCOUNT= CastXML diff --git a/textproc/py-pygccxml/distinfo b/textproc/py-pygccxml/distinfo index 63ad4e59ca26..968306f021b3 100644 --- a/textproc/py-pygccxml/distinfo +++ b/textproc/py-pygccxml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1692691673 -SHA256 (CastXML-pygccxml-v2.4.0_GH0.tar.gz) = d59867809f8008ec48a5567a7203bb4c130ff203a8ddd708c945690749723c70 -SIZE (CastXML-pygccxml-v2.4.0_GH0.tar.gz) = 3165189 +TIMESTAMP = 1713219880 +SHA256 (CastXML-pygccxml-v2.5.0_GH0.tar.gz) = ac6b15f17c4640b0d5dce3a0b903e7c7d0a66c6a5ebf3cff1cd263998bd55c9d +SIZE (CastXML-pygccxml-v2.5.0_GH0.tar.gz) = 3163862
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404160152.43G1qegk068852>