Date: Wed, 10 Aug 2022 06:30:00 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: 8dc9b6382666 - main - science/py-qiskit: Add tests Message-ID: <202208100630.27A6U0Xo084031@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=8dc9b6382666abf573dfd8058081bcacab12f34b commit 8dc9b6382666abf573dfd8058081bcacab12f34b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-08-10 06:29:44 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-08-10 06:29:44 +0000 science/py-qiskit: Add tests --- science/py-qiskit/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/science/py-qiskit/Makefile b/science/py-qiskit/Makefile index d7645be9f078..dad774be36d4 100644 --- a/science/py-qiskit/Makefile +++ b/science/py-qiskit/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 0.37.1-4 DISTVERSIONSUFFIX= -gf178fcc98 PORTREVISION= 3 CATEGORIES= science python # quantum-computing -MASTER_SITES= CHEESESHOP +#MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org @@ -25,7 +25,7 @@ RUN_DEPENDS= ${PY_DEPENDS} \ ${OPT_DEPENDS} USES= python:3.7+ -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist pytest USE_GITHUB= yes GH_ACCOUNT= Qiskit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208100630.27A6U0Xo084031>