pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/breezy-qbrz



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec 25 18:17:44 UTC 2023

Modified Files:
        pkgsrc/devel/breezy-qbrz: Makefile

Log Message:
breezy-qbrz: restrict Python versions in the same way as breezy


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/breezy-qbrz/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/breezy-qbrz/Makefile
diff -u pkgsrc/devel/breezy-qbrz/Makefile:1.3 pkgsrc/devel/breezy-qbrz/Makefile:1.4
--- pkgsrc/devel/breezy-qbrz/Makefile:1.3       Mon Aug 14 05:24:04 2023
+++ pkgsrc/devel/breezy-qbrz/Makefile   Mon Dec 25 18:17:44 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/08/14 05:24:04 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/12/25 18:17:44 wiz Exp $
 
 EGG_NAME=      qbrz-0.4.1
 DISTNAME=      breezy-qbrz-0.4.1.0.${VER}
@@ -17,6 +17,8 @@ DEPENDS+=     ${PYPKGPREFIX}-fastbencode>0:.
 DEPENDS+=      ${PYPKGPREFIX}-qt5>=5.15:../../x11/py-qt5
 DEPENDS+=      ${PYPKGPREFIX}-sip6>=6:../../x11/py-sip6
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 311 312
+
 USE_TOOLS+=    msgfmt
 WRKSRC=                ${WRKDIR}/~qbrz/qbrz/trunk
 



Home | Main Index | Thread Index | Old Index