Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jul 2023 18:38:03 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: 1b8bbb402a30 - main - =?utf-8?Q?devel/py-beartype:=20Update=200.14.1=20=E2=86=92=200.15.0?=
Message-ID:  <202307221838.36MIc3Ok092706@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=1b8bbb402a30bc37633b898ab6a34a2ff001c859

commit 1b8bbb402a30bc37633b898ab6a34a2ff001c859
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-22 18:37:55 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-22 18:37:55 +0000

    devel/py-beartype: Update 0.14.1 → 0.15.0
---
 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 264527966258..3f9500837251 100644
--- a/devel/py-beartype/Makefile
+++ b/devel/py-beartype/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	beartype
-DISTVERSION=	0.14.1
+DISTVERSION=	0.15.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +11,12 @@ WWW=		https://github.com/beartype/beartype
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYNUMPY}
 
 USES=		python
-USE_PYTHON=	distutils autoplist pytest # tests fail, see https://github.com/beartype/beartype/issues/244
+USE_PYTHON=	pep517 autoplist pytest # 1 test fails, see https://github.com/beartype/beartype/issues/261
 
 NO_ARCH=	yes
 
diff --git a/devel/py-beartype/distinfo b/devel/py-beartype/distinfo
index 54018487a9ef..7c0e66a111a7 100644
--- a/devel/py-beartype/distinfo
+++ b/devel/py-beartype/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1687071451
-SHA256 (beartype-0.14.1.tar.gz) = 23df4715d19cebb2ce60e53c3cf44cd925843f00c71938222d777ea6332de3cb
-SIZE (beartype-0.14.1.tar.gz) = 964899
+TIMESTAMP = 1690040742
+SHA256 (beartype-0.15.0.tar.gz) = 2af6a8d8a7267ccf7d271e1a3bd908afbc025d2a09aa51123567d7d7b37438df
+SIZE (beartype-0.15.0.tar.gz) = 1002709



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