Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2023 09:43:28 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: 2c737447d3fc - main - =?utf-8?Q?lang/py-textX:=20Update=202.3.0=20=E2=86=92=203.1.0?=
Message-ID:  <202302100943.31A9hStM016512@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=2c737447d3fc1c525b6ff0a6886325ea8e0b2e55

commit 2c737447d3fc1c525b6ff0a6886325ea8e0b2e55
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-02-10 09:08:21 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-02-10 09:43:14 +0000

    lang/py-textX: Update 2.3.0 → 3.1.0
    
    Reported by:    portscout
---
 lang/py-textX/Makefile | 7 ++++---
 lang/py-textX/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/lang/py-textX/Makefile b/lang/py-textX/Makefile
index d3b784791183..ba5b1f257b05 100644
--- a/lang/py-textX/Makefile
+++ b/lang/py-textX/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	textX
-PORTVERSION=	2.3.0
+PORTVERSION=	3.1.0
 CATEGORIES=	lang python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +11,12 @@ WWW=		https://textx.github.io/textX/stable/
 LICENSE=	MIT
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}arpeggio>=1.9.0:devel/py-arpeggio@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}arpeggio>=2.0.0:devel/py-arpeggio@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}click>=7.0:devel/py-click@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}memory-profiler>0:devel/py-memory-profiler@${PY_FLAVOR}
 
 USES=		python:3.6+
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	distutils autoplist concurrent pytest # 1 test fails, see https://github.com/textX/textX/issues/392
 
 NO_ARCH=	yes
 
diff --git a/lang/py-textX/distinfo b/lang/py-textX/distinfo
index d2151e96c0b8..97d7adc2e6f5 100644
--- a/lang/py-textX/distinfo
+++ b/lang/py-textX/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604686864
-SHA256 (textX-2.3.0.tar.gz) = 265afc12d4ae421a7794c8cdc58c6eed44cc879f078cb54c32d5dc6bc74efbac
-SIZE (textX-2.3.0.tar.gz) = 1826346
+TIMESTAMP = 1676019550
+SHA256 (textX-3.1.0.tar.gz) = 1e48af0d3ae26fcc5c34a461b575a267149b51c5772b8649dfd822b772e9c992
+SIZE (textX-3.1.0.tar.gz) = 1826398



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