Date: Mon, 14 Oct 2024 05:29:43 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: 28a6fa0906f9 - main - textproc/py-ftfy: Update to 6.3.0 Message-ID: <202410140529.49E5ThTw052281@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=28a6fa0906f9b5fdfe191075bbcdc0033161a873 commit 28a6fa0906f9b5fdfe191075bbcdc0033161a873 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-14 04:51:46 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-14 05:25:47 +0000 textproc/py-ftfy: Update to 6.3.0 - Convert to USE_PYTHON=pytest Changes: https://github.com/rspeer/python-ftfy/releases --- textproc/py-ftfy/Makefile | 11 +++++------ textproc/py-ftfy/distinfo | 6 +++--- textproc/py-ftfy/files/patch-pyproject.toml | 11 ----------- 3 files changed, 8 insertions(+), 20 deletions(-) diff --git a/textproc/py-ftfy/Makefile b/textproc/py-ftfy/Makefile index d1b308ef0d55..931bf3d202ea 100644 --- a/textproc/py-ftfy/Makefile +++ b/textproc/py-ftfy/Makefile @@ -1,5 +1,5 @@ PORTNAME= ftfy -PORTVERSION= 6.2.3 +PORTVERSION= 6.3.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +12,11 @@ WWW= https://ftfy.readthedocs.io/en/latest/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wcwidth>=0.2.8<0.3:devel/py-wcwidth@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR} -USES= python -USE_PYTHON= autoplist concurrent pep517 +USES= python:3.9+ +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/textproc/py-ftfy/distinfo b/textproc/py-ftfy/distinfo index 24682f0e9e73..211bf7cc2ea7 100644 --- a/textproc/py-ftfy/distinfo +++ b/textproc/py-ftfy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724084640 -SHA256 (ftfy-6.2.3.tar.gz) = 79b505988f29d577a58a9069afe75553a02a46e42de6091c0660cdc67812badc -SIZE (ftfy-6.2.3.tar.gz) = 64165 +TIMESTAMP = 1728632478 +SHA256 (ftfy-6.3.0.tar.gz) = 1c7d6418e72b25a7760feb150acf574b86924dbb2e95b32c0b3abbd1ba3d7ad6 +SIZE (ftfy-6.3.0.tar.gz) = 362118 diff --git a/textproc/py-ftfy/files/patch-pyproject.toml b/textproc/py-ftfy/files/patch-pyproject.toml deleted file mode 100644 index 0cc39337b376..000000000000 --- a/textproc/py-ftfy/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2024-08-06 01:05:34 UTC -+++ pyproject.toml -@@ -13,7 +13,7 @@ python = ">=3.8.1,<4" - - [tool.poetry.dependencies] - python = ">=3.8.1,<4" --wcwidth = "^0.2.12" -+wcwidth = "^0.2.8" - - [tool.poetry.group.dev.dependencies] - mypy = "^1.7.0"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410140529.49E5ThTw052281>