Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2023 21:50:08 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: 44011256b56b - main - textproc/py-ttp: Update to 0.9.3
Message-ID:  <202304182150.33ILo87J049037@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=44011256b56b40fffc2fa215ba7950142d9a2efb

commit 44011256b56b40fffc2fa215ba7950142d9a2efb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-18 21:38:37 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-18 21:38:37 +0000

    textproc/py-ttp: Update to 0.9.3
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/dmulyalin/ttp/releases
---
 textproc/py-ttp/Makefile | 6 ++++--
 textproc/py-ttp/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/textproc/py-ttp/Makefile b/textproc/py-ttp/Makefile
index 81b78ab93cc7..8d98a05be67c 100644
--- a/textproc/py-ttp/Makefile
+++ b/textproc/py-ttp/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	ttp
-PORTVERSION=	0.9.2
+PORTVERSION=	0.9.3
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +11,10 @@ WWW=		https://github.com/dmulyalin/ttp
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
+
 USES=		dos2unix python:3.6+
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/textproc/py-ttp/distinfo b/textproc/py-ttp/distinfo
index 93e7a5314132..0bd199c1f394 100644
--- a/textproc/py-ttp/distinfo
+++ b/textproc/py-ttp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1674590022
-SHA256 (ttp-0.9.2.tar.gz) = 31e7c98d08481662a4d3a2d5347792273bcf09e5e1088f0e5e471c85caee29a7
-SIZE (ttp-0.9.2.tar.gz) = 69800
+TIMESTAMP = 1681843900
+SHA256 (ttp-0.9.3.tar.gz) = 6d92e17ecb19651ca3d3d9c72035ad3b639419bd08a074507e41547aab75cce7
+SIZE (ttp-0.9.3.tar.gz) = 68875



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