Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Mar 2023 18:51:00 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: d6d5365349e0 - main - =?utf-8?Q?devel/py-xdoctest:=20Update=201.0.2=20=E2=86=92=201.1.1?=
Message-ID:  <202303271851.32RIp0af094501@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d6d5365349e0e670f3f4689dd2cf49a1ab1b9a5f

commit d6d5365349e0e670f3f4689dd2cf49a1ab1b9a5f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-03-27 15:02:03 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-03-27 18:50:54 +0000

    devel/py-xdoctest: Update 1.0.2 → 1.1.1
    
    Reported by:    portscout
---
 devel/py-xdoctest/Makefile | 7 +++++--
 devel/py-xdoctest/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/devel/py-xdoctest/Makefile b/devel/py-xdoctest/Makefile
index 1fe3eb0aa272..59f20aa69fd0 100644
--- a/devel/py-xdoctest/Makefile
+++ b/devel/py-xdoctest/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	xdoctest
-DISTVERSION=	1.0.2
+DISTVERSION=	1.1.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI # has no tests
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,12 +19,15 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}codecov>=2.0.15:devel/py-codecov@${PY_FLAVO
 		${PYTHON_PKGNAMEPREFIX}requests>=2.25.1:www/py-requests@${PY_FLAVOR}
 
 USES=		python:3.6+
-USE_PYTHON=	distutils concurrent autoplist pytest # some tests fail, see https://github.com/Erotemic/xdoctest/issues/131
+USE_PYTHON=	distutils concurrent autoplist pytest
 
 NO_ARCH=	yes
 
 TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
 
+do-test: # 5 tests fail, see https://github.com/Erotemic/xdoctest/issues/131; more failures w/out the below arguments to pytest
+	@cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -k '' -p pytester -rs -v -o addopts=
+
 alt-test: # tests using the xdoctest executable
 	@cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${STAGEDIR}${PREFIX}/bin/xdoctest -m xdoctest
 
diff --git a/devel/py-xdoctest/distinfo b/devel/py-xdoctest/distinfo
index f91e1225eee6..8be45e29ed08 100644
--- a/devel/py-xdoctest/distinfo
+++ b/devel/py-xdoctest/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1662272446
-SHA256 (xdoctest-1.0.2.tar.gz) = 1bbf8de45dadbb31f1e2c9f427b4cc915d6d655c347b03bba6979653939ece34
-SIZE (xdoctest-1.0.2.tar.gz) = 177256
+TIMESTAMP = 1679942402
+SHA256 (xdoctest-1.1.1.tar.gz) = 2eac8131bdcdf2781b4e5a62d6de87f044b730cc8db8af142a51bb29c245e779
+SIZE (xdoctest-1.1.1.tar.gz) = 181995


home | help

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