pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-zict: update to 3.0.0nb1



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Wed May 15 14:24:32 2024 -0700
Changeset:	dcb9b0bfb81fcebee69ba3d7c0a0e4cda2da5d64

Modified Files:
	py-zict/Makefile

Log Message:
py-zict:  update to 3.0.0nb1

Remove unneeded dependencies, and add test dependencies so that make
test passes.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dcb9b0bfb81fcebee69ba3d7c0a0e4cda2da5d64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-zict/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diffs:
diff --git a/py-zict/Makefile b/py-zict/Makefile
index 38640a91ff..ef9f920941 100644
--- a/py-zict/Makefile
+++ b/py-zict/Makefile
@@ -2,6 +2,7 @@
 
 DISTNAME=	zict-3.0.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_PYPI:=z/zict/}
 
@@ -12,10 +13,10 @@ COMMENT=	Mutable Mapping Interfaces
 LICENSE=	modified-bsd
 
 
-DEPENDS+=	${PYPKGPREFIX}-HeapDict-[0-9]*:../../wip/py-HeapDict
-DEPENDS+=	${PYPKGPREFIX}-lmdb-[0-9]*:../../databases/py-lmdb
-
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+=	${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
+TEST_DEPENDS+=	${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
+TEST_DEPENDS+=	${PYPKGPREFIX}-test-repeat-[0-9]*:../../wip/py-test-repeat
 
 do-test:
 	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m pytest


Home | Main Index | Thread Index | Old Index