Date: Sat, 23 Mar 2024 15:01:56 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: 745da5ee001e - main - textproc/py-latexcodec: Update to 3.0.0 Message-ID: <202403231501.42NF1uMd009360@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=745da5ee001e821615d31a15f2b7d1c979f0b6af commit 745da5ee001e821615d31a15f2b7d1c979f0b6af Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:22:46 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:49:33 +0000 textproc/py-latexcodec: Update to 3.0.0 - Convert to USE_PYTHON=pep517 Changes: https://github.com/mcmtroffaes/latexcodec/blob/develop/CHANGELOG.rst --- textproc/py-latexcodec/Makefile | 7 ++++--- textproc/py-latexcodec/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/textproc/py-latexcodec/Makefile b/textproc/py-latexcodec/Makefile index c7604c9b2fc6..e48acf4ffd63 100644 --- a/textproc/py-latexcodec/Makefile +++ b/textproc/py-latexcodec/Makefile @@ -1,5 +1,5 @@ PORTNAME= latexcodec -PORTVERSION= 2.0.1 +PORTVERSION= 3.0.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,11 @@ WWW= https://github.com/mcmtroffaes/latexcodec LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.rst -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py-six@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-latexcodec/distinfo b/textproc/py-latexcodec/distinfo index e5e3428bc135..af07ef4b9e84 100644 --- a/textproc/py-latexcodec/distinfo +++ b/textproc/py-latexcodec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628171941 -SHA256 (latexcodec-2.0.1.tar.gz) = 2aa2551c373261cefe2ad3a8953a6d6533e68238d180eb4bb91d7964adb3fe9a -SIZE (latexcodec-2.0.1.tar.gz) = 30131 +TIMESTAMP = 1710712540 +SHA256 (latexcodec-3.0.0.tar.gz) = 917dc5fe242762cc19d963e6548b42d63a118028cdd3361d62397e3b638b6bc5 +SIZE (latexcodec-3.0.0.tar.gz) = 31023
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231501.42NF1uMd009360>