pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cattrs



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri May  5 12:49:57 UTC 2023

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

Log Message:
py-cattrs: More stupid python nonsense.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-cattrs/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-cattrs/Makefile
diff -u pkgsrc/devel/py-cattrs/Makefile:1.1 pkgsrc/devel/py-cattrs/Makefile:1.2
--- pkgsrc/devel/py-cattrs/Makefile:1.1 Fri May  5 09:34:11 2023
+++ pkgsrc/devel/py-cattrs/Makefile     Fri May  5 12:49:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/05/05 09:34:11 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2023/05/05 12:49:57 jperkin Exp $
 
 DISTNAME=      cattrs-22.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,6 +17,8 @@ DEPENDS+=     ${PYPKGPREFIX}-attrs>=20:../..
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/pyversion.mk"
 
 .if ${PYTHON_VERSION} < 308



Home | Main Index | Thread Index | Old Index