Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2024 22:26:50 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: 4c5ba240ef06 - main - math/py-qdldl: update 0.1.5.post3 =?utf-8?Q?=E2=86=92?= 0.1.7.post4
Message-ID:  <202411182226.4AIMQo4v039581@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=4c5ba240ef061ea915bffe1f00e8ec6218bd271a

commit 4c5ba240ef061ea915bffe1f00e8ec6218bd271a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-18 04:49:09 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-18 22:26:42 +0000

    math/py-qdldl: update 0.1.5.post3 → 0.1.7.post4
---
 math/py-qdldl/Makefile | 6 ++++--
 math/py-qdldl/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/math/py-qdldl/Makefile b/math/py-qdldl/Makefile
index 2ede893486a4..95ca9c89cd24 100644
--- a/math/py-qdldl/Makefile
+++ b/math/py-qdldl/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	qdldl
-PORTVERSION=	0.1.5.post3
+PORTVERSION=	0.1.7.post4
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -23,10 +23,12 @@ TEST_DEPENDS=	pytest:devel/py-pytest@${PY_FLAVOR}
 USES=		compiler:c++11-lang python
 USE_PYTHON=	distutils autoplist
 
+TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
+
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/qdldl.cpython-*.so
 
-do-test: install
+do-test: install # this is required for some reason, and TEST_ENV doesn't work
 	@cd ${WRKSRC} && pytest
 
 .include <bsd.port.mk>
diff --git a/math/py-qdldl/distinfo b/math/py-qdldl/distinfo
index 7aabc3b446e9..e3243ce0cd03 100644
--- a/math/py-qdldl/distinfo
+++ b/math/py-qdldl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1690531309
-SHA256 (qdldl-0.1.5.post3.tar.gz) = 69c092f6e1fc23fb779a80a62e6fcdfe2eba05c925860248c4d6754f4736938f
-SIZE (qdldl-0.1.5.post3.tar.gz) = 69178
+TIMESTAMP = 1731904264
+SHA256 (qdldl-0.1.7.post4.tar.gz) = 0c163b9afb92c4b69d446387b1d4295094438b041ec4e8510271b6c4ff1f86fd
+SIZE (qdldl-0.1.7.post4.tar.gz) = 73919



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