pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-lockfile



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Mar  4 09:11:08 UTC 2025

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

Log Message:
py-lockfile: not for Python 3.10


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-lockfile/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-lockfile/Makefile
diff -u pkgsrc/devel/py-lockfile/Makefile:1.11 pkgsrc/devel/py-lockfile/Makefile:1.12
--- pkgsrc/devel/py-lockfile/Makefile:1.11      Mon Oct 14 06:45:39 2024
+++ pkgsrc/devel/py-lockfile/Makefile   Tue Mar  4 09:11:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2024/10/14 06:45:39 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2025/03/04 09:11:08 wiz Exp $
 
 DISTNAME=      lockfile-0.12.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,6 +13,8 @@ LICENSE=      mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-pbr>=1.8:../../devel/py-pbr
 
+PYTHON_VERSIONS_INCOMPATIBLE=  39 310 # py-sphinx via py-pbr
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/batteries-included.mk"



Home | Main Index | Thread Index | Old Index