Date: Sun, 19 May 2024 17:25: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: 6cda0a48e1d1 - main - devel/py-hypothesis: Fix ZONEINFO_DESC Message-ID: <202405191725.44JHPoIP063455@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=6cda0a48e1d1a1f3bb37124e1570ccf83ebc38d0 commit 6cda0a48e1d1a1f3bb37124e1570ccf83ebc38d0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-19 16:17:35 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-19 17:15:35 +0000 devel/py-hypothesis: Fix ZONEINFO_DESC --- devel/py-hypothesis/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile index 1484585ee73d..45a2a25e82d7 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -40,7 +40,7 @@ PANDAS_DESC= Pandas support PYTEST_DESC= pytest support PYTZ_DESC= Timezone support REDIS_DESC= Redis support -ZONEINFO_DESC= Zone +ZONEINFO_DESC= Zoneinfo support CLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}black>=19.10b0:devel/py-black@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=7.0:devel/py-click@${PY_FLAVOR} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405191725.44JHPoIP063455>