Date: Wed, 11 Dec 2024 11:27:04 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: 110ee573f740 - main - devel/py-monty: update 2024.10.21 =?utf-8?Q?=E2=86=92?= 2024.12.10 Message-ID: <202412111127.4BBBR4wq041200@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=110ee573f74092d4c5844ef1ca221b7a3f91e379 commit 110ee573f74092d4c5844ef1ca221b7a3f91e379 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-12-11 10:20:15 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-12-11 11:26:54 +0000 devel/py-monty: update 2024.10.21 → 2024.12.10 Reported by: portscout --- devel/py-monty/Makefile | 8 ++++++-- devel/py-monty/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/devel/py-monty/Makefile b/devel/py-monty/Makefile index 6a6543bb9654..03e7c5e3aba4 100644 --- a/devel/py-monty/Makefile +++ b/devel/py-monty/Makefile @@ -1,6 +1,6 @@ PORTNAME= monty DISTVERSIONPREFIX= v -DISTVERSION= 2024.10.21 +DISTVERSION= 2024.12.10 CATEGORIES= devel python #MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,9 +17,13 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>0:devel/py-ruamel.yaml@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}invoke>0:devel/py-invoke@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msgpack>0:devel/py-msgpack@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} USES= python -USE_PYTHON= pep517 autoplist pytest +USE_PYTHON= pep517 autoplist pytest # 1 error in tests, see https://github.com/materialsvirtuallab/monty/issues/731 USE_GITHUB= yes GH_ACCOUNT= materialsvirtuallab diff --git a/devel/py-monty/distinfo b/devel/py-monty/distinfo index 184ca5ebea8e..4e2bb4ec11c3 100644 --- a/devel/py-monty/distinfo +++ b/devel/py-monty/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730746293 -SHA256 (materialsvirtuallab-monty-v2024.10.21_GH0.tar.gz) = d37ba391b60b171656a708bc88d7372ee6d3530ccf9f3e3b4f20172cd5269a2a -SIZE (materialsvirtuallab-monty-v2024.10.21_GH0.tar.gz) = 114231 +TIMESTAMP = 1733899001 +SHA256 (materialsvirtuallab-monty-v2024.12.10_GH0.tar.gz) = 6d1cc59fef60d9b3b706003cfdebcb19425b9dd7fe00f85c02fec29f7f82a849 +SIZE (materialsvirtuallab-monty-v2024.12.10_GH0.tar.gz) = 118581
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412111127.4BBBR4wq041200>