Date: Fri, 10 Feb 2023 17:02:34 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: 6a8e30f33749 - main - =?utf-8?Q?lang/py-textX:=20Update=203.1.0=20=E2=86=92=203.1.1?= Message-ID: <202302101702.31AH2Y2G043899@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=6a8e30f3374918304273b17c625423ba889fff98 commit 6a8e30f3374918304273b17c625423ba889fff98 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-02-10 16:39:09 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-02-10 17:02:30 +0000 lang/py-textX: Update 3.1.0 → 3.1.1 --- lang/py-textX/Makefile | 6 ++++-- lang/py-textX/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/lang/py-textX/Makefile b/lang/py-textX/Makefile index ba5b1f257b05..4b17fff0d4f3 100644 --- a/lang/py-textX/Makefile +++ b/lang/py-textX/Makefile @@ -1,5 +1,5 @@ PORTNAME= textX -PORTVERSION= 3.1.0 +PORTVERSION= 3.1.1 CATEGORIES= lang python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,8 +16,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arpeggio>=2.0.0:devel/py-arpeggio@${PY_FLAVO TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}memory-profiler>0:devel/py-memory-profiler@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= distutils autoplist concurrent pytest # 1 test fails, see https://github.com/textX/textX/issues/392 +USE_PYTHON= distutils autoplist concurrent pytest # 25 tests fails, see https://github.com/textX/textX/issues/394 NO_ARCH= yes +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} + .include <bsd.port.mk> diff --git a/lang/py-textX/distinfo b/lang/py-textX/distinfo index 97d7adc2e6f5..3bbc32a3fb12 100644 --- a/lang/py-textX/distinfo +++ b/lang/py-textX/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1676019550 -SHA256 (textX-3.1.0.tar.gz) = 1e48af0d3ae26fcc5c34a461b575a267149b51c5772b8649dfd822b772e9c992 -SIZE (textX-3.1.0.tar.gz) = 1826398 +TIMESTAMP = 1676046888 +SHA256 (textX-3.1.1.tar.gz) = e2fb7d090ea4a71f8bf2f0303770275c42a5f73854b4e7f6adfcdbe368fab0fa +SIZE (textX-3.1.1.tar.gz) = 1830865
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302101702.31AH2Y2G043899>