Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 2024 03:00:23 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: d58b5b6508c8 - main - science/py-dwave-preprocessing: update 0.6.5 =?utf-8?Q?=E2=86=92?= 0.6.6
Message-ID:  <202407150300.46F30Nar084283@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=d58b5b6508c8f3d2aae984029c36d32840346c4c

commit d58b5b6508c8f3d2aae984029c36d32840346c4c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-07-15 02:13:02 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-07-15 03:00:19 +0000

    science/py-dwave-preprocessing: update 0.6.5 → 0.6.6
    
    Reported by:    portscout
---
 science/py-dwave-preprocessing/Makefile | 11 +++++------
 science/py-dwave-preprocessing/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/science/py-dwave-preprocessing/Makefile b/science/py-dwave-preprocessing/Makefile
index c987ad6800bb..b5073ed0fe66 100644
--- a/science/py-dwave-preprocessing/Makefile
+++ b/science/py-dwave-preprocessing/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	dwave-preprocessing
-DISTVERSION=	0.6.5
+DISTVERSION=	0.6.6
 CATEGORIES=	science python # quantum-computing
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -10,14 +10,13 @@ WWW=		https://github.com/dwavesystems/dwave-preprocessing
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dimod>=0.12.14:science/py-dimod@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cython3>0:lang/cython3@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dimod>=0.12.6:science/py-dimod@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dimod>=0.12.6:science/py-dimod@${PY_FLAVOR} \
 		${PYNUMPY}
-BUILD_DEPENDS=	${PY_DEPENDS} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0.30.0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PY_DEPENDS}
 
 USES=		localbase:ldflags python
-USE_PYTHON=	distutils cython unittest # 1 test fails, see https://github.com/dwavesystems/dwave-preprocessing/issues/74
+USE_PYTHON=	distutils unittest # 1 test fails, see https://github.com/dwavesystems/dwave-preprocessing/issues/74
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	dwavesystems
diff --git a/science/py-dwave-preprocessing/distinfo b/science/py-dwave-preprocessing/distinfo
index c0f680d18cd2..da8873cbb9b2 100644
--- a/science/py-dwave-preprocessing/distinfo
+++ b/science/py-dwave-preprocessing/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1705614428
-SHA256 (dwavesystems-dwave-preprocessing-0.6.5_GH0.tar.gz) = c331613c23af99ad76222b805d7a4e176eb09affcf57f61f6016b6761d7acad9
-SIZE (dwavesystems-dwave-preprocessing-0.6.5_GH0.tar.gz) = 126275
+TIMESTAMP = 1721009063
+SHA256 (dwavesystems-dwave-preprocessing-0.6.6_GH0.tar.gz) = 3ffbf8694997f2527380e6080f7f6fa7501a85927ca98ace87672e9b0d251438
+SIZE (dwavesystems-dwave-preprocessing-0.6.6_GH0.tar.gz) = 126646



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