pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-aiostream



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Nov 23 16:16:36 UTC 2023

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

Log Message:
py-aiostream: Unbreak impossible DEPENDS.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-aiostream/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-aiostream/Makefile
diff -u pkgsrc/devel/py-aiostream/Makefile:1.2 pkgsrc/devel/py-aiostream/Makefile:1.3
--- pkgsrc/devel/py-aiostream/Makefile:1.2      Thu Nov 23 09:01:33 2023
+++ pkgsrc/devel/py-aiostream/Makefile  Thu Nov 23 16:16:36 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/11/23 09:01:33 adam Exp $
+# $NetBSD: Makefile,v 1.3 2023/11/23 16:16:36 jperkin Exp $
 
 DISTNAME=      aiostream-0.5.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ LICENSE=      gnu-gpl-v3
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-DEPENDS+=      ${PYPKGPREFIX}-typing-extensions:../../devel/py-typing-extensions
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
 
 # tests not included in pypi distfile
 #TEST_DEPENDS+=        ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio



Home | Main Index | Thread Index | Old Index