Skip to content

Commit

Permalink
textproc/py-ftfy: Update to 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Mar 31, 2024
1 parent 5eff994 commit 8977d10
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
7 changes: 4 additions & 3 deletions textproc/py-ftfy/Makefile
@@ -1,18 +1,19 @@
PORTNAME= ftfy
PORTVERSION= 6.1.1
PORTVERSION= 6.2.0
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fix some problems with Unicode text after the fact
WWW= https://github.com/LuminosoInsight/python-ftfy
WWW= https://ftfy.readthedocs.io/en/latest/ \
https://github.com/rspeer/python-ftfy

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.5:devel/py-wcwidth@${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}

USES= python
Expand Down
6 changes: 3 additions & 3 deletions textproc/py-ftfy/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1686496776
SHA256 (ftfy-6.1.1.tar.gz) = bfc2019f84fcd851419152320a6375604a0f1459c281b5b199b2cd0d2e727f8f
SIZE (ftfy-6.1.1.tar.gz) = 63156
TIMESTAMP = 1711466224
SHA256 (ftfy-6.2.0.tar.gz) = 5e42143c7025ef97944ca2619d6b61b0619fc6654f98771d39e862c1424c75c0
SIZE (ftfy-6.2.0.tar.gz) = 63675
11 changes: 11 additions & 0 deletions textproc/py-ftfy/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
--- pyproject.toml.orig 2024-03-15 22:38:03 UTC
+++ pyproject.toml
@@ -9,7 +9,7 @@ python = ">=3.8,<4"

[tool.poetry.dependencies]
python = ">=3.8,<4"
-wcwidth = "^0.2.12"
+wcwidth = "^0.2.8"

[tool.poetry.group.dev.dependencies]
mypy = "^1.7.0"

0 comments on commit 8977d10

Please sign in to comment.