pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-starlette



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec 15 11:38:40 UTC 2024

Modified Files:
        pkgsrc/www/py-starlette: Makefile

Log Message:
py-starlette: py-typing-extensions is a test dependency on all python versions

TODO: Probably a bug, report upstream.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-starlette/Makefile

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

Modified files:

Index: pkgsrc/www/py-starlette/Makefile
diff -u pkgsrc/www/py-starlette/Makefile:1.2 pkgsrc/www/py-starlette/Makefile:1.3
--- pkgsrc/www/py-starlette/Makefile:1.2        Sun Dec 15 09:47:18 2024
+++ pkgsrc/www/py-starlette/Makefile    Sun Dec 15 11:38:40 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/12/15 09:47:18 adam Exp $
+# $NetBSD: Makefile,v 1.3 2024/12/15 11:38:40 wiz Exp $
 
 DISTNAME=      starlette-0.42.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -24,6 +24,9 @@ USE_LANGUAGES=        # none
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 310
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=3.10.0:../../devel/py-typing-extensions
+.else
+# TODO: shouldn't be necessary, report upstream
+TEST_DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.10.0:../../devel/py-typing-extensions
 .endif
 
 .include "../../lang/python/wheel.mk"



Home | Main Index | Thread Index | Old Index