Date: Tue, 5 Nov 2024 01:26:48 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1914513269ef - main - textproc/py-TatSu: update 5.12.0 =?utf-8?Q?=E2=86=92?= 5.12.1 Message-ID: <202411050126.4A51Qmcj030655@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=1914513269effc70d38ca4f8bf596f4e5167156a commit 1914513269effc70d38ca4f8bf596f4e5167156a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-11-05 01:07:54 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-11-05 01:26:39 +0000 textproc/py-TatSu: update 5.12.0 → 5.12.1 --- textproc/py-TatSu/Makefile | 14 +++++++++----- textproc/py-TatSu/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/textproc/py-TatSu/Makefile b/textproc/py-TatSu/Makefile index 85c5c15cc818..a26ab76f2d3c 100644 --- a/textproc/py-TatSu/Makefile +++ b/textproc/py-TatSu/Makefile @@ -1,12 +1,13 @@ PORTNAME= TatSu -DISTVERSION= 5.12.0 +DISTVERSIONPREFIX= v +DISTVERSION= 5.12.1 CATEGORIES= textproc python MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Generate Python parsers from grammars in a variation of EBNF -WWW= https://tatsu.readthedocs.io/en/stable/ +WWW= https://tatsu.readthedocs.io/en/stable/ \ + https://github.com/neogeny/TatSu LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt @@ -15,11 +16,14 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} USES= python:3.11+ -USE_PYTHON= pep517 concurrent autoplist +USE_PYTHON= pep517 concurrent autoplist pytest + +USE_GITHUB= yes +GH_ACCOUNT= neogeny NO_ARCH= yes -POST_PLIST+= fix-plist +POST_PLIST+= fix-plist post-install: # workaround https://github.com/neogeny/TatSu/issues/333 @${RM} -r ${STAGEDIR}${PYTHON_SITELIBDIR}/test diff --git a/textproc/py-TatSu/distinfo b/textproc/py-TatSu/distinfo index b8a2dd20795e..18e0e37d9971 100644 --- a/textproc/py-TatSu/distinfo +++ b/textproc/py-TatSu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712136122 -SHA256 (TatSu-5.12.0.tar.gz) = 2d085acce9c863c797891456721054489c9c36f858dfb6319de8971954dc6c73 -SIZE (TatSu-5.12.0.tar.gz) = 131367 +TIMESTAMP = 1730765347 +SHA256 (neogeny-TatSu-v5.12.1_GH0.tar.gz) = 95606fad1cb2c8ffe42aec285e32ebb43234d50ed9604b24da57e975ffd7834d +SIZE (neogeny-TatSu-v5.12.1_GH0.tar.gz) = 172584
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411050126.4A51Qmcj030655>