pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-dogpile-cache



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Mar  4 09:10:26 UTC 2025

Modified Files:
        pkgsrc/devel/py-dogpile-cache: Makefile

Log Message:
py-dogpile-cache: not for Python 3.10


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-dogpile-cache/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-dogpile-cache/Makefile
diff -u pkgsrc/devel/py-dogpile-cache/Makefile:1.21 pkgsrc/devel/py-dogpile-cache/Makefile:1.22
--- pkgsrc/devel/py-dogpile-cache/Makefile:1.21 Tue Jan 28 18:14:31 2025
+++ pkgsrc/devel/py-dogpile-cache/Makefile      Tue Mar  4 09:10:26 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2025/01/28 18:14:31 adam Exp $
+# $NetBSD: Makefile,v 1.22 2025/03/04 09:10:26 wiz Exp $
 
 DISTNAME=      dogpile_cache-1.3.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -21,6 +21,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  39 310 # py-sphinx via py-stevedore
+
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 311
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.0.1:../../devel/py-typing-extensions



Home | Main Index | Thread Index | Old Index