git: 004e690e93fc - main - science/dimod: Remove unnecessary USES; Minor corrections

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 27 Aug 2022 07:37:37 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=004e690e93fc929653e5b4cc110110562cb5cf81

commit 004e690e93fc929653e5b4cc110110562cb5cf81
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-27 07:35:07 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-27 07:37:34 +0000

    science/dimod: Remove unnecessary USES; Minor corrections
---
 science/dimod/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/science/dimod/Makefile b/science/dimod/Makefile
index 7769889eac1e..4d59970402e3 100644
--- a/science/dimod/Makefile
+++ b/science/dimod/Makefile
@@ -8,8 +8,6 @@ COMMENT=	DWave: Shared API for QUBO/Ising samplers
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python:3.7+
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	dwavesystems
 GH_TUPLE=	catchorg:Catch2:f0dc4d9:catch/testscpp/Catch2
@@ -25,10 +23,10 @@ PLIST_FILES=	include/dimod/iterators.h \
 BINARY_ALIAS=	g++=${CXX} git=true
 
 do-install:
-	@cd ${WRKSRC}/dimod/include && \
+	cd ${WRKSRC}/dimod/include && \
 		${COPYTREE_SHARE} dimod ${STAGEDIR}${PREFIX}/include
 
 do-test: # tests fail to compile, see https://github.com/dwavesystems/dimod/issues/1238
-	cd ${WRKSRC}/testscpp && ${SETENV} ${MAKE_ENV} ${MAKE}
+	@cd ${WRKSRC}/testscpp && ${SETENV} ${MAKE_ENV} ${MAKE}
 
 .include <bsd.port.mk>