pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-trio



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul  6 09:16:50 UTC 2023

Modified Files:
        pkgsrc/devel/py-trio: Makefile

Log Message:
py-trio: update dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-trio/Makefile

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

Modified files:

Index: pkgsrc/devel/py-trio/Makefile
diff -u pkgsrc/devel/py-trio/Makefile:1.9 pkgsrc/devel/py-trio/Makefile:1.10
--- pkgsrc/devel/py-trio/Makefile:1.9   Wed Jul  5 22:29:29 2023
+++ pkgsrc/devel/py-trio/Makefile       Thu Jul  6 09:16:50 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2023/07/05 22:29:29 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2023/07/06 09:16:50 wiz Exp $
 
 DISTNAME=      trio-0.22.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,13 +10,13 @@ HOMEPAGE=   https://github.com/python-trio
 COMMENT=       Friendly Python library for async concurrency and I/O
 LICENSE=       mit OR apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-async_generator>=1.9:../../devel/py-async_generator
-DEPENDS+=      ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
-DEPENDS+=      ${PYPKGPREFIX}-idna>=2.10:../../www/py-idna
-DEPENDS+=      ${PYPKGPREFIX}-outcome>=1.1.0:../../devel/py-outcome
-DEPENDS+=      ${PYPKGPREFIX}-sniffio>=1.2.0:../../misc/py-sniffio
-DEPENDS+=      ${PYPKGPREFIX}-sortedcontainers>=2.2.2:../../devel/py-sortedcontainers
+DEPENDS+=      ${PYPKGPREFIX}-attrs>=20.1.0:../../devel/py-attrs
+DEPENDS+=      ${PYPKGPREFIX}-idna>=0:../../www/py-idna
+DEPENDS+=      ${PYPKGPREFIX}-outcome>=0:../../devel/py-outcome
+DEPENDS+=      ${PYPKGPREFIX}-sniffio>=0:../../misc/py-sniffio
+DEPENDS+=      ${PYPKGPREFIX}-sortedcontainers>=0:../../devel/py-sortedcontainers
 TEST_DEPENDS+= ${PYPKGPREFIX}-astor>=0.8.1:../../devel/py-astor
+TEST_DEPENDS+= ${PYPKGPREFIX}-async_generator>=0:../../devel/py-async_generator
 TEST_DEPENDS+= ${PYPKGPREFIX}-jedi-[0-9]*:../../editors/py-jedi
 TEST_DEPENDS+= ${PYPKGPREFIX}-pylint-[0-9]*:../../devel/py-pylint
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test



Home | Main Index | Thread Index | Old Index