Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jun 2023 01:01:08 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: 690f3eaf1eee - main - =?utf-8?Q?cad/py-vunit-hdl:=20Update=204.6.2=20=E2=86=92=204.7.0?=
Message-ID:  <202306070101.35711867049632@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=690f3eaf1eee983351ef2694df733d57e6657476

commit 690f3eaf1eee983351ef2694df733d57e6657476
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-06-07 00:58:58 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-06-07 01:01:02 +0000

    cad/py-vunit-hdl: Update 4.6.2 → 4.7.0
    
    PR:             271862
    Submitted by:   Alastair Hogge <agh@riseup.net> (initial version)
---
 cad/py-vunit-hdl/Makefile | 16 +++++++++++-----
 cad/py-vunit-hdl/distinfo |  6 +++---
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/cad/py-vunit-hdl/Makefile b/cad/py-vunit-hdl/Makefile
index fd74df133f89..1040a3b9cb76 100644
--- a/cad/py-vunit-hdl/Makefile
+++ b/cad/py-vunit-hdl/Makefile
@@ -1,8 +1,8 @@
 PORTNAME=	vunit-hdl
-DISTVERSION=	4.6.2
-PORTREVISION=	1
+DISTVERSIONPREFIX=	v
+DISTVERSION=	4.7.0
 CATEGORIES=	cad python
-MASTER_SITES=	PYPI
+#MASTER_SITES=	PYPI # some files are missing during tests
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	${PORTNAME:S/-/_/}-${PORTVERSION}
 
@@ -14,9 +14,15 @@ LICENSE=	MPL20
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	ghdl:cad/ghdl
+TEST_DEPENDS=	pylint:devel/pylint@${PY_FLAVOR}
 
-USES=		python:3.6+
-USE_PYTHON=	pep517 autoplist pytest # 2 tests fail, see https://github.com/VUnit/vunit/issues/886
+USES=		python:3.7+
+USE_PYTHON=	pep517 autoplist pytest # 42 tests fail, see https://github.com/VUnit/vunit/issues/941
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	VUnit
+GH_PROJECT=	vunit
 
 NO_ARCH=	yes
 
diff --git a/cad/py-vunit-hdl/distinfo b/cad/py-vunit-hdl/distinfo
index 8ba2274b0717..ee073ad00262 100644
--- a/cad/py-vunit-hdl/distinfo
+++ b/cad/py-vunit-hdl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1677122440
-SHA256 (vunit_hdl-4.6.2.tar.gz) = 8e1ead85731c0d0f8964887f8c4be9319a32f4a0335d6da4c531d5994e94bbfd
-SIZE (vunit_hdl-4.6.2.tar.gz) = 627490
+TIMESTAMP = 1686096347
+SHA256 (VUnit-vunit-v4.7.0_GH0.tar.gz) = 9e66a2eb5d48f5e5f668cd1d1f34166c8d5d075ff0b917f6a1933aee82e73a7c
+SIZE (VUnit-vunit-v4.7.0_GH0.tar.gz) = 7082367



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