pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-salt-pepper



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed May  1 08:58:52 UTC 2024

Modified Files:
        pkgsrc/sysutils/py-salt-pepper: Makefile

Log Message:
py-salt-pepper: Fix PYTHON_VERSIONS_INCOMPATIBLE.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/py-salt-pepper/Makefile

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

Modified files:

Index: pkgsrc/sysutils/py-salt-pepper/Makefile
diff -u pkgsrc/sysutils/py-salt-pepper/Makefile:1.6 pkgsrc/sysutils/py-salt-pepper/Makefile:1.7
--- pkgsrc/sysutils/py-salt-pepper/Makefile:1.6 Tue Apr 30 13:56:53 2024
+++ pkgsrc/sysutils/py-salt-pepper/Makefile     Wed May  1 08:58:52 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/04/30 13:56:53 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2024/05/01 08:58:52 jperkin Exp $
 
 DISTNAME=      salt-pepper-0.7.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,6 +17,8 @@ DEPENDS+=     salt-[0-9]*:../../sysutils/sal
 
 USE_LANGUAGES= c # for tests
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} pepper pepper-${PYVERSSUFFIX} || ${TRUE}



Home | Main Index | Thread Index | Old Index