Date: Wed, 8 Jun 2022 05:28:36 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: 354d0f586958 - main - math/py-ipyopt: Update 0.12.3 -> 0.12.4 Message-ID: <202206080528.2585Sa2U039029@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=354d0f586958d565f74c5606f7b3ca4c50280462 commit 354d0f586958d565f74c5606f7b3ca4c50280462 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-06-08 05:26:01 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-06-08 05:28:33 +0000 math/py-ipyopt: Update 0.12.3 -> 0.12.4 Reported by: portscout --- math/py-ipyopt/Makefile | 8 +++++--- math/py-ipyopt/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/math/py-ipyopt/Makefile b/math/py-ipyopt/Makefile index 4a1ca025144e..1939bd657999 100644 --- a/math/py-ipyopt/Makefile +++ b/math/py-ipyopt/Makefile @@ -1,5 +1,5 @@ PORTNAME= ipyopt -DISTVERSION= 0.12.3 +DISTVERSION= 0.12.4 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,10 +22,12 @@ USE_PYTHON= distutils autoplist CXXFLAGS+= $(pkg-config --cflags ipopt) +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} + post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/${PORTNAME}.cpython-*.so -do-test: # tests fail: https://gitlab.com/g-braeunlich/ipyopt/-/issues/6 - @cd ${WRKSRC} && pytest +do-test: + @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest .include <bsd.port.mk> diff --git a/math/py-ipyopt/distinfo b/math/py-ipyopt/distinfo index 6cad3eb0abd6..6bc49589a3c0 100644 --- a/math/py-ipyopt/distinfo +++ b/math/py-ipyopt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647815198 -SHA256 (ipyopt-0.12.3.tar.gz) = 67e73d1b8161bd1f49cf4a1b0d6bec13b8136ea3fd321938906266a37160b683 -SIZE (ipyopt-0.12.3.tar.gz) = 35718 +TIMESTAMP = 1654660427 +SHA256 (ipyopt-0.12.4.tar.gz) = e130a29d235a7fa1fb55df4bac60586f8c7c79df4c99bd1ad0ebc6e9e52c2c10 +SIZE (ipyopt-0.12.4.tar.gz) = 35464
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206080528.2585Sa2U039029>