Date: Wed, 21 Dec 2022 11:02:01 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: 9831ab2641fc - main - math/{,py-}minorminer: Update 0.2.9 -> 0.2.10 Message-ID: <202212211102.2BLB21GH024741@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=9831ab2641fc988a2d7fddef96e9e35d41c62097 commit 9831ab2641fc988a2d7fddef96e9e35d41c62097 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-12-21 09:18:02 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-12-21 11:01:51 +0000 math/{,py-}minorminer: Update 0.2.9 -> 0.2.10 Reported by: portscout --- math/minorminer/Makefile | 2 +- math/minorminer/distinfo | 6 +++--- math/py-minorminer/Makefile | 7 +++++-- math/py-minorminer/distinfo | 6 +++--- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/math/minorminer/Makefile b/math/minorminer/Makefile index f151ad5170d8..bffd221b9fbd 100644 --- a/math/minorminer/Makefile +++ b/math/minorminer/Makefile @@ -1,5 +1,5 @@ PORTNAME= minorminer -DISTVERSION= 0.2.9 +DISTVERSION= 0.2.10 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/minorminer/distinfo b/math/minorminer/distinfo index 65658dac5590..889753d7a021 100644 --- a/math/minorminer/distinfo +++ b/math/minorminer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660502687 -SHA256 (dwavesystems-minorminer-0.2.9_GH0.tar.gz) = d74e9c8345094c9dae4c1c6421557e4fdb81b3efce00c0b8b0459e3db09f5083 -SIZE (dwavesystems-minorminer-0.2.9_GH0.tar.gz) = 1262651 +TIMESTAMP = 1671588416 +SHA256 (dwavesystems-minorminer-0.2.10_GH0.tar.gz) = 83c4a739d4dd3b87b223581801545546a41aec15315e223b55e994371361ec34 +SIZE (dwavesystems-minorminer-0.2.10_GH0.tar.gz) = 1261821 diff --git a/math/py-minorminer/Makefile b/math/py-minorminer/Makefile index f48cf743053d..9e71c8073534 100644 --- a/math/py-minorminer/Makefile +++ b/math/py-minorminer/Makefile @@ -1,5 +1,5 @@ PORTNAME= minorminer -DISTVERSION= 0.2.9 +DISTVERSION= 0.2.10 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,11 +21,14 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} USES= python:3.6+ -USE_PYTHON= distutils cython autoplist +USE_PYTHON= distutils cython autoplist pytest USE_GITHUB= yes GH_ACCOUNT= dwavesystems +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} +TEST_WRKSRC= ${WRKSRC}/tests + post-install: @${STRIP_CMD} \ ${STAGEDIR}${PYTHON_SITELIBDIR}/minorminer/_minorminer${PYTHON_EXT_SUFFIX}.so \ diff --git a/math/py-minorminer/distinfo b/math/py-minorminer/distinfo index 65658dac5590..d445cd41196a 100644 --- a/math/py-minorminer/distinfo +++ b/math/py-minorminer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660502687 -SHA256 (dwavesystems-minorminer-0.2.9_GH0.tar.gz) = d74e9c8345094c9dae4c1c6421557e4fdb81b3efce00c0b8b0459e3db09f5083 -SIZE (dwavesystems-minorminer-0.2.9_GH0.tar.gz) = 1262651 +TIMESTAMP = 1671588477 +SHA256 (dwavesystems-minorminer-0.2.10_GH0.tar.gz) = 83c4a739d4dd3b87b223581801545546a41aec15315e223b55e994371361ec34 +SIZE (dwavesystems-minorminer-0.2.10_GH0.tar.gz) = 1261821
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212211102.2BLB21GH024741>