Date: Sat, 28 Oct 2023 05:06:16 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 94a4d70da06a - 2023Q4 - textproc/py-ttp-templates: Update to 0.3.5 Message-ID: <202310280506.39S56GfU046959@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2023Q4 has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=94a4d70da06a418a382cad6218895d0c77c73461 commit 94a4d70da06a418a382cad6218895d0c77c73461 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2023-10-28 04:29:39 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2023-10-28 04:47:36 +0000 textproc/py-ttp-templates: Update to 0.3.5 * Switch to PEP517 build framework. Changelog since 0.3.2: https://github.com/dmulyalin/ttp_templates/compare/0.3.2...0.3.5 MFH: 2023Q4 (cherry picked from commit bd095350a171a1a9c2230f741e0f27ea3889b510) --- textproc/py-ttp-templates/Makefile | 5 +++-- textproc/py-ttp-templates/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/textproc/py-ttp-templates/Makefile b/textproc/py-ttp-templates/Makefile index 0e3e1eae9ffb..177b7349a88d 100644 --- a/textproc/py-ttp-templates/Makefile +++ b/textproc/py-ttp-templates/Makefile @@ -1,5 +1,5 @@ PORTNAME= ttp-templates -DISTVERSION= 0.3.2 +DISTVERSION= 0.3.5 CATEGORIES= textproc net-mgmt python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,11 @@ WWW= https://github.com/dmulyalin/ttp_templates LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ttp>=0.6.0:textproc/py-ttp@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist pep517 NO_ARCH= yes diff --git a/textproc/py-ttp-templates/distinfo b/textproc/py-ttp-templates/distinfo index 032829c6be00..5a3c419cf4a7 100644 --- a/textproc/py-ttp-templates/distinfo +++ b/textproc/py-ttp-templates/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670766372 -SHA256 (ttp_templates-0.3.2.tar.gz) = d633ed6848dd0e9e28eda356669f1e2e2fa1ea7039f159243340c540eaa56aa1 -SIZE (ttp_templates-0.3.2.tar.gz) = 41787 +TIMESTAMP = 1696851554 +SHA256 (ttp_templates-0.3.5.tar.gz) = e59870d4f65bd4aaf89178dc9065a7db8b80a23d5d79b5d6ffd041312d5ec5a6 +SIZE (ttp_templates-0.3.5.tar.gz) = 41306
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310280506.39S56GfU046959>