Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2023 07:31:19 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: 945acd3cf51e - main - =?utf-8?Q?textproc/py-pygccxml:=20Update=202.2.1=20=E2=86=92=202.3.0?=
Message-ID:  <202308030731.3737VJ5w043441@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=945acd3cf51eef76a2c8451aa73708dc8081a631

commit 945acd3cf51eef76a2c8451aa73708dc8081a631
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-08-03 07:30:08 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-08-03 07:31:14 +0000

    textproc/py-pygccxml: Update 2.2.1 → 2.3.0
    
    Reported by:    portscout
---
 textproc/py-pygccxml/Makefile | 9 +++++++--
 textproc/py-pygccxml/distinfo | 6 +++---
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/textproc/py-pygccxml/Makefile b/textproc/py-pygccxml/Makefile
index 3b5973e2115e..ac16440436eb 100644
--- a/textproc/py-pygccxml/Makefile
+++ b/textproc/py-pygccxml/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pygccxml
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.2.1
+DISTVERSION=	2.3.0
 CATEGORIES=	textproc python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -11,8 +11,13 @@ WWW=		https://github.com/CastXML/pygccxml
 LICENSE=	BSL
 LICENSE_FILE=	${WRKSRC}/LICENSE.rst
 
+RUN_DEPENDS=	castxml:textproc/castxml
+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}
+
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils autoplist pytest # tests fail due to missing dependencies, see https://github.com/CastXML/pygccxml/issues/160
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	CastXML
diff --git a/textproc/py-pygccxml/distinfo b/textproc/py-pygccxml/distinfo
index 4e36839ff8be..f41dfe26247e 100644
--- a/textproc/py-pygccxml/distinfo
+++ b/textproc/py-pygccxml/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1621995484
-SHA256 (CastXML-pygccxml-v2.2.1_GH0.tar.gz) = 9815a12e3bf6b83b2e9d8c88335fb3fa0e2b4067d7fbaaed09c3bf26c6206cc7
-SIZE (CastXML-pygccxml-v2.2.1_GH0.tar.gz) = 3170283
+TIMESTAMP = 1691046764
+SHA256 (CastXML-pygccxml-v2.3.0_GH0.tar.gz) = bc20be367074af644e8ab4faca04dc905c6b93de0717bcbe92ef8e2a3934b91b
+SIZE (CastXML-pygccxml-v2.3.0_GH0.tar.gz) = 3165248



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308030731.3737VJ5w043441>