Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Aug 2022 02:58:44 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: 97732503d3c2 - main - science/py-dwavebinarycsp: Remove unnecessary line and USE_PYTHON=cython
Message-ID:  <202208160258.27G2wiNn019210@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=97732503d3c228cffd7822df155e1601f565e191

commit 97732503d3c228cffd7822df155e1601f565e191
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-16 00:01:47 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-16 02:58:41 +0000

    science/py-dwavebinarycsp: Remove unnecessary line and USE_PYTHON=cython
---
 science/py-dwavebinarycsp/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/science/py-dwavebinarycsp/Makefile b/science/py-dwavebinarycsp/Makefile
index 71ef3e763058..1f7d83b4779a 100644
--- a/science/py-dwavebinarycsp/Makefile
+++ b/science/py-dwavebinarycsp/Makefile
@@ -14,10 +14,9 @@ PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dimod>=0.10.17:science/py-dimod@${PY_FLAVOR}
 		${PYTHON_PKGNAMEPREFIX}penaltymodel>=1.0.0:science/py-penaltymodel@${PY_FLAVOR}
 BUILD_DEPENDS=	${PY_DEPENDS}
 RUN_DEPENDS=	${PY_DEPENDS}
-xTEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}vcrpy>0:devel/py-vcrpy@${PY_FLAVOR}
 
 USES=		python:3.9+
-USE_PYTHON=	distutils cython autoplist unittest
+USE_PYTHON=	distutils autoplist unittest
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	dwavesystems



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