git: 336941a3a227 - main - devel/py-dill: update 0.3.8 → 0.3.9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Sep 2024 06:29:56 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=336941a3a22730c895ffb3e757b518d740d6181c commit 336941a3a22730c895ffb3e757b518d740d6181c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-09-29 06:27:44 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-09-29 06:29:48 +0000 devel/py-dill: update 0.3.8 → 0.3.9 Reported by: portscout --- devel/py-dill/Makefile | 8 ++++++-- devel/py-dill/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/devel/py-dill/Makefile b/devel/py-dill/Makefile index 86bb63ffcbfa..501a1dd3a3df 100644 --- a/devel/py-dill/Makefile +++ b/devel/py-dill/Makefile @@ -1,5 +1,5 @@ PORTNAME= dill -DISTVERSION= 0.3.8 +DISTVERSION= 0.3.9 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,11 +15,15 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} USES= python -USE_PYTHON= pep517 concurrent autoplist pytest # tests fail, see https://github.com/uqfoundation/dill/issues/578 +USE_PYTHON= pep517 concurrent autoplist # pytest doesn't work for dill, see https://github.com/uqfoundation/dill/issues/578#issuecomment-1455107267 TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} TEST_WRKSRC= ${WRKSRC}/dill/tests NO_ARCH= yes +do-test: + @cd ${WRKSRC}/dill/tests && \ + ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m dill.tests + .include <bsd.port.mk> diff --git a/devel/py-dill/distinfo b/devel/py-dill/distinfo index 66da6d3f50d5..80efa8d7fc09 100644 --- a/devel/py-dill/distinfo +++ b/devel/py-dill/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709861999 -SHA256 (dill-0.3.8.tar.gz) = 3ebe3c479ad625c4553aca177444d89b486b1d84982eeacded644afc0cf797ca -SIZE (dill-0.3.8.tar.gz) = 184847 +TIMESTAMP = 1727589358 +SHA256 (dill-0.3.9.tar.gz) = 81aa267dddf68cbfe8029c42ca9ec6a4ab3b22371d1c450abc54422577b4512c +SIZE (dill-0.3.9.tar.gz) = 187000