Date: Sat, 23 Mar 2024 15:00:50 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 35db1016303a - main - devel/py-hypothesis: Update to 6.98.18 Message-ID: <202403231500.42NF0o3m000407@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=35db1016303a0d9588433190abe82cff367abd2a commit 35db1016303a0d9588433190abe82cff367abd2a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:21:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:31:17 +0000 devel/py-hypothesis: Update to 6.98.18 - Convert to USE_PYTHON=pep517 Changes: https://github.com/HypothesisWorks/hypothesis/releases https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst https://hypothesis.readthedocs.io/en/latest/changes.html --- devel/py-hypothesis/Makefile | 6 ++++-- devel/py-hypothesis/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile index 1d26de407101..73faa6384321 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -1,5 +1,5 @@ PORTNAME= hypothesis -PORTVERSION= 6.98.15 +PORTVERSION= 6.98.18 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,12 +13,14 @@ WWW= https://hypothesis.works/ \ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=22.2.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=9.0.0:textproc/py-rich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sortedcontainers>=2.1.0<3.0.0:devel/py-sortedcontainers@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo index 79a43bf77306..ca5bed7c71b5 100644 --- a/devel/py-hypothesis/distinfo +++ b/devel/py-hypothesis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709390542 -SHA256 (hypothesis-6.98.15.tar.gz) = 1e31210951511b24ce8b3b6e04d791c466385a30ac3af571bf2223954b025d77 -SIZE (hypothesis-6.98.15.tar.gz) = 388568 +TIMESTAMP = 1710712438 +SHA256 (hypothesis-6.98.18.tar.gz) = 01b7a02dde6f0848cba1d1fcf8a87dbe94c4fca21e7d45a401c090702947aad1 +SIZE (hypothesis-6.98.18.tar.gz) = 389900
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231500.42NF0o3m000407>