pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-barman



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 11 17:08:50 UTC 2022

Modified Files:
        pkgsrc/databases/py-barman: Makefile

Log Message:
py-barman: restrict to python 3


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/py-barman/Makefile

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

Modified files:

Index: pkgsrc/databases/py-barman/Makefile
diff -u pkgsrc/databases/py-barman/Makefile:1.18 pkgsrc/databases/py-barman/Makefile:1.19
--- pkgsrc/databases/py-barman/Makefile:1.18    Wed May 11 10:23:11 2022
+++ pkgsrc/databases/py-barman/Makefile Sun Sep 11 17:08:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2022/05/11 10:23:11 adam Exp $
+# $NetBSD: Makefile,v 1.19 2022/09/11 17:08:49 wiz Exp $
 
 DISTNAME=      barman-2.19
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -20,6 +20,8 @@ USE_LANGUAGES=        # none
 
 PYTHON_SELF_CONFLICT=  yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 USE_PKG_RESOURCES=     yes
 
 CONF_FILES+=           share/examples/barman/barman.conf \



Home | Main Index | Thread Index | Old Index