Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 07:20: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: 2bfa7d0ba083 - main - textproc/py-ftfy: Update to 6.1.1
Message-ID:  <202306300720.35U7KhpC076018@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=2bfa7d0ba0835260a6c3f66bc36e667e941e0ec9

commit 2bfa7d0ba0835260a6c3f66bc36e667e941e0ec9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:04:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:04:50 +0000

    textproc/py-ftfy: Update to 6.1.1
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/LuminosoInsight/python-ftfy/blob/master/CHANGELOG.md
---
 textproc/py-ftfy/Makefile | 7 ++++---
 textproc/py-ftfy/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/textproc/py-ftfy/Makefile b/textproc/py-ftfy/Makefile
index f69f728181ea..a6ca89589890 100644
--- a/textproc/py-ftfy/Makefile
+++ b/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}
@@ -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
 
diff --git a/textproc/py-ftfy/distinfo b/textproc/py-ftfy/distinfo
index 2cc2a481cd69..eee8f5ad56ed 100644
--- a/textproc/py-ftfy/distinfo
+++ b/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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306300720.35U7KhpC076018>