Skip to content

Commit

Permalink
textproc/py-ftfy: Update to 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jun 30, 2023
1 parent ddbd50d commit 2bfa7d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions textproc/py-ftfy/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ftfy
PORTVERSION= 6.0.3
PORTVERSION= 6.1.1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,11 +11,12 @@ WWW= https://github.com/LuminosoInsight/python-ftfy
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR}
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}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions textproc/py-ftfy/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1624189749
SHA256 (ftfy-6.0.3.tar.gz) = ba71121a9c8d7790d3e833c6c1021143f3e5c4118293ec3afb5d43ed9ca8e72b
SIZE (ftfy-6.0.3.tar.gz) = 64193
TIMESTAMP = 1686496776
SHA256 (ftfy-6.1.1.tar.gz) = bfc2019f84fcd851419152320a6375604a0f1459c281b5b199b2cd0d2e727f8f
SIZE (ftfy-6.1.1.tar.gz) = 63156

0 comments on commit 2bfa7d0

Please sign in to comment.