pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-constantly



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Nov  6 20:08:01 UTC 2023

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

Log Message:
py-constantly: Add PYTHON_VERSIONS_INCOMPATIBLE.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-constantly/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-constantly/Makefile
diff -u pkgsrc/devel/py-constantly/Makefile:1.4 pkgsrc/devel/py-constantly/Makefile:1.5
--- pkgsrc/devel/py-constantly/Makefile:1.4     Sat Nov  4 16:15:59 2023
+++ pkgsrc/devel/py-constantly/Makefile Mon Nov  6 20:08:01 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/11/04 16:15:59 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/11/06 20:08:01 jperkin Exp $
 
 DISTNAME=      constantly-23.10.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,5 +15,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-versioneer
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index