Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Sep 2023 08:14:43 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: bec379f7481c - main - devel/py-beartype: update 0.15.0 =?utf-8?Q?=E2=86=92?= 0.16.0
Message-ID:  <202309170814.38H8EhEb091169@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=bec379f7481c1225f4a7428a088500abedaabc8d

commit bec379f7481c1225f4a7428a088500abedaabc8d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-09-17 07:13:40 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-09-17 08:14:35 +0000

    devel/py-beartype: update 0.15.0 → 0.16.0
    
    Reported by:    portscout
---
 devel/py-beartype/Makefile | 6 ++++--
 devel/py-beartype/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/devel/py-beartype/Makefile b/devel/py-beartype/Makefile
index 3f9500837251..af13c5f82b15 100644
--- a/devel/py-beartype/Makefile
+++ b/devel/py-beartype/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	beartype
-DISTVERSION=	0.15.0
+DISTVERSION=	0.16.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,9 @@ BUILD_DEPENDS=	${PY_SETUPTOOLS} \
 RUN_DEPENDS=	${PYNUMPY}
 
 USES=		python
-USE_PYTHON=	pep517 autoplist pytest # 1 test fails, see https://github.com/beartype/beartype/issues/261
+USE_PYTHON=	pep517 autoplist pytest # 2 tests fail, see https://github.com/beartype/beartype/issues/261
+
+TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
 
 NO_ARCH=	yes
 
diff --git a/devel/py-beartype/distinfo b/devel/py-beartype/distinfo
index 7c0e66a111a7..7b6c162b63d2 100644
--- a/devel/py-beartype/distinfo
+++ b/devel/py-beartype/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1690040742
-SHA256 (beartype-0.15.0.tar.gz) = 2af6a8d8a7267ccf7d271e1a3bd908afbc025d2a09aa51123567d7d7b37438df
-SIZE (beartype-0.15.0.tar.gz) = 1002709
+TIMESTAMP = 1694933271
+SHA256 (beartype-0.16.0.tar.gz) = 231379a056da2fc1811a2e1324d5c3d0fa2082e305bfa15cb3acb9b7ce9df516
+SIZE (beartype-0.16.0.tar.gz) = 1039190



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