Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2026 15:42:54 +0000
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: db6817f0ea34 - main - devel/py-expecttest: update 0.=?utf-8?Q?2.1 =E2=86=92?= 0.3.0
Message-ID:  <69f3787e.1c1eb.45118135@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=db6817f0ea3436711d5292ac9adab4969447fedc

commit db6817f0ea3436711d5292ac9adab4969447fedc
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-30 15:17:37 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-30 15:42:47 +0000

    devel/py-expecttest: update 0.2.1 → 0.3.0
---
 devel/py-expecttest/Makefile | 18 +++++++++++++++---
 devel/py-expecttest/distinfo |  6 +++---
 2 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/devel/py-expecttest/Makefile b/devel/py-expecttest/Makefile
index 344468acf801..9035228997df 100644
--- a/devel/py-expecttest/Makefile
+++ b/devel/py-expecttest/Makefile
@@ -1,7 +1,8 @@
 PORTNAME=	expecttest
-DISTVERSION=	0.2.1
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.3.0
 CATEGORIES=	devel python
-MASTER_SITES=	PYPI
+#MASTER_SITES=	PYPI # no tests
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -13,10 +14,21 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hypothesis>=6:devel/py-hypothesis@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	pep517 autoplist
+USE_PYTHON=	pep517 autoplist pytest
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	ezyang
+
+TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
+TEST_WRKDIR=	${WRKSRC}
 
 NO_ARCH=	yes
 
+# tests as of 0.3.0
+# Results (0.91s):
+#        27 passed
+
 .include <bsd.port.mk>
diff --git a/devel/py-expecttest/distinfo b/devel/py-expecttest/distinfo
index a26628cb058f..aa23c3c879ac 100644
--- a/devel/py-expecttest/distinfo
+++ b/devel/py-expecttest/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1707768829
-SHA256 (expecttest-0.2.1.tar.gz) = e52b1cf8a6f84506e6962a0bbdd248ea442124d826e849f263ec1c322ebb73f5
-SIZE (expecttest-0.2.1.tar.gz) = 6873
+TIMESTAMP = 1777562244
+SHA256 (ezyang-expecttest-v0.3.0_GH0.tar.gz) = e35ef2df7f97071c735a93612bfeb4d60b1c5f0990656bccffaf81b917cab09b
+SIZE (ezyang-expecttest-v0.3.0_GH0.tar.gz) = 16627


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f3787e.1c1eb.45118135>